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-05-26T05:24:39.901Z||main|||||INFO|500||The following profiles are active: basic
2022-05-26T05:24:51.455Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-26T05:24:51.455Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-26T05:24:51.564Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-26T05:24:55.492Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-26T05:24:55.872Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-26T05:24:56.326Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-26T05:24:56.334Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-26T05:24:56.441Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-26T05:24:56.647Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-26T05:24:57.262Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-26T05:24:58.967Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-26T05:25:01.403Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-26T05:25:01.461Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-26T05:25:02.037Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-26T05:25:02.223Z||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-05-26T05:25:03.286Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-26T05:25:04.257Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-05-26T05:25:04.275Z||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$$9ade955a.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-05-26T05:25:04.276Z||main|||||WARN|500||The sdc end point is not alive
2022-05-26T05:25:07.019Z||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-05-26T05:25:09.929Z||main|||||WARN|500||---
2022-05-26T05:25:09.930Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-26T05:25:09.930Z||main|||||WARN|500||---
2022-05-26T05:25:10.381Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-26T05:25:14.919Z||main|||||INFO|500||Started Application in 38.393 seconds (JVM running for 40.86)
2022-05-26T05:25:14.939Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-26T05:25:14.940Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-26T05:25:14.952Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-26T05:25:14.977Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-26T05:25:15.023Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 28a48a74-4d32-42d2-91c3-bd5484820139 url= /sdc/v1/artifactTypes
2022-05-26T05:25:15.023Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-26T05:25:15.312Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-26T05:25:15.337Z||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-05-26T05:25:15.359Z||scheduling-1|||||DEBUG|500||create keys
2022-05-26T05:25:15.367Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-26T05:25:15.399Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:25:15.453Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fa73b70e-6a2a-413b-8fb9-56adde730d3e url= /sdc/v1/registerForDistribution
2022-05-26T05:25:15.651Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= fa73b70e-6a2a-413b-8fb9-56adde730d3e url= /sdc/v1/registerForDistribution
2022-05-26T05:25:15.652Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-26T05:25:15.666Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:25:15.677Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:25:15.691Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-26T05:25:15.690Z||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-05-26T05:25:15.698Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:25:15.700Z||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-05-26T05:25:15.701Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:25:26.067Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:25:26.070Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:26:15.663Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:26:15.664Z||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-05-26T05:26:15.665Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:26:15.667Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:26:15.668Z||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-05-26T05:26:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:26:25.222Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:26:25.224Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:27:15.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:27:15.667Z||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-05-26T05:27:15.667Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:27:15.667Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:27:15.668Z||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-05-26T05:27:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:27:25.222Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:27:25.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:28:15.663Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:28:15.665Z||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-05-26T05:28:15.665Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:28:15.668Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:28:15.669Z||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-05-26T05:28:15.669Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:28:25.223Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:28:25.223Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:29:15.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:29:15.664Z||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-05-26T05:29:15.665Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:29:15.667Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:29:15.668Z||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-05-26T05:29:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:29:25.223Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:29:25.225Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:30:15.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:30:15.664Z||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-05-26T05:30:15.665Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:30:15.667Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:30:15.669Z||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-05-26T05:30:15.669Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:30:25.213Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:30:25.214Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:31:15.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:31:15.664Z||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-05-26T05:31:15.665Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:31:15.667Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:31:15.668Z||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-05-26T05:31:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:31:25.215Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:31:25.220Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:32:15.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:32:15.664Z||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-05-26T05:32:15.665Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:32:15.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:32:15.669Z||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-05-26T05:32:15.669Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:32:25.209Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:32:25.213Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:33:15.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:33:15.664Z||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-05-26T05:33:15.665Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:33:15.667Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:33:15.668Z||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-05-26T05:33:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:33:25.216Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:33:25.217Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:34:15.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:34:15.664Z||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-05-26T05:34:15.664Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:34:15.667Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:34:15.667Z||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-05-26T05:34:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:34:25.223Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:34:25.223Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:34:44.905Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-26T05:35:15.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:35:15.664Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-26T05:35:15.664Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:35:15.667Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:35:15.667Z||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-05-26T05:35:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:35:25.213Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:35:25.216Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:36:15.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:36:15.664Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-26T05:36:15.665Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:36:15.667Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:36:15.668Z||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-05-26T05:36:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:36:25.213Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:36:25.221Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:37:15.664Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:37:15.665Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-26T05:37:15.666Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:37:15.667Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:37:15.668Z||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-05-26T05:37:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:37:25.231Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:37:25.231Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:38:15.664Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:38:15.666Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-26T05:38:15.667Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:38:15.667Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:38:15.668Z||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-05-26T05:38:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:38:25.215Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:38:25.222Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:39:15.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:39:15.665Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-26T05:39:15.665Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:39:15.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:39:15.668Z||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-05-26T05:39:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:39:25.226Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:39:25.229Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:40:15.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:40:15.664Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-26T05:40:15.665Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:40:15.667Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:40:15.668Z||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-05-26T05:40:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:40:25.225Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:40:25.227Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:41:15.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:41:15.664Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-26T05:41:15.665Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:41:15.667Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:41:15.668Z||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-05-26T05:41:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:41:25.211Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:41:25.215Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:42:15.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:42:15.664Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-26T05:42:15.665Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:42:15.667Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:42:15.668Z||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-05-26T05:42:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:42:25.217Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:42:25.219Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:43:15.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:43:15.665Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-26T05:43:15.665Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:43:15.667Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:43:15.668Z||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-05-26T05:43:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:43:25.213Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:43:25.217Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:44:15.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:44:15.665Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-26T05:44:15.665Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:44:15.667Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:44:15.667Z||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-05-26T05:44:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:44:25.217Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:44:25.220Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:45:15.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:45:15.664Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-26T05:45:15.665Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:45:15.667Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:45:15.668Z||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-05-26T05:45:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:45:25.219Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:45:25.222Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:46:15.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:46:15.665Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-26T05:46:15.665Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:46:15.667Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:46:15.668Z||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-05-26T05:46:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:46:25.277Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:46:25.281Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:47:15.664Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:47:15.666Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-26T05:47:15.666Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:47:15.667Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:47:15.668Z||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-05-26T05:47:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:47:25.220Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:47:25.228Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:48:15.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:48:15.665Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-26T05:48:15.665Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:48:15.667Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:48:15.668Z||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-05-26T05:48:15.669Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:48:25.233Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:48:25.234Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:49:15.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:49:15.664Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-26T05:49:15.665Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:49:15.667Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:49:15.668Z||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-05-26T05:49:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:49:25.217Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:49:25.231Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:50:15.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:50:15.664Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-26T05:50:15.664Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:50:15.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:50:15.668Z||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-05-26T05:50:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:50:25.209Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:50:25.217Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:51:15.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:51:15.664Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-26T05:51:15.665Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:51:15.667Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:51:15.668Z||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-05-26T05:51:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:51:25.229Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:51:25.229Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:52:15.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:52:15.664Z||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-05-26T05:52:15.665Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:52:15.667Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:52:15.668Z||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-05-26T05:52:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:52:25.212Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:52:25.216Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:53:15.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:53:15.664Z||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-05-26T05:53:15.664Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:53:15.667Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:53:15.668Z||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-05-26T05:53:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:53:25.217Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:53:25.221Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:54:15.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:54:15.664Z||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-05-26T05:54:15.664Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:54:15.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:54:15.668Z||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-05-26T05:54:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:54:25.213Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:54:25.218Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:55:15.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:55:15.664Z||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-05-26T05:55:15.664Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:55:15.667Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:55:15.668Z||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-05-26T05:55:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:55:25.214Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:55:25.220Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:56:15.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:56:15.664Z||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-05-26T05:56:15.664Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:56:15.667Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:56:15.668Z||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-05-26T05:56:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:56:25.213Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:56:25.216Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:57:15.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:57:15.664Z||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-05-26T05:57:15.664Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:57:15.667Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:57:15.668Z||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-05-26T05:57:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:57:25.220Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:57:25.222Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:58:15.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:58:15.665Z||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-05-26T05:58:15.666Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:58:15.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:58:15.668Z||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-05-26T05:58:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:58:25.214Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:58:25.217Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:59:15.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:59:15.665Z||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-05-26T05:59:15.665Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:59:15.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T05:59:15.667Z||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-05-26T05:59:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T05:59:25.210Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T05:59:25.212Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:00:15.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:00:15.664Z||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-05-26T06:00:15.665Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:00:15.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:00:15.668Z||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-05-26T06:00:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:00:25.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:00:25.224Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:01:15.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:01:15.664Z||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-05-26T06:01:15.665Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:01:15.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:01:15.668Z||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-05-26T06:01:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:01:25.213Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:01:25.216Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:02:15.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:02:15.664Z||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-05-26T06:02:15.665Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:02:15.667Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:02:15.668Z||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-05-26T06:02:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:02:25.216Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:02:25.217Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:03:15.663Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:03:15.664Z||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-05-26T06:03:15.665Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:03:15.667Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:03:15.668Z||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-05-26T06:03:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:03:25.222Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:03:25.222Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:04:15.663Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:04:15.664Z||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-05-26T06:04:15.664Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:04:15.667Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:04:15.668Z||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-05-26T06:04:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:04:25.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:04:25.225Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:05:15.663Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:05:15.664Z||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-05-26T06:05:15.664Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:05:15.667Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:05:15.668Z||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-05-26T06:05:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:05:15.796Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:05:15.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:05:15.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "aai-ml",
"timestamp": 1653545107289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:05:15.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:05:15.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:05:15.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "policy-id",
"timestamp": 1653545114230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:05:15.827Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:05:15.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:05:15.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "clamp",
"timestamp": 1653545115098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:05:15.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:05:16.300Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:05:16.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-26T06:05:16.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"6382f2af-045d-4cf9-82c2-faf8dc8debe7","serviceName":"vFW 2022-05-26 06-02-50","serviceVersion":"1.0","serviceUUID":"eef5df82-6898-4154-a887-5389e3082bb8","serviceDescription":"catalog service description","serviceInvariantUUID":"2280753e-8f6e-4073-be8d-a599e36555ea","resources":[{"resourceInstanceName":"vFW d311a38b-81e6 0","resourceName":"vFW d311a38b-81e6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8c9e7a03-8a50-4b75-9321-58bb8ae6f9fa","resourceInvariantUUID":"1789f5df-a47f-4ed4-922b-8d0d3b20969e","resourceCustomizationUUID":"d6fab1b5-2bcd-472c-abdf-f5cc313b811a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vf-license-model.xml","artifactChecksum":"NWU5ODFjZTI5NjdkYmQyYWI5ZjQyNmYzMmJhMzUwMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2376831a-758b-4770-a12b-6e58988cfe7e","artifactVersion":"1"},{"artifactName":"vfwd311a38b81e60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json","artifactChecksum":"YjYzMzQ2MWFmMWI2OTIyODk0ZTNhMjQzNjE3YjczY2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9cbfe837-c611-496a-b87c-5a905f5f2c8c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"531dfbb5-9050-4bd0-965e-9d2f67441e6c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vendor-license-model.xml","artifactChecksum":"YjZlZjliZmQ2MDY2NGU4OGYyMGU1YmUzNjI1MjEyOWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"36deba32-0283-4539-92fe-d7dfd4131b54","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b6da3cfc-7b81-4444-b6d5-8552d584c3d4","artifactVersion":"2","generatedFromUUID":"531dfbb5-9050-4bd0-965e-9d2f67441e6c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220526060250-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-template.yml","artifactChecksum":"NDU1YmM0NDFmM2ZlMjZhN2RlYmFlZWM5OTZjOTljOTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6b2b77a4-4ba2-4eec-af83-b5095db53a21","artifactVersion":"1"},{"artifactName":"service-Vfw20220526060250-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar","artifactChecksum":"NGY5MjUxYTY0NGM2M2VjN2JmMWY5ZGZhYTYzN2ZlNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fd755cef-2cfa-4f85-9fbe-e4641f44b94e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-26T06:05:16.312Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-26T06:05:16.318Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:05:16.329Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:05:16.329Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545115663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:05:16.428Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-05-26T06:05:16.433Z||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-05-26T06:05:16.433Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:05:16.468Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:05:16.469Z||pool-3-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:05:17.336Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-26T06:05:17.336Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:05:17.338Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:05:17.338Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545115663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json",
"status": "NOTIFIED"
}
2022-05-26T06:05:17.439Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:05:17.440Z||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-05-26T06:05:17.440Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:05:17.454Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:05:17.454Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:05:18.339Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-26T06:05:18.340Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:05:18.342Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:05:18.342Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545115663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-26T06:05:18.442Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:05:18.443Z||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-05-26T06:05:18.443Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:05:18.457Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:05:18.457Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:05:19.343Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-26T06:05:19.343Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:05:19.346Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:05:19.346Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545115663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:05:19.446Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:05:19.447Z||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-05-26T06:05:19.447Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:05:19.461Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:05:19.461Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-26T06:05:20.347Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-26T06:05:20.348Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:05:20.350Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:05:20.351Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545115663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-26T06:05:20.451Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:05:20.451Z||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-05-26T06:05:20.451Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:05:20.464Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:05:20.465Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-26T06:05:21.351Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-26T06:05:21.352Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:05:21.354Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:05:21.355Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545115663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:05:21.455Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:05:21.456Z||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-05-26T06:05:21.456Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:05:21.469Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:05:21.469Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-26T06:05:22.355Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-26T06:05:22.357Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:05:22.359Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:05:22.359Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545115663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar",
"status": "NOTIFIED"
}
2022-05-26T06:05:22.459Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:05:22.460Z||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-05-26T06:05:22.460Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:05:22.474Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:05:22.475Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:05:23.362Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"serviceName": "vFW 2022-05-26 06-02-50",
"serviceVersion": "1.0",
"serviceUUID": "eef5df82-6898-4154-a887-5389e3082bb8",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "2280753e-8f6e-4073-be8d-a599e36555ea",
"resources": [
{
"resourceInstanceName": "vFW d311a38b-81e6 0",
"resourceCustomizationUUID": "d6fab1b5-2bcd-472c-abdf-f5cc313b811a",
"resourceName": "vFW d311a38b-81e6",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8c9e7a03-8a50-4b75-9321-58bb8ae6f9fa",
"resourceInvariantUUID": "1789f5df-a47f-4ed4-922b-8d0d3b20969e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwd311a38b81e60_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json",
"artifactChecksum": "YjYzMzQ2MWFmMWI2OTIyODk0ZTNhMjQzNjE3YjczY2I\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9cbfe837-c611-496a-b87c-5a905f5f2c8c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "531dfbb5-9050-4bd0-965e-9d2f67441e6c",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b6da3cfc-7b81-4444-b6d5-8552d584c3d4",
"generatedFromUUID": "531dfbb5-9050-4bd0-965e-9d2f67441e6c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b6da3cfc-7b81-4444-b6d5-8552d584c3d4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220526060250-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar",
"artifactChecksum": "NGY5MjUxYTY0NGM2M2VjN2JmMWY5ZGZhYTYzN2ZlNmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fd755cef-2cfa-4f85-9fbe-e4641f44b94e"
}
],
"workloadContext": "Production"
}
2022-05-26T06:05:23.363Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-26T06:05:23.364Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eef5df82-6898-4154-a887-5389e3082bb8 ASDC
2022-05-26T06:05:23.476Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:6382f2af-045d-4cf9-82c2-faf8dc8debe7
ServiceName:vFW 2022-05-26 06-02-50
ServiceVersion:1.0
ServiceUUID:eef5df82-6898-4154-a887-5389e3082bb8
ServiceInvariantUUID:2280753e-8f6e-4073-be8d-a599e36555ea
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220526060250-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar
ArtifactUUID:fd755cef-2cfa-4f85-9fbe-e4641f44b94e
ArtifactChecksum:NGY5MjUxYTY0NGM2M2VjN2JmMWY5ZGZhYTYzN2ZlNmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d311a38b-81e6 0
ResourceCustomizationUUID:d6fab1b5-2bcd-472c-abdf-f5cc313b811a
ResourceInvariantUUID:1789f5df-a47f-4ed4-922b-8d0d3b20969e
ResourceName:vFW d311a38b-81e6
ResourceType:VF
ResourceUUID:8c9e7a03-8a50-4b75-9321-58bb8ae6f9fa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd311a38b81e60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json
ArtifactUUID:9cbfe837-c611-496a-b87c-5a905f5f2c8c
ArtifactChecksum:YjYzMzQ2MWFmMWI2OTIyODk0ZTNhMjQzNjE3YjczY2I=
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/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml
ArtifactUUID:531dfbb5-9050-4bd0-965e-9d2f67441e6c
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/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env
ArtifactUUID:b6da3cfc-7b81-4444-b6d5-8552d584c3d4
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/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env
ArtifactUUID:b6da3cfc-7b81-4444-b6d5-8552d584c3d4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-26T06:05:23.477Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eef5df82-6898-4154-a887-5389e3082bb8 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-05-26T06:05:23.749Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-26T06:05:23.751Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-26T06:05:23.752Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-26T06:05:23.752Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fd755cef-2cfa-4f85-9fbe-e4641f44b94e from URL: /sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar
2022-05-26T06:05:23.752Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-26T06:05:23.753Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar
2022-05-26T06:05:24.164Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-26T06:05:24.180Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar fd755cef-2cfa-4f85-9fbe-e4641f44b94e 99020
2022-05-26T06:05:24.181Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar ASDC sendASDCNotification
2022-05-26T06:05:24.181Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar
2022-05-26T06:05:24.182Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-26T06:05:24.183Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:05:24.184Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:05:24.185Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545124180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:05:24.285Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:05:24.286Z||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-05-26T06:05:24.286Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:05:24.340Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:05:24.341Z||pool-10-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:05:25.185Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-26T06:05:25.186Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-26T06:05:25.187Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: fd755cef-2cfa-4f85-9fbe-e4641f44b94e, URL: /sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar to file: /app/ASDC/1/service-Vfw20220526060250-csar.csar
2022-05-26T06:05:25.187Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220526060250-csar.csar
2022-05-26T06:05:25.265Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220526060250-csar.csar
2022-05-26T06:05:25.266Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220526060250-csar.csar
2022-05-26T06:05:25.988Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP78259272673975100/Definitions/service-Vfw20220526060250-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-05-26T06:05:28.710Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-26T06:05:28.715Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-26T06:05:28.715Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220526060250-csar.csar
2022-05-26T06:05:28.715Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-26T06:05:28.716Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||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-Vfw20220526060250-csar.csar
2022-05-26T06:05:28.716Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||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-Vfw20220526060250-csar.csar
2022-05-26T06:05:28.716Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||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-Vfw20220526060250-csar.csar
2022-05-26T06:05:28.716Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220526060250-csar.csar
2022-05-26T06:05:28.716Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220526060250-csar.csar
2022-05-26T06:05:28.716Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||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-Vfw20220526060250-csar.csar
2022-05-26T06:05:28.716Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||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-Vfw20220526060250-csar.csar
2022-05-26T06:05:28.716Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||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-Vfw20220526060250-csar.csar
2022-05-26T06:05:28.717Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220526060250-csar.csar
2022-05-26T06:05:28.717Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||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-Vfw20220526060250-csar.csar
2022-05-26T06:05:28.717Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220526060250-csar.csar
2022-05-26T06:05:28.717Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d311a38b-81e6 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-Vfw20220526060250-csar.csar
2022-05-26T06:05:28.717Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||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-Vfw20220526060250-csar.csar
2022-05-26T06:05:28.717Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-26T06:05:28.723Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:28.724Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:05:28.728Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is matching search criteria
2022-05-26T06:05:28.728Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-26T06:05:28.729Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d311a38b-81e6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-26T06:05:28.731Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:28.731Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:05:28.731Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is matching search criteria
2022-05-26T06:05:28.732Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-26T06:05:28.732Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d311a38b-81e6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-26T06:05:28.732Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:28.732Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:05:28.735Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:28.736Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is not matching search criteria
2022-05-26T06:05:28.736Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-26T06:05:28.736Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-26T06:05:28.736Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-26T06:05:28.736Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-26T06:05:28.737Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-26T06:05:28.737Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-26T06:05:28.737Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-26T06:05:28.737Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-26T06:05:28.737Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-26T06:05:28.737Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-26T06:05:28.738Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-26T06:05:28.738Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-26T06:05:28.738Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-26T06:05:28.738Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-26T06:05:28.738Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-26T06:05:28.738Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-26T06:05:28.739Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:28.739Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-26T06:05:28.740Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:28.740Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is matching search criteria
2022-05-26T06:05:28.740Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d311a38b-81e6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-26T06:05:28.741Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:28.741Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is matching search criteria
2022-05-26T06:05:28.741Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d311a38b-81e6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-26T06:05:28.741Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:28.741Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is matching search criteria
2022-05-26T06:05:28.741Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d311a38b-81e6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-26T06:05:28.742Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:28.742Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is not matching search criteria
2022-05-26T06:05:28.742Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-26T06:05:28.742Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-26T06:05:28.742Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-26T06:05:28.742Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-26T06:05:28.743Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-26T06:05:28.743Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-26T06:05:28.743Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-26T06:05:28.743Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-26T06:05:28.743Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-26T06:05:28.743Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-26T06:05:28.744Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-26T06:05:28.744Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f10ad4f5-9599-4e25-be64-e46a5037bf25
2022-05-26T06:05:28.744Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:28.744Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is not matching search criteria
2022-05-26T06:05:28.744Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-26T06:05:28.744Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-26T06:05:28.745Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-26T06:05:28.745Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-26T06:05:28.745Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-26T06:05:28.745Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-26T06:05:28.745Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-26T06:05:28.745Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-26T06:05:28.745Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-26T06:05:28.746Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-26T06:05:28.746Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-26T06:05:28.746Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-26T06:05:28.746Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3f8f9731-6649-4f3b-a2a6-b716aaaf359e
2022-05-26T06:05:28.746Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:28.746Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is not matching search criteria
2022-05-26T06:05:28.747Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-26T06:05:28.747Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-26T06:05:28.747Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-26T06:05:28.747Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-26T06:05:28.747Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-26T06:05:28.747Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-26T06:05:28.748Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-26T06:05:28.748Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-26T06:05:28.748Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-26T06:05:28.748Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-26T06:05:28.748Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-26T06:05:28.748Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-26T06:05:28.748Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a91e438e-acaa-4c15-8576-a72edb330d3b
2022-05-26T06:05:28.749Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:28.749Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:05:28.749Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:28.749Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:05:28.749Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:28.750Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:05:28.750Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:28.750Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:05:28.750Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-26 06-02-50
Description:catalog service description
Model UUID:eef5df82-6898-4154-a887-5389e3082bb8
Model Version:NULL
Model InvariantUuid:2280753e-8f6e-4073-be8d-a599e36555ea
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW d311a38b-81e6
Model UUID:253863c5-7ab2-434b-8c4a-871a62fcd51a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1789f5df-a47f-4ed4-922b-8d0d3b20969e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d6fab1b5-2bcd-472c-abdf-f5cc313b811a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8a376f95-dd1d-44a0-b8e6-113af06c6c4f
ModelName:VfwD311a38b81e6..base_vfw..module-0
ModelUuid:ce4ae07e-4591-4d66-b7a4-a94573adf8e0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f10ad4f5-9599-4e25-be64-e46a5037bf25
ModelInvariantUuid:96c24d78-a99e-4efc-954e-7a0d836057d0
ModelName:vFW d311a38b-81e6-nodes.vfwCvfc
ModelUuid:85601530-1b3f-4c94-8582-696b8165d418
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:28b66646-8f9f-46f4-9767-42b3746d190e
ModelInvariantUuid:900596cd-3c03-43ef-b6db-cad20e30a2ef
ModelName:VfwD311a38b81e6.compute.nodes.heat.vfw
ModelUuid:e34b7b67-5fbe-4a20-b740-9baeeb89f712
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3f8f9731-6649-4f3b-a2a6-b716aaaf359e
ModelInvariantUuid:020ffc7f-3994-4f15-a443-396e17d533eb
ModelName:vFW d311a38b-81e6-nodes.vsnCvfc
ModelUuid:d59182ab-a524-4a52-ae52-8d0aedef3ad2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:995f61eb-b659-46c8-abc9-aefc4067a586
ModelInvariantUuid:a86eb2be-2c7d-41e4-adde-ea0416dbcfa8
ModelName:VfwD311a38b81e6.compute.nodes.heat.vsn
ModelUuid:33c6f763-64c0-4ba9-9b6b-4c52e825e03e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a91e438e-acaa-4c15-8576-a72edb330d3b
ModelInvariantUuid:79ea28fe-a908-4ac0-9e5f-0c24f5c216f4
ModelName:vFW d311a38b-81e6-nodes.vpgCvfc
ModelUuid:9d0706c8-09be-4296-86d2-459cd03c1be8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:3c869c49-224e-4b70-b8b9-9f4e6cfcd101
ModelInvariantUuid:d4466c8a-0c51-4c29-8d48-523966b0a3cf
ModelName:VfwD311a38b81e6.compute.nodes.heat.vpg
ModelUuid:ba26c75e-faf2-45af-b5bb-1dc8f354b0d3
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-05-26T06:05:28.788Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 8c9e7a03-8a50-4b75-9321-58bb8ae6f9fa
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-05-26T06:05:28.878Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||vFW d311a38b-81e6 0
2022-05-26T06:05:28.885Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8c9e7a03-8a50-4b75-9321-58bb8ae6f9fa
2022-05-26T06:05:28.886Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9cbfe837-c611-496a-b87c-5a905f5f2c8c from URL: /sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json
2022-05-26T06:05:28.886Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-26T06:05:28.886Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json
2022-05-26T06:05:29.459Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-26T06:05:29.460Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json 9cbfe837-c611-496a-b87c-5a905f5f2c8c 785
2022-05-26T06:05:29.460Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json ASDC sendASDCNotification
2022-05-26T06:05:29.460Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json
2022-05-26T06:05:29.460Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-26T06:05:29.461Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:05:29.463Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:05:29.463Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545129460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:05:29.563Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-26T06:05:29.564Z||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-05-26T06:05:29.566Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:05:29.597Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:05:29.597Z||pool-11-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:05:30.465Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD311a38b81e6..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8a376f95-dd1d-44a0-b8e6-113af06c6c4f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ce4ae07e-4591-4d66-b7a4-a94573adf8e0",
"vfModuleModelCustomizationUUID": "643d52e2-9dc5-4cc3-a05c-cfac6b13ba73",
"isBase": true,
"artifacts": [
"531dfbb5-9050-4bd0-965e-9d2f67441e6c",
"b6da3cfc-7b81-4444-b6d5-8552d584c3d4"
],
"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-05-26T06:05:30.478Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD311a38b81e6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ce4ae07e-4591-4d66-b7a4-a94573adf8e0
VfModuleModelInvariantUUID:8a376f95-dd1d-44a0-b8e6-113af06c6c4f
VfModuleModelDescription:NULL
Artifacts UUID List:{
531dfbb5-9050-4bd0-965e-9d2f67441e6c
,
b6da3cfc-7b81-4444-b6d5-8552d584c3d4
}
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-05-26T06:05:30.481Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD311a38b81e6..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8a376f95-dd1d-44a0-b8e6-113af06c6c4f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ce4ae07e-4591-4d66-b7a4-a94573adf8e0",
"vfModuleModelCustomizationUUID": "643d52e2-9dc5-4cc3-a05c-cfac6b13ba73",
"isBase": true,
"artifacts": [
"531dfbb5-9050-4bd0-965e-9d2f67441e6c",
"b6da3cfc-7b81-4444-b6d5-8552d584c3d4"
],
"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-05-26T06:05:30.481Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD311a38b81e6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ce4ae07e-4591-4d66-b7a4-a94573adf8e0
VfModuleModelInvariantUUID:8a376f95-dd1d-44a0-b8e6-113af06c6c4f
VfModuleModelDescription:NULL
Artifacts UUID List:{
531dfbb5-9050-4bd0-965e-9d2f67441e6c
,
b6da3cfc-7b81-4444-b6d5-8552d584c3d4
}
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-05-26T06:05:30.482Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 531dfbb5-9050-4bd0-965e-9d2f67441e6c from URL: /sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml
2022-05-26T06:05:30.482Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-26T06:05:30.483Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml
2022-05-26T06:05:30.765Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-26T06:05:30.766Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml 531dfbb5-9050-4bd0-965e-9d2f67441e6c 20368
2022-05-26T06:05:30.766Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-26T06:05:30.767Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml
2022-05-26T06:05:30.767Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-26T06:05:30.767Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:05:30.769Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:05:30.769Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545130766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:05:30.869Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:05:30.872Z||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-05-26T06:05:30.872Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:05:30.888Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:05:30.889Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:05:31.770Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b6da3cfc-7b81-4444-b6d5-8552d584c3d4 from URL: /sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env
2022-05-26T06:05:31.771Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-26T06:05:31.771Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env
2022-05-26T06:05:31.969Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-26T06:05:31.970Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env b6da3cfc-7b81-4444-b6d5-8552d584c3d4 2098
2022-05-26T06:05:31.970Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-26T06:05:31.970Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env
2022-05-26T06:05:31.970Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-26T06:05:31.970Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:05:31.980Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:05:31.980Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545131970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:05:32.073Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-05-26T06:05:32.074Z||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-05-26T06:05:32.074Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:05:32.092Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:05:32.092Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:05:32.981Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: eef5df82-6898-4154-a887-5389e3082bb8
2022-05-26T06:05:32.982Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d311a38b-81e6 0 8c9e7a03-8a50-4b75-9321-58bb8ae6f9fa ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-26T06:05:33.029Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78640f2e, org.onap.sdc.toscaparser.api.parameters.Input@a22058, org.onap.sdc.toscaparser.api.parameters.Input@189bf61e, org.onap.sdc.toscaparser.api.parameters.Input@7e991676, org.onap.sdc.toscaparser.api.parameters.Input@265c6bf4]
2022-05-26T06:05:33.033Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:33.033Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:05:33.034Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-05-26T06:05:33.034Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= d6fab1b5-2bcd-472c-abdf-f5cc313b811a
2022-05-26T06:05:33.034Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d6fab1b5-2bcd-472c-abdf-f5cc313b811a matches Tosca VF Customization UUID: d6fab1b5-2bcd-472c-abdf-f5cc313b811a
2022-05-26T06:05:33.034Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: d6fab1b5-2bcd-472c-abdf-f5cc313b811a 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-05-26T06:05:33.040Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:33.041Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:05:33.042Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id d6fab1b5-2bcd-472c-abdf-f5cc313b811a: {\"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-05-26T06:05:33.042Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@579edc2
2022-05-26T06:05:33.042Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:33.042Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-26T06:05:33.043Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 643d52e2-9dc5-4cc3-a05c-cfac6b13ba73
2022-05-26T06:05:33.044Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 643d52e2-9dc5-4cc3-a05c-cfac6b13ba73
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-05-26T06:05:33.049Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:33.050Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is matching search criteria
2022-05-26T06:05:33.050Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d311a38b-81e6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-26T06:05:33.051Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:33.051Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is matching search criteria
2022-05-26T06:05:33.051Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d311a38b-81e6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-26T06:05:33.051Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:33.052Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is not matching search criteria
2022-05-26T06:05:33.052Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-26T06:05:33.052Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-26T06:05:33.052Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-26T06:05:33.052Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-26T06:05:33.052Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-26T06:05:33.053Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-26T06:05:33.053Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-26T06:05:33.053Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-26T06:05:33.053Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-26T06:05:33.053Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-26T06:05:33.054Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-26T06:05:33.054Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f10ad4f5-9599-4e25-be64-e46a5037bf25
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-05-26T06:05:33.062Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:33.063Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is matching search criteria
2022-05-26T06:05:33.063Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d311a38b-81e6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-26T06:05:33.063Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:33.063Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is not matching search criteria
2022-05-26T06:05:33.064Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-26T06:05:33.064Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-26T06:05:33.064Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-26T06:05:33.064Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-26T06:05:33.064Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-26T06:05:33.065Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-26T06:05:33.065Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-26T06:05:33.065Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-26T06:05:33.065Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-26T06:05:33.065Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-26T06:05:33.066Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-26T06:05:33.066Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-26T06:05:33.066Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3f8f9731-6649-4f3b-a2a6-b716aaaf359e
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-05-26T06:05:33.068Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:33.069Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is matching search criteria
2022-05-26T06:05:33.069Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d311a38b-81e6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-26T06:05:33.072Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:33.072Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is not matching search criteria
2022-05-26T06:05:33.072Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-26T06:05:33.072Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-26T06:05:33.072Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-26T06:05:33.073Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-26T06:05:33.073Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-26T06:05:33.073Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-26T06:05:33.073Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-26T06:05:33.073Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-26T06:05:33.074Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-26T06:05:33.074Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-26T06:05:33.074Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-26T06:05:33.074Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-26T06:05:33.074Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a91e438e-acaa-4c15-8576-a72edb330d3b
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-05-26T06:05:33.076Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:33.076Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is matching search criteria
2022-05-26T06:05:33.076Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d311a38b-81e6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-26T06:05:33.077Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:33.077Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Node template vFW d311a38b-81e6 0 is matching search criteria
2022-05-26T06:05:33.077Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d311a38b-81e6 0] matching following query criteria: sdcType=VF, customizationUUID=d6fab1b5-2bcd-472c-abdf-f5cc313b811a
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-05-26T06:05:33.079Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:33.079Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:05:33.079Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid eef5df82-6898-4154-a887-5389e3082bb8: vFW d311a38b-81e6
2022-05-26T06:05:33.080Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:33.080Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:05:33.080Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:33.080Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:05:33.080Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:33.081Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:05:33.081Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:33.081Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:05:33.081Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:05:33.081Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-26 06-02-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:05:33.082Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-05-26 06-02-50
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-05-26T06:05:33.341Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d311a38b-81e6 8c9e7a03-8a50-4b75-9321-58bb8ae6f9fa 1 ASDC deployResourceStructure
2022-05-26T06:05:33.342Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json ASDC sendASDCNotification
2022-05-26T06:05:33.343Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json
2022-05-26T06:05:33.343Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-26T06:05:33.343Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:05:33.350Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:05:33.350Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545133342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json",
"status": "DEPLOY_OK"
}
2022-05-26T06:05:33.449Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-26T06:05:33.450Z||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-05-26T06:05:33.450Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:05:33.483Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:05:33.484Z||pool-14-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:05:34.351Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-26T06:05:34.352Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml
2022-05-26T06:05:34.352Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-26T06:05:34.353Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:05:34.354Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:05:34.355Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545134351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-26T06:05:34.455Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:05:34.456Z||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-05-26T06:05:34.456Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:05:34.473Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:05:34.473Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:05:35.356Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-26T06:05:35.356Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env
2022-05-26T06:05:35.357Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-26T06:05:35.357Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:05:35.359Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:05:35.359Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545135356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-26T06:05:35.459Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-26T06:05:35.460Z||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-05-26T06:05:35.461Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:05:35.476Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:05:35.476Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:05:36.360Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar ASDC sendASDCNotification
2022-05-26T06:05:36.361Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar
2022-05-26T06:05:36.361Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-26T06:05:36.361Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:05:36.363Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:05:36.364Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545136360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-26T06:05:36.464Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:05:36.465Z||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-05-26T06:05:36.465Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:05:36.504Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:05:36.505Z||pool-17-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:05:37.365Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6382f2af-045d-4cf9-82c2-faf8dc8debe7
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-05-26T06:05:37.387Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6382f2af-045d-4cf9-82c2-faf8dc8debe7
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-05-26T06:05:37.411Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-26T06:05:37.412Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-26T06:05:37.413Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-26T06:06:07.414Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6382f2af-045d-4cf9-82c2-faf8dc8debe7
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-05-26T06:06:07.428Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6382f2af-045d-4cf9-82c2-faf8dc8debe7
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-05-26T06:06:07.431Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-26T06:06:07.431Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-26T06:06:07.431Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-26T06:06:15.667Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:06:15.668Z||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-05-26T06:06:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:06:15.702Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:06:15.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:06:15.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "cds",
"timestamp": 1653545114979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:06:15.703Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:06:37.432Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6382f2af-045d-4cf9-82c2-faf8dc8debe7
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-05-26T06:06:37.441Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6382f2af-045d-4cf9-82c2-faf8dc8debe7
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-05-26T06:06:37.445Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-26T06:06:37.445Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-26T06:06:37.445Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-26T06:07:07.445Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6382f2af-045d-4cf9-82c2-faf8dc8debe7
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-05-26T06:07:07.458Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6382f2af-045d-4cf9-82c2-faf8dc8debe7
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-05-26T06:07:07.460Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-26T06:07:07.461Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-26T06:07:07.461Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-26T06:07:15.667Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:07:15.668Z||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-05-26T06:07:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:07:15.691Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:07:15.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "aai-ml",
"timestamp": 1653545107289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "policy-id",
"timestamp": 1653545114230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545115663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "clamp",
"timestamp": 1653545115098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json",
"status": "NOTIFIED"
}
2022-05-26T06:07:15.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "cds",
"timestamp": 1653545114979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "aai-ml",
"timestamp": 1653545107289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "policy-id",
"timestamp": 1653545114230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-26T06:07:15.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545115663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json",
"status": "NOTIFIED"
}
2022-05-26T06:07:15.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "clamp",
"timestamp": 1653545115098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "cds",
"timestamp": 1653545114979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "aai-ml",
"timestamp": 1653545107289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "policy-id",
"timestamp": 1653545114230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545115663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-26T06:07:15.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "clamp",
"timestamp": 1653545115098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "cds",
"timestamp": 1653545114979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "aai-ml",
"timestamp": 1653545107289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "policy-id",
"timestamp": 1653545114230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545115663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.715Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "clamp",
"timestamp": 1653545115098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.715Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "cds",
"timestamp": 1653545114979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.716Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "aai-ml",
"timestamp": 1653545107289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.716Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "policy-id",
"timestamp": 1653545114230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.716Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545115663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-26T06:07:15.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "clamp",
"timestamp": 1653545115098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "cds",
"timestamp": 1653545114979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "aai-ml",
"timestamp": 1653545107289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar",
"status": "NOTIFIED"
}
2022-05-26T06:07:15.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "policy-id",
"timestamp": 1653545114230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar",
"status": "NOTIFIED"
}
2022-05-26T06:07:15.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545115663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "clamp",
"timestamp": 1653545115098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar",
"status": "NOTIFIED"
}
2022-05-26T06:07:15.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "cds",
"timestamp": 1653545114979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar",
"status": "NOTIFIED"
}
2022-05-26T06:07:15.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545115663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar",
"status": "NOTIFIED"
}
2022-05-26T06:07:15.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "aai-ml",
"timestamp": 1653545122805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:07:15.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:07:15.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "policy-id",
"timestamp": 1653545122791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:07:15.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:07:15.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "cds",
"timestamp": 1653545122892,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:07:15.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:07:15.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "policy-id",
"timestamp": 1653545123803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-26T06:07:15.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:07:15.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "ves-openapi-manager",
"timestamp": 1653545123638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.722Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "cds",
"timestamp": 1653545123914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-26T06:07:15.730Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6382f2af-045d-4cf9-82c2-faf8dc8debe7
2022-05-26T06:07:15.730Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6382f2af-045d-4cf9-82c2-faf8dc8debe7 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-05-26T06:07:15.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545124180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:07:15.740Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:07:15.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "policy-id",
"timestamp": 1653545124809,
"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-05-26T06:07:15.744Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6382f2af-045d-4cf9-82c2-faf8dc8debe7
2022-05-26T06:07:15.744Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6382f2af-045d-4cf9-82c2-faf8dc8debe7 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-05-26T06:07:15.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "ves-openapi-manager",
"timestamp": 1653545123638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.754Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653545125096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.755Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "ves-openapi-manager",
"timestamp": 1653545123638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.755Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653545125096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json",
"status": "NOTIFIED"
}
2022-05-26T06:07:15.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "ves-openapi-manager",
"timestamp": 1653545123638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653545125096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-26T06:07:15.757Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "ves-openapi-manager",
"timestamp": 1653545123638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.757Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.758Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653545127431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.758Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.758Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.758Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653545125096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.758Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.758Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.759Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "ves-openapi-manager",
"timestamp": 1653545123638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.759Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.759Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.759Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653545127431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.759Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653545125096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-26T06:07:15.760Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545129460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:07:15.760Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:07:15.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "ves-openapi-manager",
"timestamp": 1653545123638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.761Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653545127431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653545125096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653545127431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545130766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:07:15.763Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:07:15.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653545125096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar",
"status": "NOTIFIED"
}
2022-05-26T06:07:15.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653545127431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545131970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:07:15.765Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:07:15.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653545133052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:07:15.766Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:07:15.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653545127431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545133342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json",
"status": "DEPLOY_OK"
}
2022-05-26T06:07:15.767Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:07:15.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653545127431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar",
"status": "NOTIFIED"
}
2022-05-26T06:07:15.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653545134348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:07:15.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:07:15.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545134351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-26T06:07:15.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:07:15.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653545135580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:07:15.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:07:15.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545135356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-26T06:07:15.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:07:15.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653545136035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:07:15.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:07:15.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545136360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-26T06:07:15.771Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:07:15.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653545137108,
"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-05-26T06:07:15.777Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6382f2af-045d-4cf9-82c2-faf8dc8debe7
2022-05-26T06:07:15.777Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6382f2af-045d-4cf9-82c2-faf8dc8debe7 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-05-26T06:07:15.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "clamp",
"timestamp": 1653545137970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:07:15.785Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:07:15.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653545138115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/resourceInstances/vfwd311a38b81e60/artifacts/vfwd311a38b81e60_modules.json",
"status": "DEPLOY_OK"
}
2022-05-26T06:07:15.786Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:07:15.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "clamp",
"timestamp": 1653545140006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-26T06:07:15.786Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:07:15.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "clamp",
"timestamp": 1653545141017,
"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-05-26T06:07:15.792Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6382f2af-045d-4cf9-82c2-faf8dc8debe7
2022-05-26T06:07:15.792Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6382f2af-045d-4cf9-82c2-faf8dc8debe7 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-05-26T06:07:15.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653545141768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-26T06:07:15.801Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:07:15.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "aai-ml",
"timestamp": 1653545141793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220526060250/1.0/artifacts/service-Vfw20220526060250-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-26T06:07:15.801Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:07:15.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653545142780,
"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-05-26T06:07:15.807Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6382f2af-045d-4cf9-82c2-faf8dc8debe7
2022-05-26T06:07:15.807Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6382f2af-045d-4cf9-82c2-faf8dc8debe7 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-05-26T06:07:15.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "aai-ml",
"timestamp": 1653545142799,
"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-05-26T06:07:15.820Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6382f2af-045d-4cf9-82c2-faf8dc8debe7
2022-05-26T06:07:15.820Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6382f2af-045d-4cf9-82c2-faf8dc8debe7 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-05-26T06:07:15.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "policy-id",
"timestamp": 1653545154230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653545157431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "policy-id",
"timestamp": 1653545154230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653545157431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "policy-id",
"timestamp": 1653545154230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-26T06:07:15.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653545157431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "policy-id",
"timestamp": 1653545154230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "cds",
"timestamp": 1653545159979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653545157431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "policy-id",
"timestamp": 1653545154230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "cds",
"timestamp": 1653545159979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653545157431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "policy-id",
"timestamp": 1653545154230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "cds",
"timestamp": 1653545159979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653545157431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "ves-openapi-manager",
"timestamp": 1653545163638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "policy-id",
"timestamp": 1653545154230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar",
"status": "NOTIFIED"
}
2022-05-26T06:07:15.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "cds",
"timestamp": 1653545159979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653545157431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar",
"status": "NOTIFIED"
}
2022-05-26T06:07:15.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "ves-openapi-manager",
"timestamp": 1653545163638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "cds",
"timestamp": 1653545159979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653545165095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653545165783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:07:15.839Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:07:15.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "policy-id",
"timestamp": 1653545165861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:07:15.840Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:07:15.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "ves-openapi-manager",
"timestamp": 1653545163638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "cds",
"timestamp": 1653545159979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653545165095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json",
"status": "NOTIFIED"
}
2022-05-26T06:07:15.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "policy-id",
"timestamp": 1653545166868,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-26T06:07:15.842Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:07:15.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "ves-openapi-manager",
"timestamp": 1653545163638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.842Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "cds",
"timestamp": 1653545159979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar",
"status": "NOTIFIED"
}
2022-05-26T06:07:15.843Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653545165095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-26T06:07:15.843Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "policy-id",
"timestamp": 1653545167872,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-26T06:07:15.858Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f8eaf845-a2c4-4c08-b150-6004836b8049
2022-05-26T06:07:15.858Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8eaf845-a2c4-4c08-b150-6004836b8049 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-05-26T06:07:15.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "aai-ml",
"timestamp": 1653545167289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "ves-openapi-manager",
"timestamp": 1653545163638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653545168251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-26T06:07:15.868Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:07:15.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "cds",
"timestamp": 1653545168161,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:07:15.869Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:07:15.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653545165095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "aai-ml",
"timestamp": 1653545167289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "ves-openapi-manager",
"timestamp": 1653545163638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653545169257,
"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-05-26T06:07:15.875Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f8eaf845-a2c4-4c08-b150-6004836b8049
2022-05-26T06:07:15.875Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8eaf845-a2c4-4c08-b150-6004836b8049 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-05-26T06:07:15.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "cds",
"timestamp": 1653545169170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-26T06:07:15.889Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f8eaf845-a2c4-4c08-b150-6004836b8049
2022-05-26T06:07:15.890Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8eaf845-a2c4-4c08-b150-6004836b8049 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-05-26T06:07:15.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653545165095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-26T06:07:15.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "aai-ml",
"timestamp": 1653545167289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "ves-openapi-manager",
"timestamp": 1653545163638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653545165095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "aai-ml",
"timestamp": 1653545167289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653545165095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar",
"status": "NOTIFIED"
}
2022-05-26T06:07:15.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "aai-ml",
"timestamp": 1653545167289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "aai-ml",
"timestamp": 1653545167289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653545173158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:07:15.903Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:07:15.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "aai-ml",
"timestamp": 1653545167289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar",
"status": "NOTIFIED"
}
2022-05-26T06:07:15.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:15.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653545174373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:07:15.904Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:07:15.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "aai-ml",
"timestamp": 1653545175107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:07:15.905Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:07:15.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653545175553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:07:15.905Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:07:15.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:07:15.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "clamp",
"timestamp": 1653545175098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:07:15.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:07:37.461Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6382f2af-045d-4cf9-82c2-faf8dc8debe7
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-05-26T06:07:37.474Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6382f2af-045d-4cf9-82c2-faf8dc8debe7
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-05-26T06:07:37.479Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-26T06:07:37.479Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-26T06:07:37.479Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-26T06:07:37.479Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-26T06:07:37.479Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-26T06:07:37.480Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-26T06:07:37.480Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-26T06:07:37.480Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-26T06:07:37.480Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-26T06:07:37.480Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-26T06:07:37.480Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||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-05-26T06:07:37.486Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-26T06:08:07.487Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6382f2af-045d-4cf9-82c2-faf8dc8debe7 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-05-26T06:08:07.497Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6382f2af-045d-4cf9-82c2-faf8dc8debe7 and serviceModelVersionId: eef5df82-6898-4154-a887-5389e3082bb8
2022-05-26T06:08:07.497Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2280753e-8f6e-4073-be8d-a599e36555ea
2022-05-26T06:08:15.667Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:08:15.668Z||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-05-26T06:08:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:08:16.200Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:08:16.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:08:16.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653545176578,
"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-05-26T06:08:16.211Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f8eaf845-a2c4-4c08-b150-6004836b8049
2022-05-26T06:08:16.211Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8eaf845-a2c4-4c08-b150-6004836b8049 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-05-26T06:08:16.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:08:16.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "clamp",
"timestamp": 1653545175098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json",
"status": "NOTIFIED"
}
2022-05-26T06:08:16.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:08:16.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:08:16.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653545177585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-26T06:08:16.221Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:08:16.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:08:16.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "clamp",
"timestamp": 1653545175098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:08:16.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:08:16.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:08:16.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "clamp",
"timestamp": 1653545175098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:08:16.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:08:16.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:08:16.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "clamp",
"timestamp": 1653545175098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:08:16.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:08:16.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:08:16.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "clamp",
"timestamp": 1653545175098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:08:16.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:08:16.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:08:16.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "clamp",
"timestamp": 1653545175098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar",
"status": "NOTIFIED"
}
2022-05-26T06:08:16.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:08:16.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:08:16.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "aai-ml",
"timestamp": 1653545181883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-26T06:08:16.223Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:08:16.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:08:16.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "aai-ml",
"timestamp": 1653545182887,
"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-05-26T06:08:16.227Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f8eaf845-a2c4-4c08-b150-6004836b8049
2022-05-26T06:08:16.227Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8eaf845-a2c4-4c08-b150-6004836b8049 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-05-26T06:08:16.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:08:16.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "clamp",
"timestamp": 1653545189972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:08:16.235Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:08:16.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:08:16.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "clamp",
"timestamp": 1653545191979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-26T06:08:16.235Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:08:16.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:08:16.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "clamp",
"timestamp": 1653545192983,
"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-05-26T06:08:16.244Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f8eaf845-a2c4-4c08-b150-6004836b8049
2022-05-26T06:08:16.244Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8eaf845-a2c4-4c08-b150-6004836b8049 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-05-26T06:08:21.541Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2280753e-8f6e-4073-be8d-a599e36555ea/model-vers/model-ver/eef5df82-6898-4154-a887-5389e3082bb8?depth=0
2022-05-26T06:08:21.643Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-26T06:08:22.138Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2280753e-8f6e-4073-be8d-a599e36555ea/model-vers/model-ver/eef5df82-6898-4154-a887-5389e3082bb8?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-05-26T06:08:22.143Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2280753e-8f6e-4073-be8d-a599e36555ea/model-vers/model-ver/eef5df82-6898-4154-a887-5389e3082bb8?depth=0|INFO|500||Invoke
2022-05-26T06:08:22.248Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2280753e-8f6e-4073-be8d-a599e36555ea/model-vers/model-ver/eef5df82-6898-4154-a887-5389e3082bb8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-26T06:08:22.471Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2280753e-8f6e-4073-be8d-a599e36555ea/model-vers/model-ver/eef5df82-6898-4154-a887-5389e3082bb8?depth=0|INFO|500||InvokeReturn
2022-05-26T06:08:22.471Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2280753e-8f6e-4073-be8d-a599e36555ea/model-vers/model-ver/eef5df82-6898-4154-a887-5389e3082bb8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220526-06:08:22:635-45411], vertex-id=[188464], Content-Length=[0], Date=[Thu, 26 May 2022 06:08:22 GMT], Content-Type=[application/json]}
2022-05-26T06:08:22.472Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-05-26T06:08:22.476Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-26T06:08:22.476Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||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-05-26T06:08:22.480Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||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-05-26T06:08:22.481Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6382f2af-045d-4cf9-82c2-faf8dc8debe7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-26T06:08:22.482Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-26T06:08:22.483Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:08:22.484Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:08:22.485Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545302482,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-26T06:08:22.584Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-26T06:08:22.585Z||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-05-26T06:08:22.585Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:08:22.600Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:08:22.601Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-26T06:08:23.497Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:08:23.497Z||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-05-26T06:08:23.497Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:08:27.952Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:08:27.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-26T06:08:27.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f8eaf845-a2c4-4c08-b150-6004836b8049","serviceName":"basic_onboard_ebdRKP","serviceVersion":"1.0","serviceUUID":"a8431ce8-4e56-4a2a-965a-9afe801c55f9","serviceDescription":"service","serviceInvariantUUID":"2db5ee09-0ae6-4874-8e0b-b3903710f0d8","resources":[{"resourceInstanceName":"basic_onboard_ebdRKP 0","resourceName":"basic_onboard_ebdRKP","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d88db14e-5f1a-42ba-a605-2b2fb1b3c5c1","resourceInvariantUUID":"2cf8b1e3-c90a-41c0-960a-5f22145922a9","resourceCustomizationUUID":"c456519b-1d22-4f86-8b05-d43abfacf58f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vf-license-model.xml","artifactChecksum":"YTZmNDQzZTFhN2VjZDk2MWNmNDJlNWNjOGQzYjVmMzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"35e0fb35-6b11-4959-b469-3ce1d60d0c21","artifactVersion":"1"},{"artifactName":"basic_onboard_ebdrkp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json","artifactChecksum":"MjYxZmNkNTljMGQ2YmUzYmI5NDg3YjFhMGRiMzMxYTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"565fa36e-cfe8-46dd-8a72-cd5ff2611789","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"03e4de29-8722-465a-a544-d12984ad09ee","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5a1dc12a-62f1-4a0c-8cd0-1d053d4a13b9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"18e9f824-2004-4385-8044-0771701ca808","artifactVersion":"2","generatedFromUUID":"03e4de29-8722-465a-a544-d12984ad09ee"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardEbdrkp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-template.yml","artifactChecksum":"OGVkYTNkNTBmMGEwY2ZhM2E0MWQyZjRmZjY2NzJhZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dfd08de0-3e1c-4c7e-aebd-049c649b64fb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardEbdrkp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar","artifactChecksum":"MmZlNTkyNTFlYmEzMTk0MzJjNzVlYTNkMzA1N2NmYWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c12722f2-5b18-450e-8fe5-9469aea2330e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-26T06:08:27.956Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-26T06:08:27.956Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:08:27.958Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:08:27.958Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545303497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:08:28.058Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:08:28.059Z||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-05-26T06:08:28.059Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:08:28.075Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:08:28.076Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:08:28.959Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-26T06:08:28.960Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:08:28.961Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:08:28.962Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545303497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json",
"status": "NOTIFIED"
}
2022-05-26T06:08:29.062Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:08:29.063Z||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-05-26T06:08:29.064Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:08:29.082Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:08:29.083Z||pool-20-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:08:29.962Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-26T06:08:29.963Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:08:29.964Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:08:29.965Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545303497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-26T06:08:30.065Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:08:30.065Z||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-05-26T06:08:30.066Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:08:30.084Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:08:30.085Z||pool-21-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:08:30.965Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-26T06:08:30.966Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:08:30.968Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:08:30.968Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545303497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:08:31.068Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:08:31.069Z||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-05-26T06:08:31.069Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:08:31.083Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:08:31.083Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:08:31.969Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-26T06:08:31.969Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:08:31.971Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:08:31.971Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545303497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-26T06:08:32.071Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:08:32.072Z||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-05-26T06:08:32.072Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:08:32.087Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:08:32.087Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:08:32.972Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-26T06:08:32.973Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:08:32.975Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:08:32.975Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545303497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:08:33.075Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:08:33.076Z||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-05-26T06:08:33.076Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:08:33.090Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:08:33.090Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:08:33.975Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-26T06:08:33.976Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:08:33.978Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:08:33.978Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545303497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar",
"status": "NOTIFIED"
}
2022-05-26T06:08:34.078Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:08:34.079Z||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-05-26T06:08:34.080Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:08:34.093Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:08:34.094Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:08:34.980Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"serviceName": "basic_onboard_ebdRKP",
"serviceVersion": "1.0",
"serviceUUID": "a8431ce8-4e56-4a2a-965a-9afe801c55f9",
"serviceDescription": "service",
"serviceInvariantUUID": "2db5ee09-0ae6-4874-8e0b-b3903710f0d8",
"resources": [
{
"resourceInstanceName": "basic_onboard_ebdRKP 0",
"resourceCustomizationUUID": "c456519b-1d22-4f86-8b05-d43abfacf58f",
"resourceName": "basic_onboard_ebdRKP",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d88db14e-5f1a-42ba-a605-2b2fb1b3c5c1",
"resourceInvariantUUID": "2cf8b1e3-c90a-41c0-960a-5f22145922a9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ebdrkp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json",
"artifactChecksum": "MjYxZmNkNTljMGQ2YmUzYmI5NDg3YjFhMGRiMzMxYTY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "565fa36e-cfe8-46dd-8a72-cd5ff2611789",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "03e4de29-8722-465a-a544-d12984ad09ee",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "18e9f824-2004-4385-8044-0771701ca808",
"generatedFromUUID": "03e4de29-8722-465a-a544-d12984ad09ee"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "18e9f824-2004-4385-8044-0771701ca808",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardEbdrkp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar",
"artifactChecksum": "MmZlNTkyNTFlYmEzMTk0MzJjNzVlYTNkMzA1N2NmYWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c12722f2-5b18-450e-8fe5-9469aea2330e"
}
],
"workloadContext": "Production"
}
2022-05-26T06:08:34.980Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-26T06:08:34.980Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a8431ce8-4e56-4a2a-965a-9afe801c55f9 ASDC
2022-05-26T06:08:34.981Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f8eaf845-a2c4-4c08-b150-6004836b8049
ServiceName:basic_onboard_ebdRKP
ServiceVersion:1.0
ServiceUUID:a8431ce8-4e56-4a2a-965a-9afe801c55f9
ServiceInvariantUUID:2db5ee09-0ae6-4874-8e0b-b3903710f0d8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardEbdrkp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar
ArtifactUUID:c12722f2-5b18-450e-8fe5-9469aea2330e
ArtifactChecksum:MmZlNTkyNTFlYmEzMTk0MzJjNzVlYTNkMzA1N2NmYWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ebdRKP 0
ResourceCustomizationUUID:c456519b-1d22-4f86-8b05-d43abfacf58f
ResourceInvariantUUID:2cf8b1e3-c90a-41c0-960a-5f22145922a9
ResourceName:basic_onboard_ebdRKP
ResourceType:VF
ResourceUUID:d88db14e-5f1a-42ba-a605-2b2fb1b3c5c1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ebdrkp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json
ArtifactUUID:565fa36e-cfe8-46dd-8a72-cd5ff2611789
ArtifactChecksum:MjYxZmNkNTljMGQ2YmUzYmI5NDg3YjFhMGRiMzMxYTY=
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/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:03e4de29-8722-465a-a544-d12984ad09ee
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/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env
ArtifactUUID:18e9f824-2004-4385-8044-0771701ca808
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/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env
ArtifactUUID:18e9f824-2004-4385-8044-0771701ca808
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-26T06:08:34.981Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a8431ce8-4e56-4a2a-965a-9afe801c55f9 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-05-26T06:08:35.011Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-26T06:08:35.011Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-26T06:08:35.011Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-26T06:08:35.011Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c12722f2-5b18-450e-8fe5-9469aea2330e from URL: /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar
2022-05-26T06:08:35.011Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-26T06:08:35.012Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar
2022-05-26T06:08:35.577Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-26T06:08:35.580Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar c12722f2-5b18-450e-8fe5-9469aea2330e 71568
2022-05-26T06:08:35.580Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar ASDC sendASDCNotification
2022-05-26T06:08:35.580Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar
2022-05-26T06:08:35.580Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-26T06:08:35.581Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:08:35.583Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:08:35.583Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545315580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:08:35.683Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:08:35.683Z||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-05-26T06:08:35.683Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:08:35.697Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:08:35.697Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:08:36.583Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-26T06:08:36.584Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-26T06:08:36.584Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c12722f2-5b18-450e-8fe5-9469aea2330e, URL: /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar to file: /app/ASDC/1/service-BasicOnboardEbdrkp-csar.csar
2022-05-26T06:08:36.585Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardEbdrkp-csar.csar
2022-05-26T06:08:36.585Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardEbdrkp-csar.csar
2022-05-26T06:08:36.585Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardEbdrkp-csar.csar
2022-05-26T06:08:36.708Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14532981361990162171/Definitions/service-BasicOnboardEbdrkp-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-05-26T06:08:37.823Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-26T06:08:37.823Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-26T06:08:37.824Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardEbdrkp-csar.csar
2022-05-26T06:08:37.824Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-26T06:08:37.824Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||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-BasicOnboardEbdrkp-csar.csar
2022-05-26T06:08:37.824Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEbdrkp-csar.csar
2022-05-26T06:08:37.824Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEbdrkp-csar.csar
2022-05-26T06:08:37.824Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEbdrkp-csar.csar
2022-05-26T06:08:37.824Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ebdRKP 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-BasicOnboardEbdrkp-csar.csar
2022-05-26T06:08:37.824Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardEbdrkp-csar.csar
2022-05-26T06:08:37.825Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardEbdrkp-csar.csar
2022-05-26T06:08:37.825Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEbdrkp-csar.csar
2022-05-26T06:08:37.825Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardEbdrkp-csar.csar
2022-05-26T06:08:37.825Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-26T06:08:37.825Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:08:37.825Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:08:37.825Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ebdRKP 0 is matching search criteria
2022-05-26T06:08:37.826Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-26T06:08:37.826Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ebdRKP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-26T06:08:37.826Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:08:37.826Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:08:37.826Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ebdRKP 0 is matching search criteria
2022-05-26T06:08:37.827Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-26T06:08:37.827Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ebdRKP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-26T06:08:37.827Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:08:37.827Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:08:37.827Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:08:37.827Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ebdRKP 0 is not matching search criteria
2022-05-26T06:08:37.828Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-26T06:08:37.828Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-26T06:08:37.828Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-26T06:08:37.828Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-26T06:08:37.828Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-26T06:08:37.828Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:08:37.828Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-26T06:08:37.829Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:08:37.829Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ebdRKP 0 is matching search criteria
2022-05-26T06:08:37.829Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ebdRKP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-26T06:08:37.829Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:08:37.829Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ebdRKP 0 is matching search criteria
2022-05-26T06:08:37.829Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ebdRKP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-26T06:08:37.830Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:08:37.830Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ebdRKP 0 is matching search criteria
2022-05-26T06:08:37.830Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ebdRKP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-26T06:08:37.830Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:08:37.830Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ebdRKP 0 is not matching search criteria
2022-05-26T06:08:37.830Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-26T06:08:37.831Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-26T06:08:37.831Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a05b4b1c-802c-4223-9771-30569b522729
2022-05-26T06:08:37.831Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:08:37.831Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:08:37.831Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:08:37.831Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:08:37.831Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:08:37.832Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:08:37.832Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:08:37.832Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:08:37.832Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_ebdRKP
Description:service
Model UUID:a8431ce8-4e56-4a2a-965a-9afe801c55f9
Model Version:NULL
Model InvariantUuid:2db5ee09-0ae6-4874-8e0b-b3903710f0d8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_ebdRKP
Model UUID:867927c0-1585-4659-9a5e-ed656cbae514
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2cf8b1e3-c90a-41c0-960a-5f22145922a9
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c456519b-1d22-4f86-8b05-d43abfacf58f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:42f84131-d45d-4599-9b7a-c600a4442ade
ModelName:BasicOnboardEbdrkp..base_ubuntu18..module-0
ModelUuid:e4fec324-84e5-45c6-9168-5b26b59a55b6
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a05b4b1c-802c-4223-9771-30569b522729
ModelInvariantUuid:79084063-517e-499e-9075-450d1bf13ed1
ModelName:basic_onboard_ebdRKP-nodes.ubuntu18Cvfc
ModelUuid:a7cb98cf-e2e4-4e41-9cc1-ea4526f364a3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:e43afe22-b07a-430a-8d85-ef78745b9eff
ModelInvariantUuid:ca74fd3c-ae6f-4c5e-a793-fa2944728163
ModelName:BasicOnboardEbdrkp.compute.nodes.heat.ubuntu18
ModelUuid:909b70b9-07cc-43af-a925-a2997f74f8a2
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-05-26T06:08:37.841Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: d88db14e-5f1a-42ba-a605-2b2fb1b3c5c1
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-05-26T06:08:37.844Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||basic_onboard_ebdRKP 0
2022-05-26T06:08:37.844Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d88db14e-5f1a-42ba-a605-2b2fb1b3c5c1
2022-05-26T06:08:37.844Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 565fa36e-cfe8-46dd-8a72-cd5ff2611789 from URL: /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json
2022-05-26T06:08:37.844Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-26T06:08:37.844Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json
2022-05-26T06:08:38.085Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-26T06:08:38.085Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json 565fa36e-cfe8-46dd-8a72-cd5ff2611789 798
2022-05-26T06:08:38.086Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json ASDC sendASDCNotification
2022-05-26T06:08:38.086Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json
2022-05-26T06:08:38.086Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-26T06:08:38.086Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:08:38.088Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:08:38.088Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545318086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:08:38.189Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:08:38.189Z||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-05-26T06:08:38.189Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:08:38.203Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:08:38.203Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:08:39.089Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardEbdrkp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "42f84131-d45d-4599-9b7a-c600a4442ade",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e4fec324-84e5-45c6-9168-5b26b59a55b6",
"vfModuleModelCustomizationUUID": "8e6b1738-7f08-401e-8452-4aa70c59d764",
"isBase": true,
"artifacts": [
"03e4de29-8722-465a-a544-d12984ad09ee",
"18e9f824-2004-4385-8044-0771701ca808"
],
"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-05-26T06:08:39.094Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEbdrkp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e4fec324-84e5-45c6-9168-5b26b59a55b6
VfModuleModelInvariantUUID:42f84131-d45d-4599-9b7a-c600a4442ade
VfModuleModelDescription:NULL
Artifacts UUID List:{
03e4de29-8722-465a-a544-d12984ad09ee
,
18e9f824-2004-4385-8044-0771701ca808
}
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-05-26T06:08:39.096Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardEbdrkp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "42f84131-d45d-4599-9b7a-c600a4442ade",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e4fec324-84e5-45c6-9168-5b26b59a55b6",
"vfModuleModelCustomizationUUID": "8e6b1738-7f08-401e-8452-4aa70c59d764",
"isBase": true,
"artifacts": [
"03e4de29-8722-465a-a544-d12984ad09ee",
"18e9f824-2004-4385-8044-0771701ca808"
],
"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-05-26T06:08:39.096Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEbdrkp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e4fec324-84e5-45c6-9168-5b26b59a55b6
VfModuleModelInvariantUUID:42f84131-d45d-4599-9b7a-c600a4442ade
VfModuleModelDescription:NULL
Artifacts UUID List:{
03e4de29-8722-465a-a544-d12984ad09ee
,
18e9f824-2004-4385-8044-0771701ca808
}
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-05-26T06:08:39.097Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 03e4de29-8722-465a-a544-d12984ad09ee from URL: /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml
2022-05-26T06:08:39.097Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-26T06:08:39.097Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml
2022-05-26T06:08:39.294Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-26T06:08:39.295Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml 03e4de29-8722-465a-a544-d12984ad09ee 5033
2022-05-26T06:08:39.295Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-26T06:08:39.295Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml
2022-05-26T06:08:39.295Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-26T06:08:39.296Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:08:39.298Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:08:39.298Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545319295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:08:39.398Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:08:39.399Z||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-05-26T06:08:39.399Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:08:39.414Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:08:39.415Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:08:40.299Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 18e9f824-2004-4385-8044-0771701ca808 from URL: /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env
2022-05-26T06:08:40.299Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-26T06:08:40.299Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env
2022-05-26T06:08:40.481Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-26T06:08:40.482Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env 18e9f824-2004-4385-8044-0771701ca808 909
2022-05-26T06:08:40.482Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-26T06:08:40.482Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env
2022-05-26T06:08:40.482Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-26T06:08:40.482Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:08:40.484Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:08:40.485Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545320482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:08:40.584Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-26T06:08:40.585Z||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-05-26T06:08:40.585Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:08:40.599Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:08:40.600Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:08:41.485Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: a8431ce8-4e56-4a2a-965a-9afe801c55f9
2022-05-26T06:08:41.486Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ebdRKP 0 d88db14e-5f1a-42ba-a605-2b2fb1b3c5c1 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-05-26T06:08:41.500Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@65151d37, org.onap.sdc.toscaparser.api.parameters.Input@2a64e771, org.onap.sdc.toscaparser.api.parameters.Input@1f226768, org.onap.sdc.toscaparser.api.parameters.Input@3b86ba5, org.onap.sdc.toscaparser.api.parameters.Input@4e893240]
2022-05-26T06:08:41.502Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:08:41.502Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:08:41.502Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-05-26T06:08:41.502Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= c456519b-1d22-4f86-8b05-d43abfacf58f
2022-05-26T06:08:41.503Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c456519b-1d22-4f86-8b05-d43abfacf58f matches Tosca VF Customization UUID: c456519b-1d22-4f86-8b05-d43abfacf58f
2022-05-26T06:08:41.503Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: c456519b-1d22-4f86-8b05-d43abfacf58f 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-05-26T06:08:41.505Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:08:41.505Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:08:41.506Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id c456519b-1d22-4f86-8b05-d43abfacf58f: {\"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-05-26T06:08:41.506Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@f6b82a4
2022-05-26T06:08:41.506Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:08:41.506Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-26T06:08:41.507Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8e6b1738-7f08-401e-8452-4aa70c59d764
2022-05-26T06:08:41.507Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8e6b1738-7f08-401e-8452-4aa70c59d764
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-05-26T06:08:41.510Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:08:41.510Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ebdRKP 0 is matching search criteria
2022-05-26T06:08:41.511Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ebdRKP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-26T06:08:41.511Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:08:41.511Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ebdRKP 0 is matching search criteria
2022-05-26T06:08:41.511Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ebdRKP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-26T06:08:41.512Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:08:41.512Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ebdRKP 0 is not matching search criteria
2022-05-26T06:08:41.512Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-26T06:08:41.512Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-26T06:08:41.512Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a05b4b1c-802c-4223-9771-30569b522729
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-05-26T06:08:41.515Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:08:41.515Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ebdRKP 0 is matching search criteria
2022-05-26T06:08:41.515Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ebdRKP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-26T06:08:41.515Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:08:41.516Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ebdRKP 0 is matching search criteria
2022-05-26T06:08:41.516Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ebdRKP 0] matching following query criteria: sdcType=VF, customizationUUID=c456519b-1d22-4f86-8b05-d43abfacf58f
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-05-26T06:08:41.518Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:08:41.518Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:08:41.518Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid a8431ce8-4e56-4a2a-965a-9afe801c55f9: basic_onboard_ebdRKP
2022-05-26T06:08:41.519Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:08:41.519Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:08:41.519Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:08:41.519Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:08:41.519Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:08:41.520Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:08:41.520Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:08:41.520Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:08:41.520Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:08:41.521Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ebdRKP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:08:41.521Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_ebdRKP
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-05-26T06:08:41.598Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ebdRKP d88db14e-5f1a-42ba-a605-2b2fb1b3c5c1 1 ASDC deployResourceStructure
2022-05-26T06:08:41.599Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json ASDC sendASDCNotification
2022-05-26T06:08:41.599Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json
2022-05-26T06:08:41.599Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-26T06:08:41.599Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:08:41.602Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:08:41.602Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545321599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-26T06:08:41.702Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:08:41.703Z||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-05-26T06:08:41.703Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:08:41.716Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:08:41.716Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:08:42.603Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-26T06:08:42.604Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml
2022-05-26T06:08:42.604Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-26T06:08:42.605Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:08:42.607Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:08:42.607Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545322603,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-26T06:08:42.708Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:08:42.708Z||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-05-26T06:08:42.709Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:08:42.724Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:08:42.724Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-26T06:08:43.608Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-26T06:08:43.609Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env
2022-05-26T06:08:43.609Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-26T06:08:43.609Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:08:43.612Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:08:43.612Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545323608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-26T06:08:43.712Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:08:43.712Z||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-05-26T06:08:43.713Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:08:43.727Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:08:43.727Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:08:44.613Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar ASDC sendASDCNotification
2022-05-26T06:08:44.614Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar
2022-05-26T06:08:44.614Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-26T06:08:44.614Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:08:44.630Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:08:44.631Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545324613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-26T06:08:44.717Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-05-26T06:08:44.718Z||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-05-26T06:08:44.718Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:08:44.734Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:08:44.735Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:08:45.632Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8eaf845-a2c4-4c08-b150-6004836b8049
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-05-26T06:08:45.641Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8eaf845-a2c4-4c08-b150-6004836b8049
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-05-26T06:08:45.645Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-26T06:08:45.645Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-26T06:08:45.646Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-26T06:08:45.646Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-26T06:08:45.646Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-26T06:08:45.646Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-26T06:08:45.646Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-26T06:08:45.647Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-26T06:08:45.647Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-26T06:08:45.647Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-26T06:08:45.647Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||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-05-26T06:08:45.652Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-26T06:09:15.652Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f8eaf845-a2c4-4c08-b150-6004836b8049 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-05-26T06:09:15.665Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f8eaf845-a2c4-4c08-b150-6004836b8049 and serviceModelVersionId: a8431ce8-4e56-4a2a-965a-9afe801c55f9
2022-05-26T06:09:15.665Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2db5ee09-0ae6-4874-8e0b-b3903710f0d8
2022-05-26T06:09:15.666Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2db5ee09-0ae6-4874-8e0b-b3903710f0d8/model-vers/model-ver/a8431ce8-4e56-4a2a-965a-9afe801c55f9?depth=0
2022-05-26T06:09:15.667Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:09:15.669Z||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-05-26T06:09:15.669Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:09:15.672Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-05-26T06:09:15.724Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2db5ee09-0ae6-4874-8e0b-b3903710f0d8/model-vers/model-ver/a8431ce8-4e56-4a2a-965a-9afe801c55f9?depth=0|INFO|500||Invoke
2022-05-26T06:09:15.725Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2db5ee09-0ae6-4874-8e0b-b3903710f0d8/model-vers/model-ver/a8431ce8-4e56-4a2a-965a-9afe801c55f9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2db5ee09-0ae6-4874-8e0b-b3903710f0d8/model-vers/model-ver/a8431ce8-4e56-4a2a-965a-9afe801c55f9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f8eaf845-a2c4-4c08-b150-6004836b8049], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[75e1d67e-cd1b-4047-86ea-ef9547882019], X-ECOMP-RequestID=[f8eaf845-a2c4-4c08-b150-6004836b8049], X-TransactionId=[], X-ONAP-RequestID=[f8eaf845-a2c4-4c08-b150-6004836b8049], Content-Type=[application/merge-patch+json]}
2022-05-26T06:09:15.755Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2db5ee09-0ae6-4874-8e0b-b3903710f0d8/model-vers/model-ver/a8431ce8-4e56-4a2a-965a-9afe801c55f9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-26T06:09:15.882Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2db5ee09-0ae6-4874-8e0b-b3903710f0d8/model-vers/model-ver/a8431ce8-4e56-4a2a-965a-9afe801c55f9?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/2db5ee09-0ae6-4874-8e0b-b3903710f0d8/model-vers/model-ver/a8431ce8-4e56-4a2a-965a-9afe801c55f9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220526-06:09:16:142-1304], vertex-id=[225464], Content-Length=[0], Date=[Thu, 26 May 2022 06:09:16 GMT], Content-Type=[application/json]}
2022-05-26T06:09:15.882Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2db5ee09-0ae6-4874-8e0b-b3903710f0d8/model-vers/model-ver/a8431ce8-4e56-4a2a-965a-9afe801c55f9?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-26T06:09:15.883Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2db5ee09-0ae6-4874-8e0b-b3903710f0d8/model-vers/model-ver/a8431ce8-4e56-4a2a-965a-9afe801c55f9?depth=0|INFO|500||InvokeReturn
2022-05-26T06:09:15.883Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-26T06:09:15.884Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||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-05-26T06:09:15.889Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||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-05-26T06:09:15.889Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f8eaf845-a2c4-4c08-b150-6004836b8049 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-26T06:09:15.889Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-26T06:09:15.890Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:09:15.892Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:09:15.893Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545355889,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-26T06:09:15.992Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-26T06:09:15.993Z||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-05-26T06:09:15.993Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:09:16.006Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:09:16.007Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:09:16.021Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:09:16.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:09:16.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6382f2af-045d-4cf9-82c2-faf8dc8debe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545302482,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-26T06:09:16.023Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:09:16.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:09:16.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545303497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:09:16.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:09:16.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:09:16.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545303497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json",
"status": "NOTIFIED"
}
2022-05-26T06:09:16.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:09:16.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:09:16.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545303497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-26T06:09:16.024Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:09:16.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:09:16.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545303497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:09:16.024Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:09:16.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:09:16.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545303497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-26T06:09:16.024Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:09:16.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:09:16.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545303497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:09:16.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:09:16.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:09:16.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545303497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar",
"status": "NOTIFIED"
}
2022-05-26T06:09:16.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-26T06:09:16.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:09:16.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545315580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:09:16.025Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:09:16.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:09:16.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545318086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:09:16.026Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:09:16.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:09:16.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545319295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:09:16.026Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:09:16.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:09:16.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545320482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:09:16.026Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:09:16.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:09:16.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545321599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/basic_onboard_ebdrkp0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-26T06:09:16.027Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:09:16.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:09:16.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545322603,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-26T06:09:16.027Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:09:16.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:09:16.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545323608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/resourceInstances/basic_onboard_ebdrkp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-26T06:09:16.027Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:09:16.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:09:16.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545324613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEbdrkp/1.0/artifacts/service-BasicOnboardEbdrkp-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-26T06:09:16.028Z||pool-2-thread-9|||||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-05-26T06:09:16.905Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:09:16.906Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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-05-26T06:09:16.907Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:09:26.471Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:09:26.473Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:09:26.474Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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-05-26T06:09:26.474Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:09:36.044Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:09:36.045Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:09:36.046Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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-05-26T06:09:36.047Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:09:45.588Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:10:15.664Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:10:15.666Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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-05-26T06:10:15.666Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:10:15.667Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:10:15.668Z||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-05-26T06:10:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:10:16.201Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:10:16.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-26T06:10:16.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8eaf845-a2c4-4c08-b150-6004836b8049",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545355889,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-26T06:10:16.203Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:10:25.215Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:11:15.663Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:11:15.664Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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-05-26T06:11:15.664Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:11:15.667Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:11:15.667Z||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-05-26T06:11:15.667Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:11:25.206Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:11:25.210Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:12:15.663Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:12:15.664Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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-05-26T06:12:15.664Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:12:15.667Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:12:15.667Z||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-05-26T06:12:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:12:25.208Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:12:25.210Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:13:15.663Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:13:15.664Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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-05-26T06:13:15.664Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:13:15.667Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:13:15.667Z||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-05-26T06:13:15.667Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:13:25.214Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:13:25.217Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:14:15.663Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:14:15.664Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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-05-26T06:14:15.664Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:14:15.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:14:15.667Z||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-05-26T06:14:15.667Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:14:25.213Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:14:25.215Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:15:15.663Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:15:15.664Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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-05-26T06:15:15.664Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:15:15.667Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:15:15.667Z||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-05-26T06:15:15.667Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:15:25.218Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:15:25.218Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:16:15.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:16:15.664Z||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-05-26T06:16:15.664Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:16:15.667Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:16:15.667Z||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-05-26T06:16:15.668Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:16:25.210Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:16:25.222Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:17:15.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:17:15.664Z||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-05-26T06:17:15.664Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:17:15.667Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:17:15.667Z||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-05-26T06:17:15.667Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:17:25.217Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:17:25.221Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:18:15.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:18:15.664Z||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-05-26T06:18:15.665Z||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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:18:15.667Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:18:15.667Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|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-05-26T06:18:15.668Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:18:16.307Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:18:16.307Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:18:16.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-26T06:18:16.309Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-26T06:18:16.309Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "cds",
"timestamp": 1653545849979,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:18:16.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"98a65fbb-3657-40d5-9e16-5b099d003274","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"89f7d147-c01e-47f8-bbbe-179710bc9405","serviceDescription":"service","serviceInvariantUUID":"0f614c98-51e8-4478-9f7c-673b69423db8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"3127b501-b668-481d-b7ae-7ab399b34e43","resourceInvariantUUID":"3b2b27f9-111b-47a3-9341-31449678998b","resourceCustomizationUUID":"5481869d-aa65-45c0-b84b-c54b43d79f85","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":"ZGI5NGMwNTM2Njc2NGI2NTIwOWZjYzI2OTc4M2M3MTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"02009919-4352-47f5-a182-b514a04e7eec","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjdlZDUzMzU1NGM1ZGIwMzQ5OTY4NzA0ODkyODhlZjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d40154bf-f970-4047-8690-ee7f9420c311","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-26T06:18:16.311Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-26T06:18:16.312Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-26T06:18:16.312Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "aai-ml",
"timestamp": 1653545857289,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:18:16.312Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-26T06:18:16.312Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-26T06:18:16.312Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "policy-id",
"timestamp": 1653545854230,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:18:16.313Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-26T06:18:16.313Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-26T06:18:16.313Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "cds",
"timestamp": 1653545849979,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-26T06:18:16.313Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-26T06:18:16.313Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-26T06:18:16.313Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "aai-ml",
"timestamp": 1653545857289,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-26T06:18:16.313Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-26T06:18:16.313Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-26T06:18:16.313Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "policy-id",
"timestamp": 1653545854230,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-26T06:18:16.314Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-26T06:18:16.314Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-26T06:18:16.314Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "aai-ml",
"timestamp": 1653545861273,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:18:16.314Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:18:16.314Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-26T06:18:16.314Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "cds",
"timestamp": 1653545860872,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:18:16.315Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-26T06:18:16.315Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:18:16.315Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-26T06:18:16.315Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "policy-id",
"timestamp": 1653545861290,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:18:16.315Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:18:16.315Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-26T06:18:16.315Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "cds",
"timestamp": 1653545861880,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-05-26T06:18:16.315Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:18:16.318Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:18:16.319Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545895663,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
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-05-26T06:18:16.336Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 98a65fbb-3657-40d5-9e16-5b099d003274
2022-05-26T06:18:16.336Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98a65fbb-3657-40d5-9e16-5b099d003274 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-05-26T06:18:16.344Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-26T06:18:16.344Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "policy-id",
"timestamp": 1653545862295,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-26T06:18:16.345Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:18:16.345Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-26T06:18:16.345Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "policy-id",
"timestamp": 1653545863297,
"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-05-26T06:18:16.349Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 98a65fbb-3657-40d5-9e16-5b099d003274
2022-05-26T06:18:16.350Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98a65fbb-3657-40d5-9e16-5b099d003274 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-05-26T06:18:16.359Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-26T06:18:16.359Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "ves-openapi-manager",
"timestamp": 1653545863638,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:18:16.360Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-26T06:18:16.360Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-26T06:18:16.360Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "ves-openapi-manager",
"timestamp": 1653545863638,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:18:16.360Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-26T06:18:16.360Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-26T06:18:16.360Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "clamp",
"timestamp": 1653545865098,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:18:16.361Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-26T06:18:16.361Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-26T06:18:16.361Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653545865095,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:18:16.361Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-26T06:18:16.361Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-26T06:18:16.361Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "aai-ml",
"timestamp": 1653545865977,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-26T06:18:16.361Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:18:16.362Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-26T06:18:16.362Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "clamp",
"timestamp": 1653545865098,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-26T06:18:16.362Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-26T06:18:16.362Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-26T06:18:16.362Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653545865095,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-26T06:18:16.362Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-26T06:18:16.363Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-26T06:18:16.363Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "aai-ml",
"timestamp": 1653545866982,
"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-05-26T06:18:16.368Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 98a65fbb-3657-40d5-9e16-5b099d003274
2022-05-26T06:18:16.368Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98a65fbb-3657-40d5-9e16-5b099d003274 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-05-26T06:18:16.382Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-26T06:18:16.382Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "clamp",
"timestamp": 1653545878090,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:18:16.383Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:18:16.383Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-26T06:18:16.383Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653545877431,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:18:16.383Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-26T06:18:16.383Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-26T06:18:16.383Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653545877431,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-26T06:18:16.384Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-26T06:18:16.384Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-26T06:18:16.384Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653545880362,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:18:16.384Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:18:16.384Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-26T06:18:16.384Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "clamp",
"timestamp": 1653545881093,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-26T06:18:16.385Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:18:16.385Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-26T06:18:16.385Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "clamp",
"timestamp": 1653545882098,
"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-05-26T06:18:16.392Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 98a65fbb-3657-40d5-9e16-5b099d003274
2022-05-26T06:18:16.392Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98a65fbb-3657-40d5-9e16-5b099d003274 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-05-26T06:18:16.411Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-26T06:18:16.411Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653545882135,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-26T06:18:16.412Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-26T06:18:16.412Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-26T06:18:16.413Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653545883139,
"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-05-26T06:18:16.418Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 98a65fbb-3657-40d5-9e16-5b099d003274
2022-05-26T06:18:16.418Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98a65fbb-3657-40d5-9e16-5b099d003274 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=?
2022-05-26T06:18:16.420Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-26T06:18:16.421Z||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-05-26T06:18:16.422Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-26T06:18:16.460Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:18:16.460Z||pool-35-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:18:17.319Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-26T06:18:17.321Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:18:17.323Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:18:17.323Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545895663,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-26T06:18:17.425Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-26T06:18:17.426Z||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-05-26T06:18:17.426Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:18:17.443Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:18:17.444Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-26T06:18:18.325Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "89f7d147-c01e-47f8-bbbe-179710bc9405",
"serviceDescription": "service",
"serviceInvariantUUID": "0f614c98-51e8-4478-9f7c-673b69423db8",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "5481869d-aa65-45c0-b84b-c54b43d79f85",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "3127b501-b668-481d-b7ae-7ab399b34e43",
"resourceInvariantUUID": "3b2b27f9-111b-47a3-9341-31449678998b",
"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": "NjdlZDUzMzU1NGM1ZGIwMzQ5OTY4NzA0ODkyODhlZjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d40154bf-f970-4047-8690-ee7f9420c311"
}
],
"workloadContext": "Production"
}
2022-05-26T06:18:18.325Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-26T06:18:18.325Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 89f7d147-c01e-47f8-bbbe-179710bc9405 ASDC
2022-05-26T06:18:18.326Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:98a65fbb-3657-40d5-9e16-5b099d003274
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:89f7d147-c01e-47f8-bbbe-179710bc9405
ServiceInvariantUUID:0f614c98-51e8-4478-9f7c-673b69423db8
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:d40154bf-f970-4047-8690-ee7f9420c311
ArtifactChecksum:NjdlZDUzMzU1NGM1ZGIwMzQ5OTY4NzA0ODkyODhlZjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5481869d-aa65-45c0-b84b-c54b43d79f85
ResourceInvariantUUID:3b2b27f9-111b-47a3-9341-31449678998b
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:3127b501-b668-481d-b7ae-7ab399b34e43
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-05-26T06:18:18.327Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 89f7d147-c01e-47f8-bbbe-179710bc9405 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-05-26T06:18:18.355Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-26T06:18:18.356Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-26T06:18:18.357Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-26T06:18:18.357Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d40154bf-f970-4047-8690-ee7f9420c311 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-26T06:18:18.357Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-26T06:18:18.358Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-26T06:18:18.543Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-26T06:18:18.545Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d40154bf-f970-4047-8690-ee7f9420c311 52513
2022-05-26T06:18:18.546Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-26T06:18:18.546Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-26T06:18:18.546Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-26T06:18:18.547Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:18:18.552Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:18:18.552Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545898546,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:18:18.652Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-26T06:18:18.653Z||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-05-26T06:18:18.653Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:18:18.669Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:18:18.669Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:18:19.553Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-26T06:18:19.554Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-26T06:18:19.554Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: d40154bf-f970-4047-8690-ee7f9420c311, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-26T06:18:19.555Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-26T06:18:19.555Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-26T06:18:19.555Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-26T06:18:19.743Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3231590047789746135/Definitions/service-BasicNetwork-template.yml
2022-05-26T06:18:20.326Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-26T06:18:20.326Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-26T06:18:20.326Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-26T06:18:20.326Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-26T06:18:20.327Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||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-05-26T06:18:20.327Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||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-05-26T06:18:20.327Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||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-05-26T06:18:20.327Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||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-05-26T06:18:20.327Z|98a65fbb-3657-40d5-9e16-5b099d003274|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-BasicNetwork-csar.csar
2022-05-26T06:18:20.327Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||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-05-26T06:18:20.327Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||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-05-26T06:18:20.327Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||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-05-26T06:18:20.327Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-26T06:18:20.328Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:18:20.328Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:18:20.328Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-26T06:18:20.328Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-26T06:18:20.328Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-26T06:18:20.329Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:18:20.329Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:18:20.329Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-26T06:18:20.329Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-26T06:18:20.329Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-26T06:18:20.329Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:18:20.329Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:18:20.329Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:18:20.330Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:18:20.330Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:18:20.330Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:18:20.330Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:18:20.330Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:18:20.331Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:18:20.331Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:18:20.331Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:89f7d147-c01e-47f8-bbbe-179710bc9405
Model Version:NULL
Model InvariantUuid:0f614c98-51e8-4478-9f7c-673b69423db8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:3b2b27f9-111b-47a3-9341-31449678998b
Model UUID:9b7af8b3-fcf4-4a16-83cb-d41210cdca0d
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:5481869d-aa65-45c0-b84b-c54b43d79f85
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-05-26T06:18:20.343Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 3127b501-b668-481d-b7ae-7ab399b34e43
2022-05-26T06:18:20.343Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||No resources found for Service: 89f7d147-c01e-47f8-bbbe-179710bc9405
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-05-26T06:18:20.349Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||
2022-05-26T06:18:20.349Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-05-26T06:18:20.350Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 89f7d147-c01e-47f8-bbbe-179710bc9405
2022-05-26T06:18:20.351Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 89f7d147-c01e-47f8-bbbe-179710bc9405
2022-05-26T06:18:20.351Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-05-26T06:18:20.351Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||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-05-26T06:18:20.355Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@33067b04, org.onap.sdc.toscaparser.api.parameters.Input@3bd9af7f, org.onap.sdc.toscaparser.api.parameters.Input@7e5fdd4, org.onap.sdc.toscaparser.api.parameters.Input@3b1a364, org.onap.sdc.toscaparser.api.parameters.Input@36f264d]
2022-05-26T06:18:20.357Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:18:20.357Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:18:20.357Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:18:20.362Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:18:20.362Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 89f7d147-c01e-47f8-bbbe-179710bc9405: Generic NeutronNet
2022-05-26T06:18:20.363Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:18:20.363Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:18:20.363Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:18:20.363Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||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-05-26T06:18:20.402Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:18:20.403Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:18:20.403Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:18:20.403Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:18:20.403Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:18:20.404Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:18:20.404Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||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-05-26T06:18:20.471Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-05-26T06:18:20.471Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-26T06:18:20.472Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-26T06:18:20.472Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-26T06:18:20.472Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:18:20.474Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:18:20.474Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545900471,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-26T06:18:20.574Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:18:20.575Z||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-05-26T06:18:20.576Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:18:20.591Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:18:20.591Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:18:21.475Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98a65fbb-3657-40d5-9e16-5b099d003274
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-05-26T06:18:21.486Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98a65fbb-3657-40d5-9e16-5b099d003274
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-05-26T06:18:21.492Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-26T06:18:21.493Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-26T06:18:21.493Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-26T06:18:21.494Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-26T06:18:21.494Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-26T06:18:21.494Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-26T06:18:21.494Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-26T06:18:21.494Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-26T06:18:21.495Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-26T06:18:21.495Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-26T06:18:21.495Z|98a65fbb-3657-40d5-9e16-5b099d003274|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-05-26T06:18:21.500Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-26T06:18:51.501Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 98a65fbb-3657-40d5-9e16-5b099d003274 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-05-26T06:18:51.507Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 98a65fbb-3657-40d5-9e16-5b099d003274 and serviceModelVersionId: 89f7d147-c01e-47f8-bbbe-179710bc9405
2022-05-26T06:18:51.507Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0f614c98-51e8-4478-9f7c-673b69423db8
2022-05-26T06:18:51.508Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0f614c98-51e8-4478-9f7c-673b69423db8/model-vers/model-ver/89f7d147-c01e-47f8-bbbe-179710bc9405?depth=0
2022-05-26T06:18:51.531Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-05-26T06:18:51.580Z|98a65fbb-3657-40d5-9e16-5b099d003274|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/0f614c98-51e8-4478-9f7c-673b69423db8/model-vers/model-ver/89f7d147-c01e-47f8-bbbe-179710bc9405?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-05-26T06:18:51.581Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f614c98-51e8-4478-9f7c-673b69423db8/model-vers/model-ver/89f7d147-c01e-47f8-bbbe-179710bc9405?depth=0|INFO|500||Invoke
2022-05-26T06:18:51.601Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f614c98-51e8-4478-9f7c-673b69423db8/model-vers/model-ver/89f7d147-c01e-47f8-bbbe-179710bc9405?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-26T06:18:51.700Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f614c98-51e8-4478-9f7c-673b69423db8/model-vers/model-ver/89f7d147-c01e-47f8-bbbe-179710bc9405?depth=0|INFO|500||InvokeReturn
2022-05-26T06:18:51.701Z|98a65fbb-3657-40d5-9e16-5b099d003274|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/0f614c98-51e8-4478-9f7c-673b69423db8/model-vers/model-ver/89f7d147-c01e-47f8-bbbe-179710bc9405?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220526-06:18:51:995-66204], vertex-id=[200952], Content-Length=[0], Date=[Thu, 26 May 2022 06:18:51 GMT], Content-Type=[application/json]}
2022-05-26T06:18:51.702Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-05-26T06:18:51.702Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-26T06:18:51.702Z|98a65fbb-3657-40d5-9e16-5b099d003274|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-05-26T06:18:51.707Z|98a65fbb-3657-40d5-9e16-5b099d003274|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-05-26T06:18:51.707Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 98a65fbb-3657-40d5-9e16-5b099d003274 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-26T06:18:51.707Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-26T06:18:51.708Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:18:51.710Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:18:51.710Z|98a65fbb-3657-40d5-9e16-5b099d003274|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545931707,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-26T06:18:51.810Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:18:51.811Z||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-05-26T06:18:51.811Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:18:51.826Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:18:51.826Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 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-05-26T06:19:15.663Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:19:15.664Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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-05-26T06:19:15.664Z|f8eaf845-a2c4-4c08-b150-6004836b8049|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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:19:15.667Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-26T06:19:15.668Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|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-05-26T06:19:15.668Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|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 ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:19:15.790Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:19:15.791Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-26T06:19:15.791Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98a65fbb-3657-40d5-9e16-5b099d003274",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545895663,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:19:15.792Z|6382f2af-045d-4cf9-82c2-faf8dc8debe7|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-26T06:19:16.302Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:19:16.303Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-26T06:19:16.303Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f35daea5-aac6-4496-8674-738f3a42222a","serviceName":"Demo_pNF_CKmJWyLM1d7yfqNhXUrV","serviceVersion":"1.0","serviceUUID":"bdc0d2ad-27a1-4245-a21f-2bdf21534e56","serviceDescription":"catalog service description","serviceInvariantUUID":"bda65dfa-be03-4fc2-b053-280323ba7f67","resources":[{"resourceInstanceName":"pNF 3a75390c-5946 0","resourceName":"pNF 3a75390c-5946","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"62ee6298-8acc-4758-b6f7-942905ba7a25","resourceInvariantUUID":"0f73e19a-c387-4424-85c6-0adc82ac8a6b","resourceCustomizationUUID":"fa5e941a-cb95-40a3-8178-ba0505d1e7c4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/vf-license-model.xml","artifactChecksum":"YWU5ZWRiNmExZmFjMGQyYjdjYzM3Y2E0NjQ0OTAyNTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c0c6db03-f490-4c9b-b392-270871c6b528","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/pNF.csar","artifactChecksum":"YTZlZjFmNmE1MDg0MWZmZWMxNmU2MzgxM2RmMGNmNTI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"21ddb85c-83a0-4243-8a98-973fc2319c91","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6b2cff60-934f-4bcd-a449-240afb234005","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/vendor-license-model.xml","artifactChecksum":"MTNkYTM3NWZmYTMxY2IxMmIyNGZmZDlkZDA1ZjlhYTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a119febc-879a-41c7-9307-262c0ad0d683","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6f6ce365-814c-4232-b7b4-92241fcb3367","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"14e8140d-6780-4cc5-b8db-1fc62b4bf176","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCkmjwylm1d7yfqnhxurv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-template.yml","artifactChecksum":"YjdhMWYzNzZjNGViMzAyNWQ1ZDYwZDg4YzFiYWM0NGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a87ba262-886d-4275-ac8b-6b3fdd0320dc","artifactVersion":"1"},{"artifactName":"service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar","artifactChecksum":"NzcyZjNiOGM5ZDY3OWQxNTA0NjI1MjY0YjA1Y2UyNDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"051a9b90-2c7e-4fe1-8469-af36cf555972","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-26T06:19:16.305Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-26T06:19:16.305Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:19:16.307Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:19:16.307Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f35daea5-aac6-4496-8674-738f3a42222a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545955663,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:19:16.407Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:19:16.408Z||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-05-26T06:19:16.408Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:19:16.424Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:19:16.424Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:19:17.307Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-26T06:19:17.308Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:19:17.310Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:19:17.310Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f35daea5-aac6-4496-8674-738f3a42222a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545955663,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:19:17.410Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:19:17.411Z||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-05-26T06:19:17.411Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:19:17.430Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:19:17.431Z||pool-41-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:19:18.311Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-26T06:19:18.312Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:19:18.313Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:19:18.314Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f35daea5-aac6-4496-8674-738f3a42222a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545955663,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:19:18.414Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:19:18.414Z||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-05-26T06:19:18.415Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:19:18.429Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:19:18.429Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:19:19.314Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-26T06:19:19.315Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:19:19.317Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:19:19.317Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f35daea5-aac6-4496-8674-738f3a42222a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545955663,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:19:19.417Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:19:19.418Z||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-05-26T06:19:19.418Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:19:19.434Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:19:19.434Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-26T06:19:20.318Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-26T06:19:20.318Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:19:20.321Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:19:20.321Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f35daea5-aac6-4496-8674-738f3a42222a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545955663,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:19:20.421Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:19:20.421Z||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-05-26T06:19:20.422Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:19:20.446Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:19:20.446Z||pool-44-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:19:21.321Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-26T06:19:21.322Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:19:21.324Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:19:21.324Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f35daea5-aac6-4496-8674-738f3a42222a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545955663,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/resourceInstances/pnf3a75390c59460/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:19:21.424Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:19:21.425Z||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-05-26T06:19:21.426Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:19:21.439Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:19:21.440Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:19:22.325Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-26T06:19:22.326Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:19:22.328Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:19:22.328Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f35daea5-aac6-4496-8674-738f3a42222a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545955663,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-26T06:19:22.428Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-26T06:19:22.429Z||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-05-26T06:19:22.429Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:19:22.463Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:19:22.463Z||pool-46-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:19:23.329Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-26T06:19:23.330Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:19:23.332Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:19:23.332Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f35daea5-aac6-4496-8674-738f3a42222a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545955663,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar",
"status": "NOTIFIED"
}
2022-05-26T06:19:23.432Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:19:23.433Z||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-05-26T06:19:23.433Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:19:23.447Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:19:23.448Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:19:24.333Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "f35daea5-aac6-4496-8674-738f3a42222a",
"serviceName": "Demo_pNF_CKmJWyLM1d7yfqNhXUrV",
"serviceVersion": "1.0",
"serviceUUID": "bdc0d2ad-27a1-4245-a21f-2bdf21534e56",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "bda65dfa-be03-4fc2-b053-280323ba7f67",
"resources": [
{
"resourceInstanceName": "pNF 3a75390c-5946 0",
"resourceCustomizationUUID": "fa5e941a-cb95-40a3-8178-ba0505d1e7c4",
"resourceName": "pNF 3a75390c-5946",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "62ee6298-8acc-4758-b6f7-942905ba7a25",
"resourceInvariantUUID": "0f73e19a-c387-4424-85c6-0adc82ac8a6b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar",
"artifactChecksum": "NzcyZjNiOGM5ZDY3OWQxNTA0NjI1MjY0YjA1Y2UyNDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "051a9b90-2c7e-4fe1-8469-af36cf555972"
}
],
"workloadContext": "Production"
}
2022-05-26T06:19:24.333Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-26T06:19:24.334Z|f8eaf845-a2c4-4c08-b150-6004836b8049|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bdc0d2ad-27a1-4245-a21f-2bdf21534e56 ASDC
2022-05-26T06:19:24.334Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f35daea5-aac6-4496-8674-738f3a42222a
ServiceName:Demo_pNF_CKmJWyLM1d7yfqNhXUrV
ServiceVersion:1.0
ServiceUUID:bdc0d2ad-27a1-4245-a21f-2bdf21534e56
ServiceInvariantUUID:bda65dfa-be03-4fc2-b053-280323ba7f67
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar
ArtifactUUID:051a9b90-2c7e-4fe1-8469-af36cf555972
ArtifactChecksum:NzcyZjNiOGM5ZDY3OWQxNTA0NjI1MjY0YjA1Y2UyNDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3a75390c-5946 0
ResourceCustomizationUUID:fa5e941a-cb95-40a3-8178-ba0505d1e7c4
ResourceInvariantUUID:0f73e19a-c387-4424-85c6-0adc82ac8a6b
ResourceName:pNF 3a75390c-5946
ResourceType:PNF
ResourceUUID:62ee6298-8acc-4758-b6f7-942905ba7a25
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-05-26T06:19:24.334Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bdc0d2ad-27a1-4245-a21f-2bdf21534e56 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-05-26T06:19:24.359Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-26T06:19:24.360Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-26T06:19:24.360Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-26T06:19:24.360Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 051a9b90-2c7e-4fe1-8469-af36cf555972 from URL: /sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar
2022-05-26T06:19:24.360Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-26T06:19:24.361Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar
2022-05-26T06:19:24.548Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-26T06:19:24.551Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar 051a9b90-2c7e-4fe1-8469-af36cf555972 82644
2022-05-26T06:19:24.551Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar ASDC sendASDCNotification
2022-05-26T06:19:24.551Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar
2022-05-26T06:19:24.551Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-26T06:19:24.552Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-26T06:19:24.553Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-26T06:19:24.554Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f35daea5-aac6-4496-8674-738f3a42222a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653545964551,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-26T06:19:24.654Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-26T06:19:24.655Z||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-05-26T06:19:24.655Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ImwgBc0nSfw1Wqeb) ...
2022-05-26T06:19:24.668Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-26T06:19:24.668Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-26T06:19:25.554Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-26T06:19:25.564Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-26T06:19:25.564Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 051a9b90-2c7e-4fe1-8469-af36cf555972, URL: /sdc/v1/catalog/services/DemoPnfCkmjwylm1d7yfqnhxurv/1.0/artifacts/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar to file: /app/ASDC/1/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar
2022-05-26T06:19:25.564Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar
2022-05-26T06:19:25.565Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar
2022-05-26T06:19:25.565Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar
2022-05-26T06:19:25.656Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12162891071287909058/Definitions/service-DemoPnfCkmjwylm1d7yfqnhxurv-template.yml
2022-05-26T06:19:26.320Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-26T06:19:26.320Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-26T06:19:26.320Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar
2022-05-26T06:19:26.320Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-26T06:19:26.321Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3a75390c-5946 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-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar
2022-05-26T06:19:26.321Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||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-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar
2022-05-26T06:19:26.321Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar
2022-05-26T06:19:26.321Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||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-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar
2022-05-26T06:19:26.321Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar
2022-05-26T06:19:26.321Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar
2022-05-26T06:19:26.322Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCkmjwylm1d7yfqnhxurv-csar.csar
2022-05-26T06:19:26.322Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-26T06:19:26.322Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:19:26.322Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_CKmJWyLM1d7yfqNhXUrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:19:26.322Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Node template pNF 3a75390c-5946 0 is matching search criteria
2022-05-26T06:19:26.323Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-26T06:19:26.323Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 3a75390c-5946 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-26T06:19:26.323Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:19:26.323Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_CKmJWyLM1d7yfqNhXUrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:19:26.323Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Node template pNF 3a75390c-5946 0 is matching search criteria
2022-05-26T06:19:26.324Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-26T06:19:26.324Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 3a75390c-5946 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-26T06:19:26.324Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:19:26.324Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_CKmJWyLM1d7yfqNhXUrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:19:26.324Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:19:26.325Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_CKmJWyLM1d7yfqNhXUrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:19:26.325Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:19:26.325Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_CKmJWyLM1d7yfqNhXUrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:19:26.325Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:19:26.325Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_CKmJWyLM1d7yfqNhXUrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:19:26.326Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:19:26.326Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_CKmJWyLM1d7yfqNhXUrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:19:26.326Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_CKmJWyLM1d7yfqNhXUrV
Description:catalog service description
Model UUID:bdc0d2ad-27a1-4245-a21f-2bdf21534e56
Model Version:NULL
Model InvariantUuid:bda65dfa-be03-4fc2-b053-280323ba7f67
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-05-26T06:19:26.333Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 62ee6298-8acc-4758-b6f7-942905ba7a25
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-05-26T06:19:26.335Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||pNF 3a75390c-5946 0
2022-05-26T06:19:26.336Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 62ee6298-8acc-4758-b6f7-942905ba7a25
2022-05-26T06:19:26.336Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||No resources found for Service: bdc0d2ad-27a1-4245-a21f-2bdf21534e56
2022-05-26T06:19:26.336Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: bdc0d2ad-27a1-4245-a21f-2bdf21534e56
2022-05-26T06:19:26.336Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3a75390c-5946 0 62ee6298-8acc-4758-b6f7-942905ba7a25 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-05-26T06:19:26.340Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@12b8fb8f, org.onap.sdc.toscaparser.api.parameters.Input@11e33a20, org.onap.sdc.toscaparser.api.parameters.Input@6c6f173, org.onap.sdc.toscaparser.api.parameters.Input@12322c6b, org.onap.sdc.toscaparser.api.parameters.Input@4783d921]
2022-05-26T06:19:26.341Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-26T06:19:26.341Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_CKmJWyLM1d7yfqNhXUrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-26T06:19:26.341Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid bdc0d2ad-27a1-4245-a21f-2bdf21534e56: pNF 3a75390c-5946
2022-05-26T06:19:26.341Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||INFO|500||Processing PNF resource: 62ee6298-8acc-4758-b6f7-942905ba7a25
2022-05-26T06:19:26.341Z|f35daea5-aac6-4496-8674-738f3a42222a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery