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-06-08T10:45:50.408Z||main|||||INFO|500||The following profiles are active: basic
2022-06-08T10:46:04.120Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-08T10:46:04.121Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-08T10:46:04.265Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-08T10:46:09.439Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-08T10:46:09.929Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-08T10:46:10.501Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-08T10:46:10.510Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-08T10:46:10.648Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-08T10:46:10.956Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-08T10:46:11.612Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-08T10:46:13.406Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-08T10:46:16.033Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-08T10:46:16.102Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-08T10:46:16.735Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-08T10:46:16.995Z||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-06-08T10:46:18.264Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-08T10:46:19.520Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-08T10:46:19.539Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$36dd570f.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-08T10:46:19.540Z||main|||||WARN|500||The sdc end point is not alive
2022-06-08T10:46:23.383Z||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-06-08T10:46:26.788Z||main|||||WARN|500||---
2022-06-08T10:46:26.789Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-08T10:46:26.789Z||main|||||WARN|500||---
2022-06-08T10:46:27.352Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-08T10:46:33.172Z||main|||||INFO|500||Started Application in 46.396 seconds (JVM running for 48.81)
2022-06-08T10:46:33.187Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-08T10:46:33.193Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-08T10:46:33.212Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-08T10:46:33.244Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-08T10:46:33.296Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a215d208-152d-42bf-9b15-3ce161de75b7 url= /sdc/v1/artifactTypes
2022-06-08T10:46:33.296Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-08T10:46:33.615Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-08T10:46:33.649Z||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-06-08T10:46:33.677Z||scheduling-1|||||DEBUG|500||create keys
2022-06-08T10:46:33.685Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-08T10:46:33.763Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T10:46:33.781Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 209a86a7-6987-4821-965b-07aa75a1ca37 url= /sdc/v1/registerForDistribution
2022-06-08T10:46:33.974Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 209a86a7-6987-4821-965b-07aa75a1ca37 url= /sdc/v1/registerForDistribution
2022-06-08T10:46:33.975Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-08T10:46:33.990Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:46:33.990Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:46:33.999Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-08T10:46:34.007Z||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-06-08T10:46:34.008Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:46:34.018Z||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-06-08T10:46:34.023Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:46:44.457Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T10:46:44.525Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T10:47:33.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:47:33.984Z||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-06-08T10:47:33.984Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:47:33.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:47:33.985Z||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-06-08T10:47:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:47:43.565Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T10:47:43.595Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T10:48:33.983Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:48:33.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:48:33.985Z||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-06-08T10:48:33.986Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T10:48:33.987Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:48:33.987Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T10:48:43.591Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T10:48:43.625Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T10:49:33.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:49:33.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:49:33.986Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:49:33.987Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T10:49:33.987Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:49:33.987Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T10:49:43.582Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T10:49:43.587Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T10:50:33.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:50:33.984Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:50:33.985Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T10:50:33.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:50:33.985Z||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-06-08T10:50:33.986Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T10:50:43.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T10:50:43.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T10:51:33.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:51:33.984Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:51:33.984Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T10:51:33.985Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:51:33.985Z||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-06-08T10:51:33.986Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T10:51:43.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T10:51:43.550Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T10:52:33.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:52:33.984Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:52:33.984Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T10:52:33.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:52:33.986Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:52:33.986Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T10:52:43.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T10:52:43.555Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T10:53:33.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:53:33.984Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:53:33.984Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T10:53:33.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:53:33.986Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:53:33.986Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T10:53:43.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T10:53:43.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T10:54:33.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:54:33.984Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:54:33.984Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T10:54:33.985Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:54:33.985Z||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-06-08T10:54:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:54:43.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T10:54:43.558Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T10:55:33.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:55:33.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:55:33.985Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:55:33.986Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T10:55:33.986Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:55:33.986Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T10:55:43.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T10:55:43.554Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T10:56:33.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:56:33.984Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:56:33.985Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T10:56:33.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:56:33.986Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:56:33.986Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T10:56:35.305Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-08T10:56:43.550Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T10:56:43.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T10:57:33.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:57:33.984Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:57:33.984Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T10:57:33.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:57:33.985Z||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-06-08T10:57:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:57:43.538Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T10:57:43.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T10:58:33.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:58:33.984Z||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-06-08T10:58:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:58:33.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:58:33.986Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:58:33.986Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T10:58:43.544Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T10:58:43.544Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T10:59:33.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:59:33.984Z||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-06-08T10:59:33.984Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T10:59:33.985Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:59:33.986Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:59:33.986Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T10:59:43.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T10:59:43.553Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:00:33.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:00:33.984Z||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-06-08T11:00:33.984Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:00:33.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:00:33.985Z||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-06-08T11:00:33.986Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:00:43.567Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:00:43.602Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:01:33.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:01:33.984Z||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-06-08T11:01:33.984Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:01:33.985Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:01:33.985Z||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-06-08T11:01:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:01:43.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:01:43.539Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:02:33.984Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:02:33.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:02:33.988Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:02:33.988Z||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-06-08T11:02:33.989Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:02:33.989Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:02:43.546Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:02:43.550Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:03:33.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:03:33.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:03:33.985Z||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-06-08T11:03:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:03:33.986Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:03:33.986Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:03:43.538Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:03:43.539Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:04:33.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:04:33.984Z||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-06-08T11:04:33.984Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:04:33.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:04:33.986Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:04:33.986Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:04:43.566Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:04:43.566Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:05:33.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:05:33.984Z||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-06-08T11:05:33.984Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:05:33.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:05:33.985Z||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-06-08T11:05:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:05:43.559Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:05:43.574Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:06:33.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:06:33.983Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:06:33.984Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:06:33.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:06:33.985Z||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-06-08T11:06:33.986Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:06:43.557Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:06:43.563Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:07:33.982Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:07:33.983Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:07:33.984Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:07:33.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:07:33.985Z||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-06-08T11:07:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:07:43.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:07:43.559Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:08:33.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:08:33.983Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:08:33.984Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:08:33.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:08:33.985Z||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-06-08T11:08:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:08:43.543Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:08:43.543Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:09:33.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:09:33.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:09:33.985Z||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-06-08T11:09:33.986Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:09:33.985Z||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-06-08T11:09:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:09:43.539Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:09:43.539Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:10:33.983Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:10:33.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:10:33.986Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:10:33.986Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:10:33.986Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:10:33.986Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:10:43.555Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:10:43.555Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:11:33.983Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:11:33.984Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:11:33.984Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:11:33.985Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:11:33.985Z||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-06-08T11:11:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:11:43.538Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:11:43.538Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:12:33.983Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:12:33.984Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:12:33.984Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:12:33.985Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:12:33.985Z||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-06-08T11:12:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:12:43.545Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:12:43.559Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:13:33.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:13:33.984Z||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-06-08T11:13:33.984Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:13:33.985Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:13:33.986Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:13:33.987Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:13:43.540Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:13:43.540Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:14:33.982Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:14:33.983Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:14:33.983Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:14:33.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:14:33.985Z||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-06-08T11:14:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:14:43.550Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:14:43.550Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:15:33.982Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:15:33.983Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:15:33.983Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:15:33.985Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:15:33.985Z||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-06-08T11:15:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:15:43.550Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:15:43.552Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:16:33.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:16:33.984Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:16:33.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:16:33.985Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:16:33.985Z||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-06-08T11:16:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:16:43.547Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:16:43.547Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:17:33.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:17:33.985Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:17:33.985Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:17:33.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:17:33.985Z||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-06-08T11:17:33.986Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:17:43.545Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:17:43.548Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:18:33.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:18:33.984Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:18:33.985Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:18:33.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:18:33.985Z||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-06-08T11:18:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:18:43.572Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:18:43.575Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:19:33.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:19:33.984Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:19:33.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:19:33.986Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:19:33.986Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:19:33.984Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:19:43.547Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:19:43.549Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:20:33.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:20:33.984Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:20:33.984Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:20:33.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:20:33.985Z||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-06-08T11:20:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:20:43.546Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:20:43.547Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:21:33.982Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:21:33.983Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:21:33.984Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:21:33.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:21:33.985Z||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-06-08T11:21:33.986Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:21:43.538Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:21:43.539Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:22:33.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:22:33.984Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:22:33.984Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:22:33.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:22:33.985Z||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-06-08T11:22:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:22:43.537Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:22:43.540Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:23:33.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:23:33.984Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:23:33.985Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:23:33.985Z||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-06-08T11:23:33.986Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:23:33.985Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:23:43.548Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:23:43.585Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:24:33.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:24:33.984Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:24:33.984Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:24:33.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:24:33.985Z||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-06-08T11:24:33.986Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:24:43.546Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:24:43.546Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:25:33.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:25:33.984Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:25:33.984Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:25:33.985Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:25:33.985Z||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-06-08T11:25:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:25:43.547Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:25:43.547Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:26:33.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:26:33.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:26:33.986Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:26:33.986Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:26:33.987Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:26:33.987Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:26:43.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:26:43.581Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:27:33.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:27:33.984Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:27:33.984Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:27:33.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:27:33.985Z||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-06-08T11:27:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:27:43.543Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:27:43.545Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:28:33.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:28:33.984Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:28:33.984Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:28:33.985Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:28:33.986Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:28:33.986Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:28:43.547Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:28:43.548Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:29:33.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:29:33.984Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:29:33.984Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:29:33.986Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:29:33.986Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:29:33.986Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:29:43.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:29:43.547Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:30:33.982Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:30:33.983Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:30:33.983Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:30:33.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:30:33.985Z||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-06-08T11:30:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:30:43.582Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:30:43.592Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:31:33.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:31:33.984Z||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-06-08T11:31:33.985Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:31:33.987Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:31:33.987Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:31:33.987Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:31:43.545Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:31:43.559Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:32:33.982Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:32:33.983Z||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-06-08T11:32:33.984Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:33.985Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:32:33.986Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:32:33.986Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:34.642Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:32:34.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"093fe33c-ee5a-463c-8779-9f75cd0cca19","serviceName":"vFW 2022-06-08 11-30-26","serviceVersion":"1.0","serviceUUID":"8309deae-e228-48d6-a916-3084b9016263","serviceDescription":"catalog service description","serviceInvariantUUID":"920e4c70-4606-4255-84ef-094a4c34acfd","resources":[{"resourceInstanceName":"vFW 85565712-a115 0","resourceName":"vFW 85565712-a115","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b91e807a-8799-4512-ae28-2d9575d4b614","resourceInvariantUUID":"21275e06-73f3-46ed-936e-8bea257ca310","resourceCustomizationUUID":"ed5e1ce2-d9ae-48ac-93e8-aa9d639bdcdf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vf-license-model.xml","artifactChecksum":"ZGM0MTgxZDUxYzYxNjU2ODQwNWU5Njk0NWYyZDhlNjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b1aacc60-1c7d-4f66-9e2f-9cc8f24b02bd","artifactVersion":"1"},{"artifactName":"vfw85565712a1150_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json","artifactChecksum":"ZWY5Nzg4NTM0YzlhODE4NzIxNDJhMjAwODVlNmVhMWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40a8416d-7104-444b-b5a0-f5703edbc7b9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0668f483-71e6-4115-a062-9223fa022528","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vendor-license-model.xml","artifactChecksum":"MmIyZTlmYWJiNzNiMzM4MTBhZDQ0OTE2NzI0YWQyYmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a6ddf7e3-db3d-4153-91eb-47bfe990bd55","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3d186abc-d4a3-4987-92f5-d34f952604c3","artifactVersion":"2","generatedFromUUID":"0668f483-71e6-4115-a062-9223fa022528"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220608113026-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-template.yml","artifactChecksum":"ZmUzM2EwOThlZjQyNjIwNWY3YTU5Y2QzNTdiZTE0MWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2c77e4ac-325f-4b0c-818e-26718aa15148","artifactVersion":"1"},{"artifactName":"service-Vfw20220608113026-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar","artifactChecksum":"MGMxNTUxM2E3YjBiYTZkYmNkYjRmMTY5ZWU3ZjJlYmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e3c93817-2d3d-4aa3-b103-4049938ab960","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-08T11:32:34.659Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:32:34.666Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:32:34.682Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:32:34.682Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687953982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.692Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:32:34.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "cds",
"timestamp": 1654687912077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "clamp",
"timestamp": 1654687912194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654687912807,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "policy-id",
"timestamp": 1654687914780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "cds",
"timestamp": 1654687912077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "clamp",
"timestamp": 1654687912194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
"status": "NOTIFIED"
}
2022-06-08T11:32:34.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654687912807,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
"status": "NOTIFIED"
}
2022-06-08T11:32:34.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "policy-id",
"timestamp": 1654687914780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "cds",
"timestamp": 1654687912077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "clamp",
"timestamp": 1654687912194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654687912807,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-08T11:32:34.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "policy-id",
"timestamp": 1654687914780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-08T11:32:34.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "cds",
"timestamp": 1654687912077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "clamp",
"timestamp": 1654687912194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654687912807,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "policy-id",
"timestamp": 1654687914780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "cds",
"timestamp": 1654687912077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "clamp",
"timestamp": 1654687912194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654687912807,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-08T11:32:34.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "ves-openapi-manager",
"timestamp": 1654687917919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "policy-id",
"timestamp": 1654687914780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "cds",
"timestamp": 1654687912077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "clamp",
"timestamp": 1654687912194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654687912807,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "ves-openapi-manager",
"timestamp": 1654687917919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "policy-id",
"timestamp": 1654687914780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "cds",
"timestamp": 1654687912077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T11:32:34.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "clamp",
"timestamp": 1654687912194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T11:32:34.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654687912807,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T11:32:34.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "ves-openapi-manager",
"timestamp": 1654687917919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "policy-id",
"timestamp": 1654687914780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T11:32:34.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "cds",
"timestamp": 1654687921188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:32:34.744Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:32:34.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654687921247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:32:34.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:32:34.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "ves-openapi-manager",
"timestamp": 1654687917919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:34.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "policy-id",
"timestamp": 1654687922689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:32:34.746Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:32:34.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "cds",
"timestamp": 1654687922206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-06-08T11:32:34.782Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-08T11:32:34.786Z||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-06-08T11:32:34.786Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:34.804Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:32:34.806Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 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: 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-06-08T11:32:34.969Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 093fe33c-ee5a-463c-8779-9f75cd0cca19
2022-06-08T11:32:34.995Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093fe33c-ee5a-463c-8779-9f75cd0cca19 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-06-08T11:32:35.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654687922340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:32:35.022Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:32:35.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "ves-openapi-manager",
"timestamp": 1654687917919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:35.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "policy-id",
"timestamp": 1654687923698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T11:32:35.024Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:32:35.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654687923464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:32:35.025Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:32:35.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "ves-openapi-manager",
"timestamp": 1654687917919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:35.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "policy-id",
"timestamp": 1654687924703,
"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-06-08T11:32:35.044Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 093fe33c-ee5a-463c-8779-9f75cd0cca19
2022-06-08T11:32:35.045Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093fe33c-ee5a-463c-8779-9f75cd0cca19 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-06-08T11:32:35.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "ves-openapi-manager",
"timestamp": 1654687917919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:35.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654687924591,
"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-06-08T11:32:35.066Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 093fe33c-ee5a-463c-8779-9f75cd0cca19
2022-06-08T11:32:35.066Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093fe33c-ee5a-463c-8779-9f75cd0cca19 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-06-08T11:32:35.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654687925597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
"status": "DEPLOY_OK"
}
2022-06-08T11:32:35.084Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:32:35.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654687931883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:35.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654687931883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:35.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654687931883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:35.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "aai-ml",
"timestamp": 1654687933960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:35.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654687931883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:35.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "clamp",
"timestamp": 1654687936023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:32:35.086Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:32:35.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "aai-ml",
"timestamp": 1654687933960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:35.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654687931883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:35.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "aai-ml",
"timestamp": 1654687933960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:35.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654687931883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:35.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "clamp",
"timestamp": 1654687938031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T11:32:35.088Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:32:35.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "aai-ml",
"timestamp": 1654687933960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:35.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "clamp",
"timestamp": 1654687939036,
"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-06-08T11:32:35.094Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 093fe33c-ee5a-463c-8779-9f75cd0cca19
2022-06-08T11:32:35.095Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093fe33c-ee5a-463c-8779-9f75cd0cca19 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-06-08T11:32:35.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654687931883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T11:32:35.104Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:35.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "aai-ml",
"timestamp": 1654687933960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.104Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:35.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "aai-ml",
"timestamp": 1654687933960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.105Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:35.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654687939938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:32:35.105Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:32:35.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "aai-ml",
"timestamp": 1654687933960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T11:32:35.106Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:35.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "aai-ml",
"timestamp": 1654687941922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:32:35.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:32:35.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654687948539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T11:32:35.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:32:35.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654687949552,
"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-06-08T11:32:35.113Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 093fe33c-ee5a-463c-8779-9f75cd0cca19
2022-06-08T11:32:35.113Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093fe33c-ee5a-463c-8779-9f75cd0cca19 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-06-08T11:32:35.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "cds",
"timestamp": 1654687942077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.122Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:35.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "cds",
"timestamp": 1654687942077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:35.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "cds",
"timestamp": 1654687942077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:35.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654687952807,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-08T11:32:35.690Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:32:35.691Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:32:35.693Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:32:35.693Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687953982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
"status": "NOTIFIED"
}
2022-06-08T11:32:35.793Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:32:35.794Z||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-06-08T11:32:35.795Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:35.813Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:32:35.814Z||pool-4-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:32:36.694Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:32:36.695Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:32:36.697Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:32:36.697Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687953982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-08T11:32:36.798Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-08T11:32:36.799Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:32:36.799Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:36.826Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:32:36.826Z||pool-5-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:32:37.698Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:32:37.699Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:32:37.701Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:32:37.701Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687953982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:37.801Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:32:37.802Z||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-06-08T11:32:37.803Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:37.826Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:32:37.827Z||pool-6-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:32:38.702Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:32:38.703Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:32:38.706Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:32:38.707Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687953982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-08T11:32:38.807Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T11:32:38.808Z||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-06-08T11:32:38.808Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:38.849Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:32:38.850Z||pool-7-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:32:39.707Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:32:39.708Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:32:39.711Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:32:39.711Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687953982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:32:39.811Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:32:39.812Z||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-06-08T11:32:39.813Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:39.831Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:32:39.832Z||pool-8-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:32:40.711Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:32:40.713Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:32:40.715Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:32:40.716Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687953982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T11:32:40.816Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:32:40.817Z||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-06-08T11:32:40.817Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:40.833Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:32:40.833Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:32:41.718Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"serviceName": "vFW 2022-06-08 11-30-26",
"serviceVersion": "1.0",
"serviceUUID": "8309deae-e228-48d6-a916-3084b9016263",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "920e4c70-4606-4255-84ef-094a4c34acfd",
"resources": [
{
"resourceInstanceName": "vFW 85565712-a115 0",
"resourceCustomizationUUID": "ed5e1ce2-d9ae-48ac-93e8-aa9d639bdcdf",
"resourceName": "vFW 85565712-a115",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b91e807a-8799-4512-ae28-2d9575d4b614",
"resourceInvariantUUID": "21275e06-73f3-46ed-936e-8bea257ca310",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw85565712a1150_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
"artifactChecksum": "ZWY5Nzg4NTM0YzlhODE4NzIxNDJhMjAwODVlNmVhMWY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "40a8416d-7104-444b-b5a0-f5703edbc7b9",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0668f483-71e6-4115-a062-9223fa022528",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3d186abc-d4a3-4987-92f5-d34f952604c3",
"generatedFromUUID": "0668f483-71e6-4115-a062-9223fa022528"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3d186abc-d4a3-4987-92f5-d34f952604c3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220608113026-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
"artifactChecksum": "MGMxNTUxM2E3YjBiYTZkYmNkYjRmMTY5ZWU3ZjJlYmQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e3c93817-2d3d-4aa3-b103-4049938ab960"
}
],
"workloadContext": "Production"
}
2022-06-08T11:32:41.719Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-08T11:32:41.720Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8309deae-e228-48d6-a916-3084b9016263 ASDC
2022-06-08T11:32:41.871Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:093fe33c-ee5a-463c-8779-9f75cd0cca19
ServiceName:vFW 2022-06-08 11-30-26
ServiceVersion:1.0
ServiceUUID:8309deae-e228-48d6-a916-3084b9016263
ServiceInvariantUUID:920e4c70-4606-4255-84ef-094a4c34acfd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220608113026-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar
ArtifactUUID:e3c93817-2d3d-4aa3-b103-4049938ab960
ArtifactChecksum:MGMxNTUxM2E3YjBiYTZkYmNkYjRmMTY5ZWU3ZjJlYmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 85565712-a115 0
ResourceCustomizationUUID:ed5e1ce2-d9ae-48ac-93e8-aa9d639bdcdf
ResourceInvariantUUID:21275e06-73f3-46ed-936e-8bea257ca310
ResourceName:vFW 85565712-a115
ResourceType:VF
ResourceUUID:b91e807a-8799-4512-ae28-2d9575d4b614
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw85565712a1150_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json
ArtifactUUID:40a8416d-7104-444b-b5a0-f5703edbc7b9
ArtifactChecksum:ZWY5Nzg4NTM0YzlhODE4NzIxNDJhMjAwODVlNmVhMWY=
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/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml
ArtifactUUID:0668f483-71e6-4115-a062-9223fa022528
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/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env
ArtifactUUID:3d186abc-d4a3-4987-92f5-d34f952604c3
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/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env
ArtifactUUID:3d186abc-d4a3-4987-92f5-d34f952604c3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-08T11:32:41.872Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8309deae-e228-48d6-a916-3084b9016263 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-06-08T11:32:41.932Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T11:32:41.934Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-08T11:32:41.936Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-08T11:32:41.937Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e3c93817-2d3d-4aa3-b103-4049938ab960 from URL: /sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar
2022-06-08T11:32:41.937Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T11:32:41.943Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar
2022-06-08T11:32:42.085Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T11:32:42.102Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar e3c93817-2d3d-4aa3-b103-4049938ab960 99092
2022-06-08T11:32:42.105Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar ASDC sendASDCNotification
2022-06-08T11:32:42.105Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar
2022-06-08T11:32:42.106Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T11:32:42.107Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:32:42.109Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:32:42.109Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687962103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:32:42.210Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:32:42.211Z||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-06-08T11:32:42.211Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:42.233Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:32:42.233Z||pool-10-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:32:43.110Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T11:32:43.111Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-08T11:32:43.112Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e3c93817-2d3d-4aa3-b103-4049938ab960, URL: /sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar to file: /app/ASDC/1/service-Vfw20220608113026-csar.csar
2022-06-08T11:32:43.113Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220608113026-csar.csar
2022-06-08T11:32:43.191Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220608113026-csar.csar
2022-06-08T11:32:43.191Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220608113026-csar.csar
2022-06-08T11:32:43.801Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10623886363495639472/Definitions/service-Vfw20220608113026-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-08T11:32:46.362Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-08T11:32:46.367Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-08T11:32:46.367Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220608113026-csar.csar
2022-06-08T11:32:46.367Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-08T11:32:46.367Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|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-Vfw20220608113026-csar.csar
2022-06-08T11:32:46.368Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|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-Vfw20220608113026-csar.csar
2022-06-08T11:32:46.368Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|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-Vfw20220608113026-csar.csar
2022-06-08T11:32:46.368Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|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-Vfw20220608113026-csar.csar
2022-06-08T11:32:46.368Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|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-Vfw20220608113026-csar.csar
2022-06-08T11:32:46.368Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|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-Vfw20220608113026-csar.csar
2022-06-08T11:32:46.368Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|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-Vfw20220608113026-csar.csar
2022-06-08T11:32:46.368Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|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-Vfw20220608113026-csar.csar
2022-06-08T11:32:46.368Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|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-Vfw20220608113026-csar.csar
2022-06-08T11:32:46.368Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|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-Vfw20220608113026-csar.csar
2022-06-08T11:32:46.369Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|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-Vfw20220608113026-csar.csar
2022-06-08T11:32:46.369Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 85565712-a115 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-Vfw20220608113026-csar.csar
2022-06-08T11:32:46.369Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|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-Vfw20220608113026-csar.csar
2022-06-08T11:32:46.369Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-08T11:32:46.375Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:46.377Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:32:46.381Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is matching search criteria
2022-06-08T11:32:46.381Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-08T11:32:46.383Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85565712-a115 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T11:32:46.384Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:46.384Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:32:46.384Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is matching search criteria
2022-06-08T11:32:46.385Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-08T11:32:46.385Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85565712-a115 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T11:32:46.385Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:46.385Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:32:46.389Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:46.405Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is not matching search criteria
2022-06-08T11:32:46.405Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-08T11:32:46.406Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-08T11:32:46.406Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-08T11:32:46.406Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-08T11:32:46.406Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-08T11:32:46.406Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-08T11:32:46.406Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T11:32:46.407Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-08T11:32:46.407Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-08T11:32:46.407Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-08T11:32:46.407Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-08T11:32:46.407Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-08T11:32:46.408Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-08T11:32:46.408Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-08T11:32:46.408Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T11:32:46.408Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-08T11:32:46.408Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:46.409Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T11:32:46.411Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:46.411Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is matching search criteria
2022-06-08T11:32:46.411Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85565712-a115 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:32:46.411Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:46.412Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is matching search criteria
2022-06-08T11:32:46.412Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85565712-a115 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:32:46.412Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:46.412Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is matching search criteria
2022-06-08T11:32:46.412Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85565712-a115 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:32:46.413Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:46.413Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is not matching search criteria
2022-06-08T11:32:46.413Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-08T11:32:46.413Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-08T11:32:46.413Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-08T11:32:46.414Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-08T11:32:46.414Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-08T11:32:46.414Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-08T11:32:46.414Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-08T11:32:46.414Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-08T11:32:46.414Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-08T11:32:46.415Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-08T11:32:46.415Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T11:32:46.415Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93e45835-1ddd-4946-917a-f15900490177
2022-06-08T11:32:46.415Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:46.415Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is not matching search criteria
2022-06-08T11:32:46.416Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-08T11:32:46.416Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-08T11:32:46.416Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-08T11:32:46.416Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-08T11:32:46.416Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-08T11:32:46.416Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-08T11:32:46.417Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T11:32:46.417Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-08T11:32:46.417Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-08T11:32:46.417Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-08T11:32:46.417Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-08T11:32:46.417Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T11:32:46.418Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=068abdb3-c431-4908-a3b5-c5cf63ddc5b5
2022-06-08T11:32:46.418Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:46.418Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is not matching search criteria
2022-06-08T11:32:46.418Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-08T11:32:46.418Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-08T11:32:46.419Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-08T11:32:46.419Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-08T11:32:46.419Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-08T11:32:46.419Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-08T11:32:46.419Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T11:32:46.419Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-08T11:32:46.419Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-08T11:32:46.420Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-08T11:32:46.420Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-08T11:32:46.420Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-08T11:32:46.420Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6433cf76-4e01-461b-8ca6-fae204a9761c
2022-06-08T11:32:46.420Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:46.420Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:32:46.421Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:46.421Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:32:46.421Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:46.421Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:32:46.421Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:46.421Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:32:46.422Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-08 11-30-26
Description:catalog service description
Model UUID:8309deae-e228-48d6-a916-3084b9016263
Model Version:NULL
Model InvariantUuid:920e4c70-4606-4255-84ef-094a4c34acfd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 85565712-a115
Model UUID:c7521537-9dbe-46ef-967b-f17259fa51a4
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:21275e06-73f3-46ed-936e-8bea257ca310
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ed5e1ce2-d9ae-48ac-93e8-aa9d639bdcdf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f973d082-af81-48ec-84d4-1d58c12f3c13
ModelName:Vfw85565712A115..base_vfw..module-0
ModelUuid:838b2ae4-e61e-43d3-b199-a9e12cf3ef5d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:93e45835-1ddd-4946-917a-f15900490177
ModelInvariantUuid:23c93270-3770-4d70-bf8e-3a4878d2c842
ModelName:vFW 85565712-a115-nodes.vfwCvfc
ModelUuid:72081f23-585b-4b4e-b569-8091153d8839
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:29c6e799-6b58-4dee-8966-c5dd55ff229f
ModelInvariantUuid:5a6dd8fe-92a8-404d-9e67-130732117257
ModelName:Vfw85565712A115.compute.nodes.heat.vfw
ModelUuid:d7576681-a006-4d8e-86d5-8f22fed59509
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:068abdb3-c431-4908-a3b5-c5cf63ddc5b5
ModelInvariantUuid:1d853398-a7c5-4032-9534-beac7b8c3066
ModelName:vFW 85565712-a115-nodes.vsnCvfc
ModelUuid:49b8b1b7-ddc2-4760-98d1-3b55b902d07b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:2a892123-e4fd-461b-8c55-590455839a69
ModelInvariantUuid:7f3ba380-52ce-4430-9b00-d4bd22b32dd3
ModelName:Vfw85565712A115.compute.nodes.heat.vsn
ModelUuid:83a32e69-7502-433f-9808-f84335d86723
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6433cf76-4e01-461b-8ca6-fae204a9761c
ModelInvariantUuid:8f914d04-d4d8-49c7-a96b-26dbbfd99d0d
ModelName:vFW 85565712-a115-nodes.vpgCvfc
ModelUuid:400a85df-a2bb-4ef9-9f23-48a0356b3365
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:3c58bd28-9d50-4f5a-9906-9a2ebe01d854
ModelInvariantUuid:ffab6eea-4b9e-47cb-8049-6413814b17aa
ModelName:Vfw85565712A115.compute.nodes.heat.vpg
ModelUuid:6c7c2b75-9b07-4f06-9fa1-f0200a9b7834
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-06-08T11:32:46.438Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: b91e807a-8799-4512-ae28-2d9575d4b614
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-06-08T11:32:46.551Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||vFW 85565712-a115 0
2022-06-08T11:32:46.559Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b91e807a-8799-4512-ae28-2d9575d4b614
2022-06-08T11:32:46.559Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 40a8416d-7104-444b-b5a0-f5703edbc7b9 from URL: /sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json
2022-06-08T11:32:46.559Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T11:32:46.560Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json
2022-06-08T11:32:46.658Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T11:32:46.658Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json 40a8416d-7104-444b-b5a0-f5703edbc7b9 785
2022-06-08T11:32:46.659Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json ASDC sendASDCNotification
2022-06-08T11:32:46.659Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json
2022-06-08T11:32:46.659Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T11:32:46.659Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:32:46.662Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:32:46.662Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687966659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:32:46.763Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:32:46.764Z||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-06-08T11:32:46.764Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:46.780Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:32:46.781Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:32:47.664Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw85565712A115..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f973d082-af81-48ec-84d4-1d58c12f3c13",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "838b2ae4-e61e-43d3-b199-a9e12cf3ef5d",
"vfModuleModelCustomizationUUID": "a086c507-5417-42dd-ac61-6ce1ca8b1489",
"isBase": true,
"artifacts": [
"0668f483-71e6-4115-a062-9223fa022528",
"3d186abc-d4a3-4987-92f5-d34f952604c3"
],
"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-06-08T11:32:47.679Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw85565712A115..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:838b2ae4-e61e-43d3-b199-a9e12cf3ef5d
VfModuleModelInvariantUUID:f973d082-af81-48ec-84d4-1d58c12f3c13
VfModuleModelDescription:NULL
Artifacts UUID List:{
0668f483-71e6-4115-a062-9223fa022528
,
3d186abc-d4a3-4987-92f5-d34f952604c3
}
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-06-08T11:32:47.684Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw85565712A115..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f973d082-af81-48ec-84d4-1d58c12f3c13",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "838b2ae4-e61e-43d3-b199-a9e12cf3ef5d",
"vfModuleModelCustomizationUUID": "a086c507-5417-42dd-ac61-6ce1ca8b1489",
"isBase": true,
"artifacts": [
"0668f483-71e6-4115-a062-9223fa022528",
"3d186abc-d4a3-4987-92f5-d34f952604c3"
],
"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-06-08T11:32:47.684Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw85565712A115..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:838b2ae4-e61e-43d3-b199-a9e12cf3ef5d
VfModuleModelInvariantUUID:f973d082-af81-48ec-84d4-1d58c12f3c13
VfModuleModelDescription:NULL
Artifacts UUID List:{
0668f483-71e6-4115-a062-9223fa022528
,
3d186abc-d4a3-4987-92f5-d34f952604c3
}
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-06-08T11:32:47.684Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0668f483-71e6-4115-a062-9223fa022528 from URL: /sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml
2022-06-08T11:32:47.684Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T11:32:47.685Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml
2022-06-08T11:32:47.800Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T11:32:47.801Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml 0668f483-71e6-4115-a062-9223fa022528 20368
2022-06-08T11:32:47.801Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-08T11:32:47.801Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml
2022-06-08T11:32:47.801Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T11:32:47.802Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:32:47.804Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:32:47.804Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687967801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:32:47.904Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:32:47.905Z||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-06-08T11:32:47.906Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:47.928Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:32:47.929Z||pool-12-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:32:48.806Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3d186abc-d4a3-4987-92f5-d34f952604c3 from URL: /sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env
2022-06-08T11:32:48.806Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T11:32:48.807Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env
2022-06-08T11:32:48.915Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T11:32:48.915Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env 3d186abc-d4a3-4987-92f5-d34f952604c3 2098
2022-06-08T11:32:48.916Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-08T11:32:48.916Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env
2022-06-08T11:32:48.916Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T11:32:48.916Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:32:48.920Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:32:48.920Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687968916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:32:49.020Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:32:49.021Z||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-06-08T11:32:49.021Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:49.037Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:32:49.038Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:32:49.921Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 8309deae-e228-48d6-a916-3084b9016263
2022-06-08T11:32:49.921Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 85565712-a115 0 b91e807a-8799-4512-ae28-2d9575d4b614 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T11:32:49.982Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@29f3dc89, org.onap.sdc.toscaparser.api.parameters.Input@6532997b, org.onap.sdc.toscaparser.api.parameters.Input@7439ae43, org.onap.sdc.toscaparser.api.parameters.Input@280cf331, org.onap.sdc.toscaparser.api.parameters.Input@1fac652d]
2022-06-08T11:32:49.986Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:49.986Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:32:49.987Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-06-08T11:32:49.987Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= ed5e1ce2-d9ae-48ac-93e8-aa9d639bdcdf
2022-06-08T11:32:49.987Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ed5e1ce2-d9ae-48ac-93e8-aa9d639bdcdf matches Tosca VF Customization UUID: ed5e1ce2-d9ae-48ac-93e8-aa9d639bdcdf
2022-06-08T11:32:49.987Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: ed5e1ce2-d9ae-48ac-93e8-aa9d639bdcdf 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-06-08T11:32:49.998Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:49.999Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:32:50.001Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id ed5e1ce2-d9ae-48ac-93e8-aa9d639bdcdf: {\"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-06-08T11:32:50.001Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2fecf353
2022-06-08T11:32:50.001Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:50.001Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T11:32:50.002Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a086c507-5417-42dd-ac61-6ce1ca8b1489
2022-06-08T11:32:50.003Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a086c507-5417-42dd-ac61-6ce1ca8b1489
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-06-08T11:32:50.011Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:50.011Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is matching search criteria
2022-06-08T11:32:50.012Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85565712-a115 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:32:50.013Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:50.013Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is matching search criteria
2022-06-08T11:32:50.013Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85565712-a115 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:32:50.013Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:50.014Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is not matching search criteria
2022-06-08T11:32:50.014Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-08T11:32:50.014Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-08T11:32:50.014Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-08T11:32:50.014Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-08T11:32:50.015Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-08T11:32:50.015Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-08T11:32:50.015Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-08T11:32:50.015Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-08T11:32:50.015Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-08T11:32:50.015Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-08T11:32:50.016Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T11:32:50.016Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93e45835-1ddd-4946-917a-f15900490177
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-06-08T11:32:50.032Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:50.033Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is matching search criteria
2022-06-08T11:32:50.033Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85565712-a115 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:32:50.033Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:50.034Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is not matching search criteria
2022-06-08T11:32:50.034Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-08T11:32:50.034Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-08T11:32:50.034Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-08T11:32:50.035Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-08T11:32:50.035Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-08T11:32:50.035Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-08T11:32:50.035Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T11:32:50.035Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-08T11:32:50.036Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-08T11:32:50.036Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-08T11:32:50.036Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-08T11:32:50.036Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T11:32:50.036Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=068abdb3-c431-4908-a3b5-c5cf63ddc5b5
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-06-08T11:32:50.039Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:50.039Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is matching search criteria
2022-06-08T11:32:50.040Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85565712-a115 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:32:50.042Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:50.043Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is not matching search criteria
2022-06-08T11:32:50.043Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-08T11:32:50.043Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-08T11:32:50.043Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-08T11:32:50.043Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-08T11:32:50.044Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-08T11:32:50.044Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-08T11:32:50.044Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T11:32:50.044Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-08T11:32:50.045Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-08T11:32:50.045Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-08T11:32:50.045Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-08T11:32:50.045Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-08T11:32:50.045Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6433cf76-4e01-461b-8ca6-fae204a9761c
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-06-08T11:32:50.048Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:50.048Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is matching search criteria
2022-06-08T11:32:50.048Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85565712-a115 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:32:50.048Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:50.048Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is matching search criteria
2022-06-08T11:32:50.049Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85565712-a115 0] matching following query criteria: sdcType=VF, customizationUUID=ed5e1ce2-d9ae-48ac-93e8-aa9d639bdcdf
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-06-08T11:32:50.050Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:50.051Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:32:50.051Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 8309deae-e228-48d6-a916-3084b9016263: vFW 85565712-a115
2022-06-08T11:32:50.051Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:50.051Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:32:50.052Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:50.052Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:32:50.052Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:50.052Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:32:50.052Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:50.052Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:32:50.053Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:32:50.053Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:32:50.053Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-06-08 11-30-26
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-06-08T11:32:50.379Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 85565712-a115 b91e807a-8799-4512-ae28-2d9575d4b614 1 ASDC deployResourceStructure
2022-06-08T11:32:50.380Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json ASDC sendASDCNotification
2022-06-08T11:32:50.380Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json
2022-06-08T11:32:50.380Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T11:32:50.381Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:32:50.383Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:32:50.383Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687970380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
"status": "DEPLOY_OK"
}
2022-06-08T11:32:50.483Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T11:32:50.485Z||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-06-08T11:32:50.485Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:50.505Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:32:50.506Z||pool-14-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:32:51.384Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-08T11:32:51.385Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml
2022-06-08T11:32:51.385Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T11:32:51.386Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:32:51.388Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:32:51.388Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687971384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-08T11:32:51.488Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:32:51.490Z||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-06-08T11:32:51.490Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:51.518Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:32:51.519Z||pool-15-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:32:52.389Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-08T11:32:52.390Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env
2022-06-08T11:32:52.390Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T11:32:52.391Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:32:52.393Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:32:52.394Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687972389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-08T11:32:52.494Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T11:32:52.495Z||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-06-08T11:32:52.495Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:52.533Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:32:52.533Z||pool-16-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:32:53.395Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar ASDC sendASDCNotification
2022-06-08T11:32:53.395Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar
2022-06-08T11:32:53.395Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T11:32:53.396Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:32:53.398Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:32:53.398Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687973394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T11:32:53.498Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:32:53.499Z||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-06-08T11:32:53.500Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:53.536Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:32:53.537Z||pool-17-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:32:54.400Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 093fe33c-ee5a-463c-8779-9f75cd0cca19
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-06-08T11:32:54.419Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 093fe33c-ee5a-463c-8779-9f75cd0cca19
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-06-08T11:32:54.423Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T11:32:54.424Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T11:32:54.424Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T11:33:24.424Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 093fe33c-ee5a-463c-8779-9f75cd0cca19
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-06-08T11:33:24.457Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 093fe33c-ee5a-463c-8779-9f75cd0cca19
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-06-08T11:33:24.461Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T11:33:24.461Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T11:33:24.461Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T11:33:33.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:33:33.986Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:33:33.986Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:33:34.129Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:33:34.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:33:34.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "cds",
"timestamp": 1654687942077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:33:34.131Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:33:54.461Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 093fe33c-ee5a-463c-8779-9f75cd0cca19
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-06-08T11:33:54.475Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 093fe33c-ee5a-463c-8779-9f75cd0cca19
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-06-08T11:33:54.479Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T11:33:54.479Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T11:33:54.479Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T11:34:24.479Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 093fe33c-ee5a-463c-8779-9f75cd0cca19
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-06-08T11:34:24.506Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 093fe33c-ee5a-463c-8779-9f75cd0cca19
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-06-08T11:34:24.511Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T11:34:24.512Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T11:34:24.512Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T11:34:33.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:34:33.989Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:34:33.989Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:34:34.539Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:34:34.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654687952807,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
"status": "NOTIFIED"
}
2022-06-08T11:34:34.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687953982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "policy-id",
"timestamp": 1654687954780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "cds",
"timestamp": 1654687942077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654687952807,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-08T11:34:34.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687953982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
"status": "NOTIFIED"
}
2022-06-08T11:34:34.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "policy-id",
"timestamp": 1654687954780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "cds",
"timestamp": 1654687942077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.548Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654687952807,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.548Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687953982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-08T11:34:34.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "policy-id",
"timestamp": 1654687954780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-08T11:34:34.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "cds",
"timestamp": 1654687942077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T11:34:34.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654687952807,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-08T11:34:34.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687953982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "policy-id",
"timestamp": 1654687954780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "ves-openapi-manager",
"timestamp": 1654687957919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654687952807,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687953982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-08T11:34:34.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "cds",
"timestamp": 1654687958630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:34:34.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "policy-id",
"timestamp": 1654687954780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "aai-ml",
"timestamp": 1654687960031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T11:34:34.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "ves-openapi-manager",
"timestamp": 1654687957919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654687952807,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T11:34:34.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687953982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "cds",
"timestamp": 1654687959635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-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-06-08T11:34:34.574Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6cda52e6-8642-45a6-914d-b696fa138387
2022-06-08T11:34:34.575Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cda52e6-8642-45a6-914d-b696fa138387 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-06-08T11:34:34.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "policy-id",
"timestamp": 1654687954780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "aai-ml",
"timestamp": 1654687961040,
"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-06-08T11:34:34.591Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 093fe33c-ee5a-463c-8779-9f75cd0cca19
2022-06-08T11:34:34.591Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093fe33c-ee5a-463c-8779-9f75cd0cca19 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-06-08T11:34:34.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "ves-openapi-manager",
"timestamp": 1654687957919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654687960565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:34:34.601Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687953982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T11:34:34.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "policy-id",
"timestamp": 1654687954780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T11:34:34.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "ves-openapi-manager",
"timestamp": 1654687957919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654687961640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:34:34.603Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654687961881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "policy-id",
"timestamp": 1654687962571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:34:34.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687962103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:34:34.606Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "ves-openapi-manager",
"timestamp": 1654687957919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654687961881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654687962696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:34:34.614Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "policy-id",
"timestamp": 1654687963575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T11:34:34.615Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "ves-openapi-manager",
"timestamp": 1654687957919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654687961881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654687963729,
"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-06-08T11:34:34.627Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6cda52e6-8642-45a6-914d-b696fa138387
2022-06-08T11:34:34.628Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cda52e6-8642-45a6-914d-b696fa138387 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-06-08T11:34:34.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "aai-ml",
"timestamp": 1654687963960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "policy-id",
"timestamp": 1654687964592,
"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-06-08T11:34:34.650Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6cda52e6-8642-45a6-914d-b696fa138387
2022-06-08T11:34:34.650Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cda52e6-8642-45a6-914d-b696fa138387 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-06-08T11:34:34.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "ves-openapi-manager",
"timestamp": 1654687957919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654687961881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654687964732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-08T11:34:34.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "aai-ml",
"timestamp": 1654687963960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654687961881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "aai-ml",
"timestamp": 1654687963960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687966659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:34:34.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654687961881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "aai-ml",
"timestamp": 1654687963960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687967801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:34:34.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654687961881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T11:34:34.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "aai-ml",
"timestamp": 1654687963960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "aai-ml",
"timestamp": 1654687963960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687968916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:34:34.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654687969699,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:34:34.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "aai-ml",
"timestamp": 1654687963960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T11:34:34.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687970380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
"status": "DEPLOY_OK"
}
2022-06-08T11:34:34.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "aai-ml",
"timestamp": 1654687971814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:34:34.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687971384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-08T11:34:34.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "clamp",
"timestamp": 1654687972192,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654687973108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T11:34:34.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687972389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-08T11:34:34.673Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "clamp",
"timestamp": 1654687972192,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
"status": "NOTIFIED"
}
2022-06-08T11:34:34.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654687974118,
"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-06-08T11:34:34.683Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6cda52e6-8642-45a6-914d-b696fa138387
2022-06-08T11:34:34.684Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cda52e6-8642-45a6-914d-b696fa138387 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-06-08T11:34:34.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687973394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T11:34:34.694Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "clamp",
"timestamp": 1654687972192,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "clamp",
"timestamp": 1654687972192,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "clamp",
"timestamp": 1654687972192,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "clamp",
"timestamp": 1654687972192,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "clamp",
"timestamp": 1654687972192,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T11:34:34.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:34:34.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "aai-ml",
"timestamp": 1654687980447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T11:34:34.697Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "aai-ml",
"timestamp": 1654687981453,
"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-06-08T11:34:34.710Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6cda52e6-8642-45a6-914d-b696fa138387
2022-06-08T11:34:34.711Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cda52e6-8642-45a6-914d-b696fa138387 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-06-08T11:34:34.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.720Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "clamp",
"timestamp": 1654687992024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:34:34.721Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "clamp",
"timestamp": 1654687994033,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T11:34:34.721Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "clamp",
"timestamp": 1654687995036,
"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-06-08T11:34:34.728Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6cda52e6-8642-45a6-914d-b696fa138387
2022-06-08T11:34:34.729Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cda52e6-8642-45a6-914d-b696fa138387 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-06-08T11:34:54.512Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 093fe33c-ee5a-463c-8779-9f75cd0cca19
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-06-08T11:34:54.531Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 093fe33c-ee5a-463c-8779-9f75cd0cca19
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-06-08T11:34:54.534Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T11:34:54.535Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-08T11:34:54.535Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-08T11:34:54.535Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-08T11:34:54.535Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T11:34:54.536Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T11:34:54.536Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T11:34:54.536Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T11:34:54.536Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T11:34:54.536Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T11:34:54.537Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|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-06-08T11:34:54.545Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-08T11:35:24.546Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 093fe33c-ee5a-463c-8779-9f75cd0cca19 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-06-08T11:35:24.561Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 093fe33c-ee5a-463c-8779-9f75cd0cca19 and serviceModelVersionId: 8309deae-e228-48d6-a916-3084b9016263
2022-06-08T11:35:24.561Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 920e4c70-4606-4255-84ef-094a4c34acfd
2022-06-08T11:35:33.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:35:33.986Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:35:33.986Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:40.093Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/920e4c70-4606-4255-84ef-094a4c34acfd/model-vers/model-ver/8309deae-e228-48d6-a916-3084b9016263?depth=0
2022-06-08T11:35:40.250Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-08T11:35:40.832Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/920e4c70-4606-4255-84ef-094a4c34acfd/model-vers/model-ver/8309deae-e228-48d6-a916-3084b9016263?depth=0|INFO|500||Invoke
2022-06-08T11:35:40.841Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/920e4c70-4606-4255-84ef-094a4c34acfd/model-vers/model-ver/8309deae-e228-48d6-a916-3084b9016263?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/920e4c70-4606-4255-84ef-094a4c34acfd/model-vers/model-ver/8309deae-e228-48d6-a916-3084b9016263?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[093fe33c-ee5a-463c-8779-9f75cd0cca19], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c3fa9f18-4c73-4db2-a272-785ae6c0b129], X-ECOMP-RequestID=[093fe33c-ee5a-463c-8779-9f75cd0cca19], X-TransactionId=[], X-ONAP-RequestID=[093fe33c-ee5a-463c-8779-9f75cd0cca19], Content-Type=[application/merge-patch+json]}
2022-06-08T11:35:40.972Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/920e4c70-4606-4255-84ef-094a4c34acfd/model-vers/model-ver/8309deae-e228-48d6-a916-3084b9016263?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-08T11:35:41.182Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/920e4c70-4606-4255-84ef-094a4c34acfd/model-vers/model-ver/8309deae-e228-48d6-a916-3084b9016263?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/920e4c70-4606-4255-84ef-094a4c34acfd/model-vers/model-ver/8309deae-e228-48d6-a916-3084b9016263?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220608-11:35:42:090-73596], vertex-id=[176192], Content-Length=[0], Date=[Wed, 08 Jun 2022 11:35:42 GMT], Content-Type=[application/json]}
2022-06-08T11:35:41.185Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/920e4c70-4606-4255-84ef-094a4c34acfd/model-vers/model-ver/8309deae-e228-48d6-a916-3084b9016263?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-08T11:35:41.186Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/920e4c70-4606-4255-84ef-094a4c34acfd/model-vers/model-ver/8309deae-e228-48d6-a916-3084b9016263?depth=0|INFO|500||InvokeReturn
2022-06-08T11:35:41.190Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-08T11:35:41.191Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|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-06-08T11:35:41.197Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|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-06-08T11:35:41.198Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 093fe33c-ee5a-463c-8779-9f75cd0cca19 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-08T11:35:41.199Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-08T11:35:41.200Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:41.202Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:41.203Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688141198,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T11:35:41.303Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T11:35:41.304Z||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-06-08T11:35:41.304Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:41.322Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:35:41.323Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:35:41.941Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:35:41.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:35:41.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688141198,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T11:35:41.943Z||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-06-08T11:35:42.216Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-08T11:35:42.216Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"6cda52e6-8642-45a6-914d-b696fa138387","serviceName":"basic_onboard_mKJkWZ","serviceVersion":"1.0","serviceUUID":"76db8190-1d6a-46d2-895a-bcd0ad15af53","serviceDescription":"service","serviceInvariantUUID":"2bc59bbe-d3f2-48cb-8e60-39a9202c52dd","resources":[{"resourceInstanceName":"basic_onboard_mKJkWZ 0","resourceName":"basic_onboard_mKJkWZ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"188e9856-60e1-4d9e-8bab-f4632bad8a94","resourceInvariantUUID":"49d9a6b7-7a1c-4084-8cbe-92a9b1a058f0","resourceCustomizationUUID":"a682901d-145e-4289-9397-2d07a8d10952","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vf-license-model.xml","artifactChecksum":"YmFjNGUyNjIyYWQ5MWNjZDAxMTFkNTBhZGIxYzE5YTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b7b5596d-4779-484d-8705-a533c0770b91","artifactVersion":"1"},{"artifactName":"basic_onboard_mkjkwz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json","artifactChecksum":"Yzg4Mjk0M2E5NzMwYTYyMzY0MmRkYjQ2YWE4OGY0ZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6bf3e52a-a6ab-4396-b436-e26bf0845f25","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8210aa7f-d73e-4a41-ac35-c12469a1fa19","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"07e18fc3-e55c-4e67-ac05-a03bd43f8501","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"874519a1-17ad-4f5d-adc5-059cfa5d5ebe","artifactVersion":"2","generatedFromUUID":"8210aa7f-d73e-4a41-ac35-c12469a1fa19"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMkjkwz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-template.yml","artifactChecksum":"MzM3NDk2ZDYwZGFlOWU1NDNiN2RhODcwYjQzNzg5Njk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"faa5374d-ae0c-415f-8b0d-adc7721db13d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMkjkwz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar","artifactChecksum":"OWQ4OTBmNWFhOTJiZDUxYTA4YmZkNTY5ZDQ3N2QzMzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"86d45ba6-4622-4c8a-8246-6c2a5a99f838","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-08T11:35:42.217Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:35:42.217Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:42.219Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:42.219Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687953982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:35:42.320Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-08T11:35:42.321Z||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-06-08T11:35:42.321Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:42.346Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:35:42.347Z||pool-19-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:35:43.220Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:35:43.221Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:43.223Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:43.223Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687953982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
"status": "NOTIFIED"
}
2022-06-08T11:35:43.323Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:35:43.325Z||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-06-08T11:35:43.325Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:43.348Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:35:43.349Z||pool-20-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:35:44.224Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:35:44.225Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:44.226Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:44.226Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687953982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-08T11:35:44.327Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:35:44.328Z||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-06-08T11:35:44.328Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:44.352Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:35:44.353Z||pool-21-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:35:45.227Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:35:45.229Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:45.230Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:45.231Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687953982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:35:45.331Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:35:45.333Z||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-06-08T11:35:45.333Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:45.355Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:35:45.355Z||pool-22-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:35:46.231Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:35:46.232Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:46.235Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:46.235Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687953982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-08T11:35:46.335Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:35:46.336Z||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-06-08T11:35:46.336Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:46.358Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:35:46.359Z||pool-23-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:35:47.235Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:35:47.236Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:47.239Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:47.239Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687953982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:35:47.339Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:35:47.340Z||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-06-08T11:35:47.340Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:47.360Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:35:47.360Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:35:48.240Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:35:48.241Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:48.243Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:48.243Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687953982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T11:35:48.343Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T11:35:48.344Z||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-06-08T11:35:48.344Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:48.363Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:35:48.364Z||pool-25-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:35:49.245Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"serviceName": "basic_onboard_mKJkWZ",
"serviceVersion": "1.0",
"serviceUUID": "76db8190-1d6a-46d2-895a-bcd0ad15af53",
"serviceDescription": "service",
"serviceInvariantUUID": "2bc59bbe-d3f2-48cb-8e60-39a9202c52dd",
"resources": [
{
"resourceInstanceName": "basic_onboard_mKJkWZ 0",
"resourceCustomizationUUID": "a682901d-145e-4289-9397-2d07a8d10952",
"resourceName": "basic_onboard_mKJkWZ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "188e9856-60e1-4d9e-8bab-f4632bad8a94",
"resourceInvariantUUID": "49d9a6b7-7a1c-4084-8cbe-92a9b1a058f0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_mkjkwz0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
"artifactChecksum": "Yzg4Mjk0M2E5NzMwYTYyMzY0MmRkYjQ2YWE4OGY0ZTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6bf3e52a-a6ab-4396-b436-e26bf0845f25",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8210aa7f-d73e-4a41-ac35-c12469a1fa19",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "874519a1-17ad-4f5d-adc5-059cfa5d5ebe",
"generatedFromUUID": "8210aa7f-d73e-4a41-ac35-c12469a1fa19"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "874519a1-17ad-4f5d-adc5-059cfa5d5ebe",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardMkjkwz-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
"artifactChecksum": "OWQ4OTBmNWFhOTJiZDUxYTA4YmZkNTY5ZDQ3N2QzMzU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "86d45ba6-4622-4c8a-8246-6c2a5a99f838"
}
],
"workloadContext": "Production"
}
2022-06-08T11:35:49.246Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-08T11:35:49.247Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 76db8190-1d6a-46d2-895a-bcd0ad15af53 ASDC
2022-06-08T11:35:49.248Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:6cda52e6-8642-45a6-914d-b696fa138387
ServiceName:basic_onboard_mKJkWZ
ServiceVersion:1.0
ServiceUUID:76db8190-1d6a-46d2-895a-bcd0ad15af53
ServiceInvariantUUID:2bc59bbe-d3f2-48cb-8e60-39a9202c52dd
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMkjkwz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar
ArtifactUUID:86d45ba6-4622-4c8a-8246-6c2a5a99f838
ArtifactChecksum:OWQ4OTBmNWFhOTJiZDUxYTA4YmZkNTY5ZDQ3N2QzMzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_mKJkWZ 0
ResourceCustomizationUUID:a682901d-145e-4289-9397-2d07a8d10952
ResourceInvariantUUID:49d9a6b7-7a1c-4084-8cbe-92a9b1a058f0
ResourceName:basic_onboard_mKJkWZ
ResourceType:VF
ResourceUUID:188e9856-60e1-4d9e-8bab-f4632bad8a94
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_mkjkwz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json
ArtifactUUID:6bf3e52a-a6ab-4396-b436-e26bf0845f25
ArtifactChecksum:Yzg4Mjk0M2E5NzMwYTYyMzY0MmRkYjQ2YWE4OGY0ZTA=
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/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8210aa7f-d73e-4a41-ac35-c12469a1fa19
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/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env
ArtifactUUID:874519a1-17ad-4f5d-adc5-059cfa5d5ebe
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/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env
ArtifactUUID:874519a1-17ad-4f5d-adc5-059cfa5d5ebe
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-08T11:35:49.248Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 76db8190-1d6a-46d2-895a-bcd0ad15af53 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-06-08T11:35:49.278Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T11:35:49.279Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-08T11:35:49.279Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-08T11:35:49.279Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 86d45ba6-4622-4c8a-8246-6c2a5a99f838 from URL: /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:49.280Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T11:35:49.280Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:49.604Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T11:35:49.608Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar 86d45ba6-4622-4c8a-8246-6c2a5a99f838 71602
2022-06-08T11:35:49.609Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar ASDC sendASDCNotification
2022-06-08T11:35:49.609Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:49.609Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T11:35:49.610Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:49.612Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:49.612Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688149609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:35:49.712Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:35:49.714Z||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-06-08T11:35:49.714Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:49.732Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:35:49.733Z||pool-26-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:35:50.613Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T11:35:50.615Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-08T11:35:50.615Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 86d45ba6-4622-4c8a-8246-6c2a5a99f838, URL: /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar to file: /app/ASDC/1/service-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:50.616Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:50.617Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:50.617Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:50.778Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17308734458148994977/Definitions/service-BasicOnboardMkjkwz-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-06-08T11:35:51.974Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-08T11:35:51.975Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-08T11:35:51.975Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:51.975Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-08T11:35:51.976Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_mKJkWZ 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-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:51.976Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||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-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:51.976Z|6cda52e6-8642-45a6-914d-b696fa138387|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-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:51.976Z|6cda52e6-8642-45a6-914d-b696fa138387|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-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:51.976Z|6cda52e6-8642-45a6-914d-b696fa138387|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-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:51.977Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:51.977Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:51.977Z|6cda52e6-8642-45a6-914d-b696fa138387|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-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:51.977Z|6cda52e6-8642-45a6-914d-b696fa138387|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-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:51.978Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-08T11:35:51.978Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:35:51.978Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:35:51.979Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_mKJkWZ 0 is matching search criteria
2022-06-08T11:35:51.979Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-08T11:35:51.979Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_mKJkWZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T11:35:51.980Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:35:51.980Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:35:51.981Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_mKJkWZ 0 is matching search criteria
2022-06-08T11:35:51.981Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-08T11:35:51.981Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_mKJkWZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T11:35:51.981Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:35:51.981Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:35:51.982Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:35:51.982Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_mKJkWZ 0 is not matching search criteria
2022-06-08T11:35:51.983Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-08T11:35:51.983Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-08T11:35:51.983Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-08T11:35:51.983Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-08T11:35:51.983Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-08T11:35:51.984Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:35:51.984Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T11:35:51.984Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:35:51.985Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_mKJkWZ 0 is matching search criteria
2022-06-08T11:35:51.985Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_mKJkWZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:35:51.985Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:35:51.986Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_mKJkWZ 0 is matching search criteria
2022-06-08T11:35:51.986Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_mKJkWZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:35:51.986Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:35:51.986Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_mKJkWZ 0 is matching search criteria
2022-06-08T11:35:51.987Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_mKJkWZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:35:51.987Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:35:51.987Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_mKJkWZ 0 is not matching search criteria
2022-06-08T11:35:51.987Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-08T11:35:51.988Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-08T11:35:51.988Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7b8de095-1153-435c-bc61-d218dd6b9f26
2022-06-08T11:35:51.988Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:35:51.988Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:35:51.988Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:35:51.989Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:35:51.989Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:35:51.989Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:35:51.989Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:35:51.990Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:35:51.990Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_mKJkWZ
Description:service
Model UUID:76db8190-1d6a-46d2-895a-bcd0ad15af53
Model Version:NULL
Model InvariantUuid:2bc59bbe-d3f2-48cb-8e60-39a9202c52dd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_mKJkWZ
Model UUID:f57f06f1-084b-4152-97bb-dcc6393278b9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:49d9a6b7-7a1c-4084-8cbe-92a9b1a058f0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a682901d-145e-4289-9397-2d07a8d10952
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0ad896a3-5059-4e7e-8c57-695a410140c8
ModelName:BasicOnboardMkjkwz..base_ubuntu18..module-0
ModelUuid:a869e43d-ee7b-4099-97a0-c5504242f72a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7b8de095-1153-435c-bc61-d218dd6b9f26
ModelInvariantUuid:95b98b88-4dcf-4f8a-9f76-f23444ce155c
ModelName:basic_onboard_mKJkWZ-nodes.ubuntu18Cvfc
ModelUuid:f01a7508-84bd-46d5-801f-b7717df63bd8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:221d08e9-de62-455c-8e20-9b26884d1fba
ModelInvariantUuid:d1340fa2-d7b3-46e2-9033-1c9150c933b3
ModelName:BasicOnboardMkjkwz.compute.nodes.heat.ubuntu18
ModelUuid:b882b2e3-1aeb-470d-be7f-52d4788e6935
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-06-08T11:35:51.997Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 188e9856-60e1-4d9e-8bab-f4632bad8a94
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-06-08T11:35:52.000Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||basic_onboard_mKJkWZ 0
2022-06-08T11:35:52.000Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 188e9856-60e1-4d9e-8bab-f4632bad8a94
2022-06-08T11:35:52.001Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6bf3e52a-a6ab-4396-b436-e26bf0845f25 from URL: /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json
2022-06-08T11:35:52.001Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T11:35:52.001Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json
2022-06-08T11:35:52.068Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T11:35:52.069Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json 6bf3e52a-a6ab-4396-b436-e26bf0845f25 798
2022-06-08T11:35:52.069Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json ASDC sendASDCNotification
2022-06-08T11:35:52.069Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json
2022-06-08T11:35:52.070Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T11:35:52.070Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:52.072Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:52.073Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688152069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:35:52.173Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:35:52.174Z||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-06-08T11:35:52.174Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:52.194Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:35:52.194Z||pool-27-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:35:53.073Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMkjkwz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0ad896a3-5059-4e7e-8c57-695a410140c8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a869e43d-ee7b-4099-97a0-c5504242f72a",
"vfModuleModelCustomizationUUID": "3cca696e-4414-42f3-a193-bb3382677740",
"isBase": true,
"artifacts": [
"8210aa7f-d73e-4a41-ac35-c12469a1fa19",
"874519a1-17ad-4f5d-adc5-059cfa5d5ebe"
],
"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-06-08T11:35:53.079Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMkjkwz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a869e43d-ee7b-4099-97a0-c5504242f72a
VfModuleModelInvariantUUID:0ad896a3-5059-4e7e-8c57-695a410140c8
VfModuleModelDescription:NULL
Artifacts UUID List:{
8210aa7f-d73e-4a41-ac35-c12469a1fa19
,
874519a1-17ad-4f5d-adc5-059cfa5d5ebe
}
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-06-08T11:35:53.081Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMkjkwz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0ad896a3-5059-4e7e-8c57-695a410140c8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a869e43d-ee7b-4099-97a0-c5504242f72a",
"vfModuleModelCustomizationUUID": "3cca696e-4414-42f3-a193-bb3382677740",
"isBase": true,
"artifacts": [
"8210aa7f-d73e-4a41-ac35-c12469a1fa19",
"874519a1-17ad-4f5d-adc5-059cfa5d5ebe"
],
"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-06-08T11:35:53.081Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMkjkwz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a869e43d-ee7b-4099-97a0-c5504242f72a
VfModuleModelInvariantUUID:0ad896a3-5059-4e7e-8c57-695a410140c8
VfModuleModelDescription:NULL
Artifacts UUID List:{
8210aa7f-d73e-4a41-ac35-c12469a1fa19
,
874519a1-17ad-4f5d-adc5-059cfa5d5ebe
}
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-06-08T11:35:53.081Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8210aa7f-d73e-4a41-ac35-c12469a1fa19 from URL: /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml
2022-06-08T11:35:53.082Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T11:35:53.082Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml
2022-06-08T11:35:53.131Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T11:35:53.132Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml 8210aa7f-d73e-4a41-ac35-c12469a1fa19 5033
2022-06-08T11:35:53.132Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-08T11:35:53.132Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml
2022-06-08T11:35:53.133Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T11:35:53.133Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:53.135Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:53.135Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688153132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:35:53.235Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:35:53.236Z||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-06-08T11:35:53.237Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:53.284Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:35:53.285Z||pool-28-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:35:54.136Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 874519a1-17ad-4f5d-adc5-059cfa5d5ebe from URL: /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env
2022-06-08T11:35:54.136Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T11:35:54.137Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env
2022-06-08T11:35:54.185Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T11:35:54.185Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env 874519a1-17ad-4f5d-adc5-059cfa5d5ebe 909
2022-06-08T11:35:54.186Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-08T11:35:54.186Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env
2022-06-08T11:35:54.186Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T11:35:54.187Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:54.189Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:54.189Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688154186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:35:54.289Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:35:54.291Z||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-06-08T11:35:54.291Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:54.310Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:35:54.311Z||pool-29-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:35:55.190Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 76db8190-1d6a-46d2-895a-bcd0ad15af53
2022-06-08T11:35:55.191Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_mKJkWZ 0 188e9856-60e1-4d9e-8bab-f4632bad8a94 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T11:35:55.205Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5fbdc038, org.onap.sdc.toscaparser.api.parameters.Input@4e4db77b, org.onap.sdc.toscaparser.api.parameters.Input@84db27c, org.onap.sdc.toscaparser.api.parameters.Input@21454d4, org.onap.sdc.toscaparser.api.parameters.Input@3319e8ae]
2022-06-08T11:35:55.207Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:35:55.207Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:35:55.208Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-06-08T11:35:55.208Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= a682901d-145e-4289-9397-2d07a8d10952
2022-06-08T11:35:55.208Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a682901d-145e-4289-9397-2d07a8d10952 matches Tosca VF Customization UUID: a682901d-145e-4289-9397-2d07a8d10952
2022-06-08T11:35:55.208Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: a682901d-145e-4289-9397-2d07a8d10952 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-06-08T11:35:55.211Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:35:55.211Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:35:55.211Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id a682901d-145e-4289-9397-2d07a8d10952: {\"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-06-08T11:35:55.211Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5565a160
2022-06-08T11:35:55.212Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:35:55.212Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T11:35:55.212Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3cca696e-4414-42f3-a193-bb3382677740
2022-06-08T11:35:55.212Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3cca696e-4414-42f3-a193-bb3382677740
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-06-08T11:35:55.215Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:35:55.215Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_mKJkWZ 0 is matching search criteria
2022-06-08T11:35:55.215Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_mKJkWZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:35:55.215Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:35:55.216Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_mKJkWZ 0 is matching search criteria
2022-06-08T11:35:55.216Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_mKJkWZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:35:55.216Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:35:55.216Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_mKJkWZ 0 is not matching search criteria
2022-06-08T11:35:55.216Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-08T11:35:55.217Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-08T11:35:55.217Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7b8de095-1153-435c-bc61-d218dd6b9f26
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-06-08T11:35:55.219Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:35:55.219Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_mKJkWZ 0 is matching search criteria
2022-06-08T11:35:55.219Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_mKJkWZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:35:55.220Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:35:55.221Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_mKJkWZ 0 is matching search criteria
2022-06-08T11:35:55.221Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_mKJkWZ 0] matching following query criteria: sdcType=VF, customizationUUID=a682901d-145e-4289-9397-2d07a8d10952
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-06-08T11:35:55.222Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:35:55.223Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:35:55.223Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 76db8190-1d6a-46d2-895a-bcd0ad15af53: basic_onboard_mKJkWZ
2022-06-08T11:35:55.223Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:35:55.223Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:35:55.223Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:35:55.223Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:35:55.224Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:35:55.224Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:35:55.224Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:35:55.224Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:35:55.224Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:35:55.224Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:35:55.225Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_mKJkWZ
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-06-08T11:35:55.322Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_mKJkWZ 188e9856-60e1-4d9e-8bab-f4632bad8a94 1 ASDC deployResourceStructure
2022-06-08T11:35:55.322Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json ASDC sendASDCNotification
2022-06-08T11:35:55.322Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json
2022-06-08T11:35:55.323Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T11:35:55.323Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:55.325Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:55.325Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688155322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-08T11:35:55.425Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:35:55.426Z||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-06-08T11:35:55.427Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:55.457Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:35:55.458Z||pool-30-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:35:56.326Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-08T11:35:56.326Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml
2022-06-08T11:35:56.327Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T11:35:56.327Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:56.329Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:56.329Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688156326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-08T11:35:56.429Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:35:56.431Z||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-06-08T11:35:56.431Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:56.448Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:35:56.449Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:35:57.330Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-08T11:35:57.330Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env
2022-06-08T11:35:57.331Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T11:35:57.331Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:57.333Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:57.333Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688157330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-08T11:35:57.433Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:35:57.435Z||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-06-08T11:35:57.435Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:57.454Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:35:57.454Z||pool-32-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:35:58.334Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar ASDC sendASDCNotification
2022-06-08T11:35:58.334Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:58.335Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T11:35:58.335Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:58.337Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:58.337Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688158334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T11:35:58.437Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:35:58.439Z||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-06-08T11:35:58.439Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:58.465Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:35:58.466Z||pool-33-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:35:59.338Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6cda52e6-8642-45a6-914d-b696fa138387
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-06-08T11:35:59.351Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6cda52e6-8642-45a6-914d-b696fa138387
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-06-08T11:35:59.355Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T11:35:59.355Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-08T11:35:59.355Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-08T11:35:59.355Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-08T11:35:59.355Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T11:35:59.356Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T11:35:59.356Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T11:35:59.356Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T11:35:59.356Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T11:35:59.356Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T11:35:59.356Z|6cda52e6-8642-45a6-914d-b696fa138387|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-06-08T11:35:59.361Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-08T11:36:29.362Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6cda52e6-8642-45a6-914d-b696fa138387 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-06-08T11:36:29.371Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6cda52e6-8642-45a6-914d-b696fa138387 and serviceModelVersionId: 76db8190-1d6a-46d2-895a-bcd0ad15af53
2022-06-08T11:36:29.371Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2bc59bbe-d3f2-48cb-8e60-39a9202c52dd
2022-06-08T11:36:29.373Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2bc59bbe-d3f2-48cb-8e60-39a9202c52dd/model-vers/model-ver/76db8190-1d6a-46d2-895a-bcd0ad15af53?depth=0
2022-06-08T11:36:29.378Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-08T11:36:29.438Z|6cda52e6-8642-45a6-914d-b696fa138387|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/2bc59bbe-d3f2-48cb-8e60-39a9202c52dd/model-vers/model-ver/76db8190-1d6a-46d2-895a-bcd0ad15af53?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-06-08T11:36:29.439Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bc59bbe-d3f2-48cb-8e60-39a9202c52dd/model-vers/model-ver/76db8190-1d6a-46d2-895a-bcd0ad15af53?depth=0|INFO|500||Invoke
2022-06-08T11:36:29.469Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bc59bbe-d3f2-48cb-8e60-39a9202c52dd/model-vers/model-ver/76db8190-1d6a-46d2-895a-bcd0ad15af53?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-08T11:36:29.632Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bc59bbe-d3f2-48cb-8e60-39a9202c52dd/model-vers/model-ver/76db8190-1d6a-46d2-895a-bcd0ad15af53?depth=0|INFO|500||InvokeReturn
2022-06-08T11:36:29.633Z|6cda52e6-8642-45a6-914d-b696fa138387|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/2bc59bbe-d3f2-48cb-8e60-39a9202c52dd/model-vers/model-ver/76db8190-1d6a-46d2-895a-bcd0ad15af53?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220608-11:36:30:584-90912], vertex-id=[151624], Content-Length=[0], Date=[Wed, 08 Jun 2022 11:36:30 GMT], Content-Type=[application/json]}
2022-06-08T11:36:29.633Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-08T11:36:29.633Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-08T11:36:29.633Z|6cda52e6-8642-45a6-914d-b696fa138387|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-06-08T11:36:29.639Z|6cda52e6-8642-45a6-914d-b696fa138387|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-06-08T11:36:29.640Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6cda52e6-8642-45a6-914d-b696fa138387 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-08T11:36:29.640Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-08T11:36:29.640Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:36:29.643Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:36:29.643Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688189640,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T11:36:29.743Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:36:29.744Z||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-06-08T11:36:29.745Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:36:29.764Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:36:29.765Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 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-06-08T11:36:30.657Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:36:30.657Z|6cda52e6-8642-45a6-914d-b696fa138387|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-06-08T11:36:30.657Z|6cda52e6-8642-45a6-914d-b696fa138387|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:36:33.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:36:33.986Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:36:33.986Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:36:34.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:36:34.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687953982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:36:34.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:36:34.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687953982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
"status": "NOTIFIED"
}
2022-06-08T11:36:34.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:36:34.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687953982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-08T11:36:34.623Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:36:34.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687953982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:36:34.623Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:36:34.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687953982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-08T11:36:34.624Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:36:34.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687953982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:36:34.624Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:36:34.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654687953982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T11:36:34.624Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T11:36:34.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688149609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:36:34.624Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:36:34.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688152069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:36:34.625Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:36:34.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688153132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:36:34.625Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:36:34.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688154186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:36:34.626Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:36:34.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688155322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-08T11:36:34.626Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:36:34.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688156326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-08T11:36:34.626Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:36:34.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688157330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-08T11:36:34.627Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:36:34.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688158334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T11:36:34.627Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:36:34.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688189640,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T11:36:34.627Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:36:40.979Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:36:40.980Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:36:40.981Z|6cda52e6-8642-45a6-914d-b696fa138387|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-06-08T11:36:40.981Z|6cda52e6-8642-45a6-914d-b696fa138387|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:36:50.527Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:36:50.528Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:36:50.529Z|6cda52e6-8642-45a6-914d-b696fa138387|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-06-08T11:36:50.529Z|6cda52e6-8642-45a6-914d-b696fa138387|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:37:00.084Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:37:00.084Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:37:00.085Z|6cda52e6-8642-45a6-914d-b696fa138387|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-06-08T11:37:00.085Z|6cda52e6-8642-45a6-914d-b696fa138387|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:37:09.635Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:37:33.983Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:37:33.984Z|6cda52e6-8642-45a6-914d-b696fa138387|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-06-08T11:37:33.984Z|6cda52e6-8642-45a6-914d-b696fa138387|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:37:33.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:37:33.985Z||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-06-08T11:37:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:37:43.534Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:37:43.534Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:38:33.983Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:38:33.984Z|6cda52e6-8642-45a6-914d-b696fa138387|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-06-08T11:38:33.984Z|6cda52e6-8642-45a6-914d-b696fa138387|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:38:33.986Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:38:33.986Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:38:33.987Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:38:43.542Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:38:43.544Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:39:33.983Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:39:33.984Z|6cda52e6-8642-45a6-914d-b696fa138387|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-06-08T11:39:33.984Z|6cda52e6-8642-45a6-914d-b696fa138387|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:39:33.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:39:33.985Z||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-06-08T11:39:33.986Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:39:43.540Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:39:43.540Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:40:33.983Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:40:33.984Z|6cda52e6-8642-45a6-914d-b696fa138387|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-06-08T11:40:33.984Z|6cda52e6-8642-45a6-914d-b696fa138387|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:40:33.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:40:33.985Z||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-06-08T11:40:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:40:43.535Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:40:43.535Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:41:33.983Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:41:33.984Z|6cda52e6-8642-45a6-914d-b696fa138387|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-06-08T11:41:33.984Z|6cda52e6-8642-45a6-914d-b696fa138387|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:41:33.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:41:33.985Z||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-06-08T11:41:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:41:43.553Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:41:43.554Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:42:33.983Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:42:33.984Z|6cda52e6-8642-45a6-914d-b696fa138387|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-06-08T11:42:33.984Z|6cda52e6-8642-45a6-914d-b696fa138387|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:42:33.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:42:33.986Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:42:33.986Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:42:43.541Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:42:43.541Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:43:33.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:43:33.985Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:43:33.986Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:43:33.986Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:43:33.987Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:43:33.987Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:43:43.556Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:43:43.564Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:44:33.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:44:33.984Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:44:33.984Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:44:33.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:44:33.985Z||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-06-08T11:44:33.986Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:44:43.554Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:44:43.554Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:45:33.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:45:33.983Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:45:33.983Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:45:33.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:45:33.985Z||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-06-08T11:45:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:45:43.617Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:45:43.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:46:33.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:46:33.983Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:46:33.983Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:46:33.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:46:33.986Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:46:33.987Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:46:34.346Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:46:34.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "cds",
"timestamp": 1654688767077,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:46:34.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T11:46:34.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "cds",
"timestamp": 1654688767077,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T11:46:34.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T11:46:34.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654688771881,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:46:34.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T11:46:34.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "cds",
"timestamp": 1654688772186,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:46:34.351Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:46:34.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654688771881,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T11:46:34.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T11:46:34.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "cds",
"timestamp": 1654688773195,
"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-06-08T11:46:34.381Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f75d3f68-0c83-415c-86b5-e906d520c0c4
2022-06-08T11:46:34.381Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f75d3f68-0c83-415c-86b5-e906d520c0c4 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-06-08T11:46:34.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654688772807,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:46:34.395Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T11:46:34.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "aai-ml",
"timestamp": 1654688773960,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:46:34.396Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T11:46:34.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654688774736,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:46:34.396Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:46:34.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654688772807,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T11:46:34.396Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T11:46:34.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "policy-id",
"timestamp": 1654688774780,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:46:34.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T11:46:34.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "aai-ml",
"timestamp": 1654688773960,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T11:46:34.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T11:46:34.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "policy-id",
"timestamp": 1654688774780,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T11:46:34.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T11:46:34.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "aai-ml",
"timestamp": 1654688776858,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:46:34.398Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:46:34.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654688777086,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T11:46:34.399Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:46:34.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "policy-id",
"timestamp": 1654688777647,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:46:34.399Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:46:34.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654688778103,
"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-06-08T11:46:34.405Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f75d3f68-0c83-415c-86b5-e906d520c0c4
2022-06-08T11:46:34.405Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f75d3f68-0c83-415c-86b5-e906d520c0c4 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-06-08T11:46:34.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "policy-id",
"timestamp": 1654688778652,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T11:46:34.419Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:46:34.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "ves-openapi-manager",
"timestamp": 1654688777919,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:46:34.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T11:46:34.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "policy-id",
"timestamp": 1654688779683,
"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-06-08T11:46:34.425Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f75d3f68-0c83-415c-86b5-e906d520c0c4
2022-06-08T11:46:34.425Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f75d3f68-0c83-415c-86b5-e906d520c0c4 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-06-08T11:46:34.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "ves-openapi-manager",
"timestamp": 1654688777919,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:46:34.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T11:46:34.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "aai-ml",
"timestamp": 1654688781525,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T11:46:34.452Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:46:34.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "clamp",
"timestamp": 1654688782192,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:46:34.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T11:46:34.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "aai-ml",
"timestamp": 1654688782534,
"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-06-08T11:46:34.460Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f75d3f68-0c83-415c-86b5-e906d520c0c4
2022-06-08T11:46:34.461Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f75d3f68-0c83-415c-86b5-e906d520c0c4 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-06-08T11:46:34.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "clamp",
"timestamp": 1654688782192,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T11:46:34.470Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T11:46:34.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "clamp",
"timestamp": 1654688787148,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:46:34.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:46:34.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "clamp",
"timestamp": 1654688789156,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T11:46:34.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:46:34.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "clamp",
"timestamp": 1654688790160,
"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-06-08T11:46:34.476Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f75d3f68-0c83-415c-86b5-e906d520c0c4
2022-06-08T11:46:34.476Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f75d3f68-0c83-415c-86b5-e906d520c0c4 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-06-08T11:46:34.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
"consumerID": "cds",
"timestamp": 1654688782077,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:46:34.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T11:46:34.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
"consumerID": "cds",
"timestamp": 1654688782077,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:46:34.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T11:46:34.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
"consumerID": "cds",
"timestamp": 1654688782077,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:46:34.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T11:46:34.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
"consumerID": "cds",
"timestamp": 1654688782077,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:46:34.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T11:46:34.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654688792808,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:46:34.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T11:46:34.629Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:46:34.631Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.631Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f75d3f68-0c83-415c-86b5-e906d520c0c4","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8ce5d84e-f098-4288-be80-3dc563976556","serviceDescription":"service","serviceInvariantUUID":"1193a6fb-5ecf-4bdc-8014-0e9704477910","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"837f4077-a0ca-4639-8111-afa4dd77053b","resourceInvariantUUID":"3a03bee6-4def-4146-8ebb-7864920672fb","resourceCustomizationUUID":"560a292d-9eef-47c2-bc1b-f1b3f1b9ba59","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":"MmJlZDlhZGZmYjM5NzE0ZDBhNzMzOTdhMWY2ZTNjMDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb685fa5-52cb-4632-8fa0-38b29c6cde89","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWNmMGQ5NjUzOTViNmFiMDk1NDU2YjM5NDc4NDRjNjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5da46bb7-8170-48f8-aac6-c75ced46d143","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-08T11:46:34.635Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:46:34.635Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:46:34.639Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:46:34.639Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688793982,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:46:34.739Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:46:34.741Z||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-06-08T11:46:34.741Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:46:34.761Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:46:34.761Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:46:35.640Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:46:35.641Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:46:35.644Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:46:35.644Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688793982,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T11:46:35.744Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:46:35.745Z||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-06-08T11:46:35.746Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:46:35.763Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:46:35.763Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:46:36.645Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "8ce5d84e-f098-4288-be80-3dc563976556",
"serviceDescription": "service",
"serviceInvariantUUID": "1193a6fb-5ecf-4bdc-8014-0e9704477910",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "560a292d-9eef-47c2-bc1b-f1b3f1b9ba59",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "837f4077-a0ca-4639-8111-afa4dd77053b",
"resourceInvariantUUID": "3a03bee6-4def-4146-8ebb-7864920672fb",
"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": "ZWNmMGQ5NjUzOTViNmFiMDk1NDU2YjM5NDc4NDRjNjU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5da46bb7-8170-48f8-aac6-c75ced46d143"
}
],
"workloadContext": "Production"
}
2022-06-08T11:46:36.646Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-08T11:46:36.646Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8ce5d84e-f098-4288-be80-3dc563976556 ASDC
2022-06-08T11:46:36.646Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f75d3f68-0c83-415c-86b5-e906d520c0c4
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:8ce5d84e-f098-4288-be80-3dc563976556
ServiceInvariantUUID:1193a6fb-5ecf-4bdc-8014-0e9704477910
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:5da46bb7-8170-48f8-aac6-c75ced46d143
ArtifactChecksum:ZWNmMGQ5NjUzOTViNmFiMDk1NDU2YjM5NDc4NDRjNjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:560a292d-9eef-47c2-bc1b-f1b3f1b9ba59
ResourceInvariantUUID:3a03bee6-4def-4146-8ebb-7864920672fb
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:837f4077-a0ca-4639-8111-afa4dd77053b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-06-08T11:46:36.647Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8ce5d84e-f098-4288-be80-3dc563976556 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-06-08T11:46:36.677Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T11:46:36.679Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-08T11:46:36.679Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-08T11:46:36.679Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5da46bb7-8170-48f8-aac6-c75ced46d143 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-08T11:46:36.679Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-08T11:46:36.680Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-08T11:46:36.835Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-08T11:46:36.837Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5da46bb7-8170-48f8-aac6-c75ced46d143 52508
2022-06-08T11:46:36.838Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-08T11:46:36.838Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-08T11:46:36.838Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T11:46:36.838Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:46:36.841Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:46:36.841Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688796838,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:46:36.941Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:46:36.943Z||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-06-08T11:46:36.943Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:46:36.957Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:46:36.957Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:46:37.841Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T11:46:37.843Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-08T11:46:37.843Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 5da46bb7-8170-48f8-aac6-c75ced46d143, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T11:46:37.843Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-08T11:46:37.844Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T11:46:37.844Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T11:46:38.039Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7331149993855142744/Definitions/service-BasicNetwork-template.yml
2022-06-08T11:46:38.497Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-08T11:46:38.498Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-08T11:46:38.498Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T11:46:38.499Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-08T11:46:38.499Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T11:46:38.499Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T11:46:38.499Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T11:46:38.500Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T11:46:38.500Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T11:46:38.500Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T11:46:38.500Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T11:46:38.500Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T11:46:38.501Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-08T11:46:38.501Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:46:38.501Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:46:38.502Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-08T11:46:38.502Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-08T11:46:38.502Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T11:46:38.503Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:46:38.503Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:46:38.503Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-08T11:46:38.503Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-08T11:46:38.504Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T11:46:38.504Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:46:38.504Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:46:38.504Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:46:38.504Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:46:38.505Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:46:38.505Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:46:38.505Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:46:38.506Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:46:38.506Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:46:38.507Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:46:38.507Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:8ce5d84e-f098-4288-be80-3dc563976556
Model Version:NULL
Model InvariantUuid:1193a6fb-5ecf-4bdc-8014-0e9704477910
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:3a03bee6-4def-4146-8ebb-7864920672fb
Model UUID:1edc5e4b-b55e-4c0c-972c-b86ff1f77b74
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:560a292d-9eef-47c2-bc1b-f1b3f1b9ba59
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-06-08T11:46:38.514Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 837f4077-a0ca-4639-8111-afa4dd77053b
2022-06-08T11:46:38.514Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||No resources found for Service: 8ce5d84e-f098-4288-be80-3dc563976556
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-06-08T11:46:38.521Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||
2022-06-08T11:46:38.522Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-06-08T11:46:38.523Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 8ce5d84e-f098-4288-be80-3dc563976556
2022-06-08T11:46:38.523Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 8ce5d84e-f098-4288-be80-3dc563976556
2022-06-08T11:46:38.523Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-06-08T11:46:38.523Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T11:46:38.535Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@188b74d4, org.onap.sdc.toscaparser.api.parameters.Input@b9e696e, org.onap.sdc.toscaparser.api.parameters.Input@2c0b1f46, org.onap.sdc.toscaparser.api.parameters.Input@46a643be, org.onap.sdc.toscaparser.api.parameters.Input@548a26a]
2022-06-08T11:46:38.537Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:46:38.538Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:46:38.538Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:46:38.538Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:46:38.539Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 8ce5d84e-f098-4288-be80-3dc563976556: Generic NeutronNet
2022-06-08T11:46:38.539Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:46:38.539Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:46:38.539Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:46:38.539Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-06-08T11:46:38.595Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:46:38.596Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:46:38.596Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:46:38.596Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:46:38.597Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:46:38.597Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:46:38.597Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-08T11:46:38.670Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-06-08T11:46:38.670Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-08T11:46:38.670Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-08T11:46:38.671Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T11:46:38.671Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:46:38.673Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:46:38.673Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688798670,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T11:46:38.773Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:46:38.774Z||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-06-08T11:46:38.774Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:46:38.795Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:46:38.796Z||pool-38-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:46:39.678Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f75d3f68-0c83-415c-86b5-e906d520c0c4
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-06-08T11:46:39.692Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f75d3f68-0c83-415c-86b5-e906d520c0c4
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-06-08T11:46:39.696Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T11:46:39.696Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-08T11:46:39.696Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-08T11:46:39.696Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-08T11:46:39.696Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T11:46:39.696Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T11:46:39.696Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T11:46:39.697Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T11:46:39.697Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T11:46:39.697Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T11:46:39.697Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:46:39.701Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-08T11:47:09.702Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f75d3f68-0c83-415c-86b5-e906d520c0c4 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-06-08T11:47:09.709Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f75d3f68-0c83-415c-86b5-e906d520c0c4 and serviceModelVersionId: 8ce5d84e-f098-4288-be80-3dc563976556
2022-06-08T11:47:09.709Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1193a6fb-5ecf-4bdc-8014-0e9704477910
2022-06-08T11:47:09.711Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1193a6fb-5ecf-4bdc-8014-0e9704477910/model-vers/model-ver/8ce5d84e-f098-4288-be80-3dc563976556?depth=0
2022-06-08T11:47:09.717Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-08T11:47:09.785Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1193a6fb-5ecf-4bdc-8014-0e9704477910/model-vers/model-ver/8ce5d84e-f098-4288-be80-3dc563976556?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-06-08T11:47:09.788Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1193a6fb-5ecf-4bdc-8014-0e9704477910/model-vers/model-ver/8ce5d84e-f098-4288-be80-3dc563976556?depth=0|INFO|500||Invoke
2022-06-08T11:47:09.816Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1193a6fb-5ecf-4bdc-8014-0e9704477910/model-vers/model-ver/8ce5d84e-f098-4288-be80-3dc563976556?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-08T11:47:10.011Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1193a6fb-5ecf-4bdc-8014-0e9704477910/model-vers/model-ver/8ce5d84e-f098-4288-be80-3dc563976556?depth=0|INFO|500||InvokeReturn
2022-06-08T11:47:10.012Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1193a6fb-5ecf-4bdc-8014-0e9704477910/model-vers/model-ver/8ce5d84e-f098-4288-be80-3dc563976556?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220608-11:47:10:920-26274], vertex-id=[208936], Content-Length=[0], Date=[Wed, 08 Jun 2022 11:47:10 GMT], Content-Type=[application/json]}
2022-06-08T11:47:10.015Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-06-08T11:47:10.016Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-08T11:47:10.016Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T11:47:10.022Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-08T11:47:10.022Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f75d3f68-0c83-415c-86b5-e906d520c0c4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-08T11:47:10.023Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-08T11:47:10.023Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:47:10.026Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:47:10.026Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688830023,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T11:47:10.126Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:47:10.127Z||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-06-08T11:47:10.127Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:47:10.150Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:47:10.150Z||pool-39-thread-1|||||INFO|500||cambria reply ok (23 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-06-08T11:47:11.041Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-08T11:47:11.041Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"10cac361-8283-4ca4-b368-3e19f508fa04","serviceName":"Demo_pNF_WubMyzMb3vBNHig2JGnI","serviceVersion":"1.0","serviceUUID":"375c0bd7-cdc6-4dc0-8b17-c628350ddd6b","serviceDescription":"catalog service description","serviceInvariantUUID":"2146efd8-2730-46f2-9ef4-d18929f6d35f","resources":[{"resourceInstanceName":"pNF b8006ee8-e6d5 0","resourceName":"pNF b8006ee8-e6d5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d441ec43-5e40-4557-ae4b-1ca26fe56a87","resourceInvariantUUID":"f7e0f857-fddd-48a1-bf54-3ca6e851a112","resourceCustomizationUUID":"32085622-83d9-4fed-aa0d-373e7632cc2c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/vf-license-model.xml","artifactChecksum":"ZmE3YjlmZmQwZGMxMjdiYzlkOTRjYzQ2MTNiN2RkNmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2d7306a4-e247-4604-b591-9161ec3f892e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/pNF.csar","artifactChecksum":"ZDZjNjg5NGU3MWQ4OWQ0YzgxMDQwNjE5MGU4MDBjZDM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"509311fe-5655-4248-91ca-4daccb63f5af","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"93d83348-7e34-4eb7-bc17-e58a41653460","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/vendor-license-model.xml","artifactChecksum":"OWI1N2FiZGYwZTc2ZTVlMmRhNzhjNjAwMmExNDNiOTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6e046081-7a02-45ca-96e5-d850a8fefa85","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"891e82a8-5790-422b-9b56-af7cb6485ece","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e51a5018-c594-4b63-ae90-d71f781876b0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWubmyzmb3vbnhig2jgni-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-template.yml","artifactChecksum":"ZDZiZmQ0NWQ1NzNhZmQyZWMwNmVhOTMyYzg2YmFkOGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a44b5afe-897b-4299-88fc-b52ea42d4ea7","artifactVersion":"1"},{"artifactName":"service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar","artifactChecksum":"NmFjNjFkYzRmN2JkOWI3OTg2ZTc3YzM0OGFlMzRlZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dc93abdd-5bb8-466a-a601-88b6bf2aee84","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-08T11:47:11.042Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:47:11.042Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:47:11.044Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:47:11.044Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688793982,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:47:11.144Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:47:11.145Z||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-06-08T11:47:11.146Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:47:11.167Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:47:11.168Z||pool-40-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:47:12.045Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:47:12.046Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:47:12.048Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:47:12.048Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688793982,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:47:12.148Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:47:12.149Z||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-06-08T11:47:12.150Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:47:12.190Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:47:12.191Z||pool-41-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:47:13.048Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:47:13.049Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:47:13.051Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:47:13.052Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688793982,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:47:13.152Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:47:13.153Z||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-06-08T11:47:13.153Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:47:13.186Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:47:13.187Z||pool-42-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:47:14.052Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:47:14.053Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:47:14.055Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:47:14.055Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688793982,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:47:14.155Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:47:14.157Z||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-06-08T11:47:14.157Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:47:14.176Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:47:14.176Z||pool-43-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:47:15.056Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:47:15.057Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:47:15.060Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:47:15.060Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688793982,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:47:15.160Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:47:15.161Z||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-06-08T11:47:15.161Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:47:15.195Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:47:15.196Z||pool-44-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:47:16.061Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:47:16.062Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:47:16.064Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:47:16.064Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688793982,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:47:16.164Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:47:16.165Z||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-06-08T11:47:16.166Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:47:16.185Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:47:16.185Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:47:17.065Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:47:17.066Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:47:17.068Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:47:17.068Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688793982,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T11:47:17.168Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:47:17.169Z||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-06-08T11:47:17.169Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:47:17.187Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:47:17.188Z||pool-46-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:47:18.069Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:47:18.070Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:47:18.072Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:47:18.072Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688793982,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T11:47:18.172Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:47:18.173Z||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-06-08T11:47:18.173Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:47:18.192Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:47:18.193Z||pool-47-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:47:19.073Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
"serviceName": "Demo_pNF_WubMyzMb3vBNHig2JGnI",
"serviceVersion": "1.0",
"serviceUUID": "375c0bd7-cdc6-4dc0-8b17-c628350ddd6b",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "2146efd8-2730-46f2-9ef4-d18929f6d35f",
"resources": [
{
"resourceInstanceName": "pNF b8006ee8-e6d5 0",
"resourceCustomizationUUID": "32085622-83d9-4fed-aa0d-373e7632cc2c",
"resourceName": "pNF b8006ee8-e6d5",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "d441ec43-5e40-4557-ae4b-1ca26fe56a87",
"resourceInvariantUUID": "f7e0f857-fddd-48a1-bf54-3ca6e851a112",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar",
"artifactChecksum": "NmFjNjFkYzRmN2JkOWI3OTg2ZTc3YzM0OGFlMzRlZTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dc93abdd-5bb8-466a-a601-88b6bf2aee84"
}
],
"workloadContext": "Production"
}
2022-06-08T11:47:19.074Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-08T11:47:19.074Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 375c0bd7-cdc6-4dc0-8b17-c628350ddd6b ASDC
2022-06-08T11:47:19.074Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:10cac361-8283-4ca4-b368-3e19f508fa04
ServiceName:Demo_pNF_WubMyzMb3vBNHig2JGnI
ServiceVersion:1.0
ServiceUUID:375c0bd7-cdc6-4dc0-8b17-c628350ddd6b
ServiceInvariantUUID:2146efd8-2730-46f2-9ef4-d18929f6d35f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
ArtifactUUID:dc93abdd-5bb8-466a-a601-88b6bf2aee84
ArtifactChecksum:NmFjNjFkYzRmN2JkOWI3OTg2ZTc3YzM0OGFlMzRlZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b8006ee8-e6d5 0
ResourceCustomizationUUID:32085622-83d9-4fed-aa0d-373e7632cc2c
ResourceInvariantUUID:f7e0f857-fddd-48a1-bf54-3ca6e851a112
ResourceName:pNF b8006ee8-e6d5
ResourceType:PNF
ResourceUUID:d441ec43-5e40-4557-ae4b-1ca26fe56a87
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-06-08T11:47:19.075Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 375c0bd7-cdc6-4dc0-8b17-c628350ddd6b 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-06-08T11:47:19.105Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T11:47:19.106Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-08T11:47:19.107Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-08T11:47:19.107Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: dc93abdd-5bb8-466a-a601-88b6bf2aee84 from URL: /sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
2022-06-08T11:47:19.107Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-08T11:47:19.108Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
2022-06-08T11:47:19.192Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-08T11:47:19.197Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar dc93abdd-5bb8-466a-a601-88b6bf2aee84 82655
2022-06-08T11:47:19.197Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar ASDC sendASDCNotification
2022-06-08T11:47:19.197Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
2022-06-08T11:47:19.197Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T11:47:19.198Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:47:19.201Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:47:19.201Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654688839197,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T11:47:19.301Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T11:47:19.302Z||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-06-08T11:47:19.302Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:47:19.323Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T11:47:19.324Z||pool-48-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:47:20.201Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T11:47:20.203Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-08T11:47:20.203Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: dc93abdd-5bb8-466a-a601-88b6bf2aee84, URL: /sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar to file: /app/ASDC/1/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
2022-06-08T11:47:20.203Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
2022-06-08T11:47:20.204Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
2022-06-08T11:47:20.204Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
2022-06-08T11:47:20.306Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13170011093068505282/Definitions/service-DemoPnfWubmyzmb3vbnhig2jgni-template.yml
2022-06-08T11:47:21.110Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-08T11:47:21.110Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-08T11:47:21.111Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
2022-06-08T11:47:21.111Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-08T11:47:21.111Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
2022-06-08T11:47:21.111Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
2022-06-08T11:47:21.111Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
2022-06-08T11:47:21.111Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
2022-06-08T11:47:21.111Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
2022-06-08T11:47:21.111Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
2022-06-08T11:47:21.111Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b8006ee8-e6d5 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-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
2022-06-08T11:47:21.111Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-08T11:47:21.111Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:47:21.112Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_WubMyzMb3vBNHig2JGnI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:47:21.112Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Node template pNF b8006ee8-e6d5 0 is matching search criteria
2022-06-08T11:47:21.112Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-08T11:47:21.112Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF b8006ee8-e6d5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T11:47:21.112Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:47:21.113Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_WubMyzMb3vBNHig2JGnI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:47:21.113Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Node template pNF b8006ee8-e6d5 0 is matching search criteria
2022-06-08T11:47:21.113Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-08T11:47:21.113Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF b8006ee8-e6d5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T11:47:21.113Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:47:21.113Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_WubMyzMb3vBNHig2JGnI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:47:21.113Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:47:21.114Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_WubMyzMb3vBNHig2JGnI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:47:21.114Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:47:21.114Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_WubMyzMb3vBNHig2JGnI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:47:21.114Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:47:21.114Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_WubMyzMb3vBNHig2JGnI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:47:21.114Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:47:21.114Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_WubMyzMb3vBNHig2JGnI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:47:21.115Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_WubMyzMb3vBNHig2JGnI
Description:catalog service description
Model UUID:375c0bd7-cdc6-4dc0-8b17-c628350ddd6b
Model Version:NULL
Model InvariantUuid:2146efd8-2730-46f2-9ef4-d18929f6d35f
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-06-08T11:47:21.122Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: d441ec43-5e40-4557-ae4b-1ca26fe56a87
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-06-08T11:47:21.125Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||pNF b8006ee8-e6d5 0
2022-06-08T11:47:21.125Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d441ec43-5e40-4557-ae4b-1ca26fe56a87
2022-06-08T11:47:21.125Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 375c0bd7-cdc6-4dc0-8b17-c628350ddd6b
2022-06-08T11:47:21.125Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 375c0bd7-cdc6-4dc0-8b17-c628350ddd6b
2022-06-08T11:47:21.125Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b8006ee8-e6d5 0 d441ec43-5e40-4557-ae4b-1ca26fe56a87 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-06-08T11:47:21.130Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41f5217f, org.onap.sdc.toscaparser.api.parameters.Input@51970af9, org.onap.sdc.toscaparser.api.parameters.Input@58356064, org.onap.sdc.toscaparser.api.parameters.Input@498876fa, org.onap.sdc.toscaparser.api.parameters.Input@219e586d]
2022-06-08T11:47:21.130Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T11:47:21.131Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_WubMyzMb3vBNHig2JGnI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:47:21.131Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 375c0bd7-cdc6-4dc0-8b17-c628350ddd6b: pNF b8006ee8-e6d5
2022-06-08T11:47:21.131Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||Processing PNF resource: d441ec43-5e40-4557-ae4b-1ca26fe56a87
2022-06-08T11:47:21.132Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery