By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-06-09T04:03:13.392Z||main|||||INFO|500||The following profiles are active: basic
2022-06-09T04:03:29.318Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-09T04:03:29.319Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-09T04:03:29.562Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-09T04:03:34.820Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-09T04:03:35.324Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-09T04:03:35.908Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-09T04:03:35.917Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-09T04:03:36.067Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-09T04:03:36.459Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-09T04:03:37.340Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-09T04:03:40.048Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-09T04:03:43.178Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-09T04:03:43.268Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-09T04:03:44.209Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-09T04:03:44.616Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-09T04:03:46.479Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-09T04:03:48.131Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-09T04:03:48.180Z||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$$6480366b.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-09T04:03:48.181Z||main|||||WARN|500||The sdc end point is not alive
2022-06-09T04:03:52.521Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-09T04:03:56.083Z||main|||||WARN|500||---
2022-06-09T04:03:56.084Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-09T04:03:56.084Z||main|||||WARN|500||---
2022-06-09T04:03:56.656Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-09T04:04:01.849Z||main|||||INFO|500||Started Application in 53.05 seconds (JVM running for 56.061)
2022-06-09T04:04:01.868Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-09T04:04:01.876Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-09T04:04:01.891Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-09T04:04:01.935Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-09T04:04:01.984Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4a5e4707-a100-4161-a1fb-8a7a6b471e82 url= /sdc/v1/artifactTypes
2022-06-09T04:04:01.984Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-09T04:04:02.292Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-09T04:04:02.323Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-09T04:04:02.347Z||scheduling-1|||||DEBUG|500||create keys
2022-06-09T04:04:02.360Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-09T04:04:02.435Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:04:02.456Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8a719ea6-13a2-455a-96c9-d7d0e399617a url= /sdc/v1/registerForDistribution
2022-06-09T04:04:02.661Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8a719ea6-13a2-455a-96c9-d7d0e399617a url= /sdc/v1/registerForDistribution
2022-06-09T04:04:02.662Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-09T04:04:02.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:04:02.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:04:02.705Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-09T04:04:02.735Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:04:02.736Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:04:02.737Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:04:02.736Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:04:13.243Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:04:13.248Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:05:02.676Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:05:02.677Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:05:02.677Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:05:02.678Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:05:02.679Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:05:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:05:12.390Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:05:12.390Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:06:02.676Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:06:02.677Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:06:02.677Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:06:02.678Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:06:02.679Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:06:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:06:12.279Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:06:12.300Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:07:02.676Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:07:02.677Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:07:02.677Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:07:02.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:07:02.679Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:07:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:07:12.319Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:07:12.320Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:08:02.676Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:08:02.677Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:08:02.677Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:08:02.679Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:08:02.680Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:08:02.680Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:08:12.271Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:08:12.272Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:09:02.676Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:09:02.677Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:09:02.677Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:09:02.679Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:09:02.680Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:09:02.680Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:09:12.288Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:09:12.310Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:10:02.676Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:10:02.677Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:10:02.677Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:10:02.678Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:10:02.679Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:10:02.680Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:10:12.280Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:10:12.291Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:11:02.676Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:11:02.677Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:11:02.677Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:11:02.679Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:11:02.681Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:11:02.682Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:11:12.303Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:11:12.307Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:12:02.676Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:12:02.678Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:12:02.678Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:12:02.679Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:12:02.679Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:12:02.680Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:12:12.277Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:12:12.281Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:13:02.676Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:13:02.679Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:13:02.679Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:13:02.679Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:13:02.679Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:13:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:13:12.298Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:13:12.313Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:13:16.242Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-09T04:14:02.676Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:14:02.678Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:14:02.678Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:14:02.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:14:02.679Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:14:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:14:12.287Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:14:12.314Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:15:02.676Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:15:02.678Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:15:02.678Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:15:02.679Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:15:02.679Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:15:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:15:12.273Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:15:12.294Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:16:02.676Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:16:02.677Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:16:02.677Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:16:02.679Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:16:02.680Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:16:02.680Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:16:12.259Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:16:12.298Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:17:02.676Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:17:02.677Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:17:02.677Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:17:02.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:17:02.679Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:17:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:17:12.299Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:17:12.304Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:18:02.676Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:18:02.677Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:18:02.678Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:18:02.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:18:02.679Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:18:02.680Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:18:12.259Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:18:12.266Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:19:02.676Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:19:02.677Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:19:02.677Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:19:02.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:19:02.683Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:19:02.683Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:19:12.298Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:19:12.301Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:20:02.676Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:20:02.677Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:20:02.677Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:20:02.679Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:20:02.680Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:20:02.680Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:20:12.273Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:20:12.273Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:21:02.676Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:21:02.677Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:21:02.677Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:21:02.678Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:21:02.679Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:21:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:21:12.296Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:21:12.296Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:22:02.676Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:22:02.677Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:22:02.677Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:22:02.678Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:22:02.679Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:22:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:22:12.278Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:22:12.280Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:23:02.676Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:23:02.677Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:23:02.677Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:23:02.679Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:23:02.680Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:23:02.680Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:23:12.258Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:23:12.272Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:24:02.676Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:24:02.677Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:24:02.677Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:24:02.679Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:24:02.680Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:24:02.681Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:24:12.275Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:24:12.312Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:25:02.676Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:25:02.679Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:25:02.679Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:25:02.680Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:25:02.680Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:25:02.680Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:25:12.273Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:25:12.282Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:26:02.676Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:26:02.677Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:26:02.677Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:26:02.679Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:26:02.679Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:26:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:26:12.276Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:26:12.286Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:27:02.676Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:27:02.676Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:27:02.677Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:27:02.678Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:27:02.679Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:27:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:27:12.264Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:27:12.266Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:28:02.676Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:28:02.677Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:28:02.677Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:28:02.679Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:28:02.679Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:28:02.680Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:28:12.286Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:28:12.286Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:29:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:29:02.677Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:29:02.677Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:29:02.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:29:02.680Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:29:02.680Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:29:12.298Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:29:12.369Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:30:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:30:02.676Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:30:02.677Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:30:02.679Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:30:02.680Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:30:02.680Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:30:12.282Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:30:12.284Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:31:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:31:02.677Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:31:02.677Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:31:02.678Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:31:02.679Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:31:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:31:12.267Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:31:12.267Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:32:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:32:02.677Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:32:02.677Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:32:02.678Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:32:02.679Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:32:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:32:12.366Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:32:12.374Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:33:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:33:02.677Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:33:02.677Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:33:02.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:33:02.681Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:33:02.682Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:33:12.393Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:33:12.404Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:34:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:34:02.677Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:34:02.677Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:34:02.680Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:34:02.680Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:34:02.680Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:34:12.320Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:34:12.354Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:35:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:35:02.677Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:35:02.677Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:35:02.679Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:35:02.679Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:35:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:35:12.266Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:35:12.292Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:36:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:36:02.677Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:36:02.677Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:36:02.679Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:36:02.679Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:36:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:36:12.280Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:36:12.289Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:37:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:37:02.678Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:37:02.679Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:37:02.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:37:02.679Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:37:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:37:12.271Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:37:12.273Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:38:02.675Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:38:02.677Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:38:02.677Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:38:02.678Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:38:02.679Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:38:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:38:12.306Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:38:12.361Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:39:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:39:02.677Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:39:02.677Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:39:02.679Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:39:02.679Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:39:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:39:12.275Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:39:12.276Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:40:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:40:02.676Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:40:02.676Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:40:02.678Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:40:02.679Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:40:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:40:12.267Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:40:12.273Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:41:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:41:02.677Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:41:02.677Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:41:02.678Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:41:02.679Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:41:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:41:12.315Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:41:12.378Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:42:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:42:02.677Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:42:02.677Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:42:02.678Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:42:02.679Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:42:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:42:12.351Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:42:12.397Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:43:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:43:02.677Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:43:02.677Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:43:02.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:43:02.679Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:43:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:43:12.378Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:43:12.495Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:44:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:44:02.676Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:44:02.677Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:44:02.679Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:44:02.679Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:44:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:44:12.327Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:44:12.345Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:45:02.677Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:45:02.678Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:45:02.679Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:45:02.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:45:02.679Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:45:02.680Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:45:12.274Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:45:12.301Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:46:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:46:02.677Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:46:02.677Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:46:02.679Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:46:02.679Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:46:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:46:12.277Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:46:12.309Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:47:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:47:02.677Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:47:02.677Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:47:02.678Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:47:02.679Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:47:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:47:12.300Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:47:12.363Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:48:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:48:02.677Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:48:02.677Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:48:02.678Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:48:02.679Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:48:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:48:12.347Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:48:12.417Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:49:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:49:02.679Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:49:02.679Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:49:02.679Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:49:02.680Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:49:02.680Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:49:03.358Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:49:03.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"83684195-2a20-4ec9-bcf8-16dad98c79dd","serviceName":"vFW 2022-06-09 04-46-41","serviceVersion":"1.0","serviceUUID":"01efc2eb-948c-4042-ab90-3e06facc5da8","serviceDescription":"catalog service description","serviceInvariantUUID":"6bb4a92d-4041-4945-899d-cb1018a3087f","resources":[{"resourceInstanceName":"vFW 5c6935b8-ce80 0","resourceName":"vFW 5c6935b8-ce80","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7e7994f9-5d1b-49fd-a48c-5863438ba67b","resourceInvariantUUID":"941303ec-f6d8-4fb8-84f7-e667af362d15","resourceCustomizationUUID":"d0f7be1f-6595-42f1-af4d-94f421170912","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vf-license-model.xml","artifactChecksum":"YzExNGIzZTU5YzhhMmRkZWFhMTk5ODdhNTYyN2U1MDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5ecfe7ca-ee09-40ae-a9fe-699c0830074d","artifactVersion":"1"},{"artifactName":"vfw5c6935b8ce800_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json","artifactChecksum":"ZDFmM2QxNDMzMTc0MDQ3NDkxMzQ4Y2ZmNjM1N2QyZDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2b933dd0-1684-4241-a0e5-76868334ed98","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"64cd557c-bedc-41e2-9323-24c85851920a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vendor-license-model.xml","artifactChecksum":"NzJiMTMzNmM1NTYyM2Y3NmM2NjA5NmE0N2ZiNWRhMjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9c35e17c-fa2b-4ee7-9864-45b380387633","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d4263194-097f-4b0f-b60e-ba4858bc0b84","artifactVersion":"2","generatedFromUUID":"64cd557c-bedc-41e2-9323-24c85851920a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220609044641-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-template.yml","artifactChecksum":"Y2E3ZjA3MWNkNjA2YjA2NmQ5MWZhMjdiYWEwMzY1NDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"706440af-aa5d-47ce-8f3d-990a07c01c25","artifactVersion":"1"},{"artifactName":"service-Vfw20220609044641-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar","artifactChecksum":"NjE1ODc2NzRiZjc0YWNjMjNhYWJiNjM0OWI2NjI3NzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0ea67c4e-dbd8-42b4-bfd6-7d42dc781a36","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-09T04:49:03.377Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T04:49:03.381Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:49:03.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654750103096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.392Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:49:03.413Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:49:03.413Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750142676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "cds",
"timestamp": 1654750102056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "aai-ml",
"timestamp": 1654750103791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "policy-id",
"timestamp": 1654750104868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "ves-openapi-manager",
"timestamp": 1654750106194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "cds",
"timestamp": 1654750102056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "policy-id",
"timestamp": 1654750104868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654750103096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "aai-ml",
"timestamp": 1654750103791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "clamp",
"timestamp": 1654750106985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "ves-openapi-manager",
"timestamp": 1654750106194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "cds",
"timestamp": 1654750102056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654750103096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "policy-id",
"timestamp": 1654750104868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-09T04:49:03.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "clamp",
"timestamp": 1654750106985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json",
"status": "NOTIFIED"
}
2022-06-09T04:49:03.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "aai-ml",
"timestamp": 1654750103791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "ves-openapi-manager",
"timestamp": 1654750106194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654750109447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654750103096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "cds",
"timestamp": 1654750102056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "policy-id",
"timestamp": 1654750104868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "aai-ml",
"timestamp": 1654750103791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "clamp",
"timestamp": 1654750106985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "ves-openapi-manager",
"timestamp": 1654750106194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654750109447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json",
"status": "NOTIFIED"
}
2022-06-09T04:49:03.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "cds",
"timestamp": 1654750102056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654750103096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "policy-id",
"timestamp": 1654750104868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "aai-ml",
"timestamp": 1654750103791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "clamp",
"timestamp": 1654750106985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "ves-openapi-manager",
"timestamp": 1654750106194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654750109447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-09T04:49:03.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "cds",
"timestamp": 1654750102056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654750103096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "aai-ml",
"timestamp": 1654750103791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "policy-id",
"timestamp": 1654750104868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "clamp",
"timestamp": 1654750106985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "ves-openapi-manager",
"timestamp": 1654750106194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654750109447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654750103096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T04:49:03.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "policy-id",
"timestamp": 1654750104868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T04:49:03.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "cds",
"timestamp": 1654750102056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T04:49:03.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "aai-ml",
"timestamp": 1654750103791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T04:49:03.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "clamp",
"timestamp": 1654750106985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "ves-openapi-manager",
"timestamp": 1654750106194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654750109447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-09T04:49:03.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "clamp",
"timestamp": 1654750106985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T04:49:03.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654750113192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:49:03.446Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:49:03.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "cds",
"timestamp": 1654750114144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:49:03.446Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:49:03.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "policy-id",
"timestamp": 1654750113905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:49:03.447Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:49:03.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "aai-ml",
"timestamp": 1654750114162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:49:03.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:49:03.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654750109447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:03.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "cds",
"timestamp": 1654750115166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-06-09T04:49:03.514Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-09T04:49:03.520Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:49:03.520Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T04:49:03.577Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:49:03.578Z||pool-3-thread-1|||||INFO|500||cambria reply ok (59 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T04:49:03.706Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 83684195-2a20-4ec9-bcf8-16dad98c79dd
2022-06-09T04:49:03.728Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83684195-2a20-4ec9-bcf8-16dad98c79dd and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T04:49:03.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "policy-id",
"timestamp": 1654750114922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T04:49:03.755Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:49:03.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654750109447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T04:49:03.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-09T04:49:03.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "policy-id",
"timestamp": 1654750115929,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T04:49:03.773Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 83684195-2a20-4ec9-bcf8-16dad98c79dd
2022-06-09T04:49:03.774Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83684195-2a20-4ec9-bcf8-16dad98c79dd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T04:49:03.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654750117377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:49:03.785Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:49:03.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654750118488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:49:03.785Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:49:03.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654750119590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:49:03.786Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:49:03.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654750118499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T04:49:03.787Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:49:03.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654750120732,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T04:49:03.795Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 83684195-2a20-4ec9-bcf8-16dad98c79dd
2022-06-09T04:49:03.795Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83684195-2a20-4ec9-bcf8-16dad98c79dd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-09T04:49:03.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654750119503,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T04:49:03.817Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 83684195-2a20-4ec9-bcf8-16dad98c79dd
2022-06-09T04:49:03.817Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83684195-2a20-4ec9-bcf8-16dad98c79dd and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T04:49:03.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654750121736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json",
"status": "DEPLOY_OK"
}
2022-06-09T04:49:03.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:49:03.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "clamp",
"timestamp": 1654750132114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:49:03.833Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:49:03.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "clamp",
"timestamp": 1654750133360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T04:49:03.834Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:49:03.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "aai-ml",
"timestamp": 1654750133484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T04:49:03.835Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:49:03.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "clamp",
"timestamp": 1654750134387,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T04:49:03.845Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 83684195-2a20-4ec9-bcf8-16dad98c79dd
2022-06-09T04:49:03.846Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83684195-2a20-4ec9-bcf8-16dad98c79dd and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T04:49:03.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-09T04:49:03.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "aai-ml",
"timestamp": 1654750134509,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T04:49:03.868Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 83684195-2a20-4ec9-bcf8-16dad98c79dd
2022-06-09T04:49:03.868Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83684195-2a20-4ec9-bcf8-16dad98c79dd and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T04:49:04.423Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T04:49:04.423Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:49:04.426Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:49:04.426Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750142676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json",
"status": "NOTIFIED"
}
2022-06-09T04:49:04.526Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T04:49:04.527Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:49:04.528Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T04:49:04.580Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:49:04.581Z||pool-4-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-06-09T04:49:05.427Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T04:49:05.428Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:49:05.431Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:49:05.431Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750142676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-09T04:49:05.531Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T04:49:05.533Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:49:05.533Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T04:49:05.590Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:49:05.591Z||pool-5-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-06-09T04:49:06.432Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T04:49:06.433Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:49:06.435Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:49:06.435Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750142676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:06.535Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T04:49:06.536Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:49:06.537Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T04:49:06.573Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:49:06.574Z||pool-6-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":11,"count":1}
2022-06-09T04:49:07.436Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T04:49:07.438Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:49:07.441Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:49:07.443Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750142676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-09T04:49:07.542Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T04:49:07.543Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:49:07.543Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T04:49:07.571Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:49:07.571Z||pool-7-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":3,"count":1}
2022-06-09T04:49:08.449Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T04:49:08.450Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:49:08.452Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:49:08.452Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750142676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:49:08.553Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-09T04:49:08.554Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:49:08.554Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T04:49:08.584Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:49:08.584Z||pool-8-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-09T04:49:09.453Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T04:49:09.454Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:49:09.456Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:49:09.456Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750142676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T04:49:09.556Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T04:49:09.557Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:49:09.558Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T04:49:09.591Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:49:09.591Z||pool-9-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-06-09T04:49:10.458Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"serviceName": "vFW 2022-06-09 04-46-41",
"serviceVersion": "1.0",
"serviceUUID": "01efc2eb-948c-4042-ab90-3e06facc5da8",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6bb4a92d-4041-4945-899d-cb1018a3087f",
"resources": [
{
"resourceInstanceName": "vFW 5c6935b8-ce80 0",
"resourceCustomizationUUID": "d0f7be1f-6595-42f1-af4d-94f421170912",
"resourceName": "vFW 5c6935b8-ce80",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7e7994f9-5d1b-49fd-a48c-5863438ba67b",
"resourceInvariantUUID": "941303ec-f6d8-4fb8-84f7-e667af362d15",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw5c6935b8ce800_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json",
"artifactChecksum": "ZDFmM2QxNDMzMTc0MDQ3NDkxMzQ4Y2ZmNjM1N2QyZDM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2b933dd0-1684-4241-a0e5-76868334ed98",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "64cd557c-bedc-41e2-9323-24c85851920a",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d4263194-097f-4b0f-b60e-ba4858bc0b84",
"generatedFromUUID": "64cd557c-bedc-41e2-9323-24c85851920a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d4263194-097f-4b0f-b60e-ba4858bc0b84",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220609044641-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar",
"artifactChecksum": "NjE1ODc2NzRiZjc0YWNjMjNhYWJiNjM0OWI2NjI3NzI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0ea67c4e-dbd8-42b4-bfd6-7d42dc781a36"
}
],
"workloadContext": "Production"
}
2022-06-09T04:49:10.460Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-09T04:49:10.460Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 01efc2eb-948c-4042-ab90-3e06facc5da8 ASDC
2022-06-09T04:49:10.613Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:83684195-2a20-4ec9-bcf8-16dad98c79dd
ServiceName:vFW 2022-06-09 04-46-41
ServiceVersion:1.0
ServiceUUID:01efc2eb-948c-4042-ab90-3e06facc5da8
ServiceInvariantUUID:6bb4a92d-4041-4945-899d-cb1018a3087f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220609044641-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar
ArtifactUUID:0ea67c4e-dbd8-42b4-bfd6-7d42dc781a36
ArtifactChecksum:NjE1ODc2NzRiZjc0YWNjMjNhYWJiNjM0OWI2NjI3NzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 5c6935b8-ce80 0
ResourceCustomizationUUID:d0f7be1f-6595-42f1-af4d-94f421170912
ResourceInvariantUUID:941303ec-f6d8-4fb8-84f7-e667af362d15
ResourceName:vFW 5c6935b8-ce80
ResourceType:VF
ResourceUUID:7e7994f9-5d1b-49fd-a48c-5863438ba67b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw5c6935b8ce800_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json
ArtifactUUID:2b933dd0-1684-4241-a0e5-76868334ed98
ArtifactChecksum:ZDFmM2QxNDMzMTc0MDQ3NDkxMzQ4Y2ZmNjM1N2QyZDM=
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/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml
ArtifactUUID:64cd557c-bedc-41e2-9323-24c85851920a
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/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env
ArtifactUUID:d4263194-097f-4b0f-b60e-ba4858bc0b84
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/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env
ArtifactUUID:d4263194-097f-4b0f-b60e-ba4858bc0b84
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-09T04:49:10.613Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 01efc2eb-948c-4042-ab90-3e06facc5da8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-09T04:49:10.668Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T04:49:10.670Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-09T04:49:10.671Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-09T04:49:10.671Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0ea67c4e-dbd8-42b4-bfd6-7d42dc781a36 from URL: /sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar
2022-06-09T04:49:10.671Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-09T04:49:10.673Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar
2022-06-09T04:49:10.797Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-09T04:49:10.815Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar 0ea67c4e-dbd8-42b4-bfd6-7d42dc781a36 99021
2022-06-09T04:49:10.816Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar ASDC sendASDCNotification
2022-06-09T04:49:10.817Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar
2022-06-09T04:49:10.817Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T04:49:10.818Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:49:10.820Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:49:10.820Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750150815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:49:10.920Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T04:49:10.921Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:49:10.922Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T04:49:10.973Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:49:10.974Z||pool-10-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-06-09T04:49:11.821Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T04:49:11.822Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-09T04:49:11.822Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 0ea67c4e-dbd8-42b4-bfd6-7d42dc781a36, URL: /sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar to file: /app/ASDC/1/service-Vfw20220609044641-csar.csar
2022-06-09T04:49:11.823Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220609044641-csar.csar
2022-06-09T04:49:11.913Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220609044641-csar.csar
2022-06-09T04:49:11.913Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220609044641-csar.csar
2022-06-09T04:49:12.672Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12452224759387802522/Definitions/service-Vfw20220609044641-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-09T04:49:15.854Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-09T04:49:15.859Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-09T04:49:15.860Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220609044641-csar.csar
2022-06-09T04:49:15.860Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-09T04:49:15.860Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||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-Vfw20220609044641-csar.csar
2022-06-09T04:49:15.860Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||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-Vfw20220609044641-csar.csar
2022-06-09T04:49:15.861Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220609044641-csar.csar
2022-06-09T04:49:15.861Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220609044641-csar.csar
2022-06-09T04:49:15.861Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220609044641-csar.csar
2022-06-09T04:49:15.862Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||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-Vfw20220609044641-csar.csar
2022-06-09T04:49:15.862Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220609044641-csar.csar
2022-06-09T04:49:15.862Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220609044641-csar.csar
2022-06-09T04:49:15.862Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220609044641-csar.csar
2022-06-09T04:49:15.862Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220609044641-csar.csar
2022-06-09T04:49:15.863Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 5c6935b8-ce80 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-Vfw20220609044641-csar.csar
2022-06-09T04:49:15.863Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220609044641-csar.csar
2022-06-09T04:49:15.863Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220609044641-csar.csar
2022-06-09T04:49:15.864Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-09T04:49:15.870Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:15.872Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T04:49:15.876Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is matching search criteria
2022-06-09T04:49:15.877Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-09T04:49:15.879Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5c6935b8-ce80 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T04:49:15.881Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:15.881Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T04:49:15.881Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is matching search criteria
2022-06-09T04:49:15.882Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-09T04:49:15.882Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5c6935b8-ce80 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T04:49:15.882Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:15.883Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T04:49:15.888Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:15.889Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is not matching search criteria
2022-06-09T04:49:15.889Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-09T04:49:15.890Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-09T04:49:15.890Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-09T04:49:15.890Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-09T04:49:15.891Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-09T04:49:15.891Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-09T04:49:15.891Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-09T04:49:15.892Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-09T04:49:15.892Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-09T04:49:15.892Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-09T04:49:15.892Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-09T04:49:15.893Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-09T04:49:15.893Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-09T04:49:15.894Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-09T04:49:15.894Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-09T04:49:15.894Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-09T04:49:15.895Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:15.895Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-09T04:49:15.896Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:15.897Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is matching search criteria
2022-06-09T04:49:15.897Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5c6935b8-ce80 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T04:49:15.898Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:15.898Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is matching search criteria
2022-06-09T04:49:15.898Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5c6935b8-ce80 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T04:49:15.899Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:15.899Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is matching search criteria
2022-06-09T04:49:15.899Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5c6935b8-ce80 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T04:49:15.900Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:15.900Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is not matching search criteria
2022-06-09T04:49:15.900Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-09T04:49:15.901Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-09T04:49:15.901Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-09T04:49:15.902Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-09T04:49:15.902Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-09T04:49:15.902Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-09T04:49:15.902Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-09T04:49:15.903Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-09T04:49:15.903Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-09T04:49:15.903Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-09T04:49:15.904Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-09T04:49:15.904Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=165d4213-6fc8-4602-a672-51184d523feb
2022-06-09T04:49:15.904Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:15.905Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is not matching search criteria
2022-06-09T04:49:15.905Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-09T04:49:15.905Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-09T04:49:15.906Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-09T04:49:15.906Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-09T04:49:15.906Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-09T04:49:15.907Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-09T04:49:15.907Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-09T04:49:15.907Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-09T04:49:15.908Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-09T04:49:15.908Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-09T04:49:15.909Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-09T04:49:15.909Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-09T04:49:15.909Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e143b706-8931-4083-9595-c2087ccbef36
2022-06-09T04:49:15.910Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:15.910Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is not matching search criteria
2022-06-09T04:49:15.910Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-09T04:49:15.911Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-09T04:49:15.911Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-09T04:49:15.911Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-09T04:49:15.912Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-09T04:49:15.912Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-09T04:49:15.912Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-09T04:49:15.912Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-09T04:49:15.913Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-09T04:49:15.913Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-09T04:49:15.913Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-09T04:49:15.914Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-09T04:49:15.914Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d514adfd-6fe4-4090-b281-64baaea945e6
2022-06-09T04:49:15.914Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:15.915Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T04:49:15.915Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:15.915Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T04:49:15.916Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:15.916Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T04:49:15.916Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:15.916Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T04:49:15.917Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-09 04-46-41
Description:catalog service description
Model UUID:01efc2eb-948c-4042-ab90-3e06facc5da8
Model Version:NULL
Model InvariantUuid:6bb4a92d-4041-4945-899d-cb1018a3087f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 5c6935b8-ce80
Model UUID:850c3ca9-dcc0-4426-a40b-8bb7ae78e258
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:941303ec-f6d8-4fb8-84f7-e667af362d15
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d0f7be1f-6595-42f1-af4d-94f421170912
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:03d75aa4-8a01-45ef-bf3f-c456dd1b2175
ModelName:Vfw5c6935b8Ce80..base_vfw..module-0
ModelUuid:e768ded1-ca83-4cea-a876-8c0290cd6965
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:165d4213-6fc8-4602-a672-51184d523feb
ModelInvariantUuid:0fb73591-c9bc-4e3b-be0b-322397cc36c7
ModelName:vFW 5c6935b8-ce80-nodes.vfwCvfc
ModelUuid:5d2a33bb-bae3-4c89-8357-7ab471305b25
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:50226b4b-61b5-4fb1-be5a-3271a9e7affc
ModelInvariantUuid:d952ee53-a506-42d6-bc6b-893efbe3e937
ModelName:Vfw5c6935b8Ce80.compute.nodes.heat.vfw
ModelUuid:6e9408e9-347d-4b25-8a03-eefb4afbd438
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e143b706-8931-4083-9595-c2087ccbef36
ModelInvariantUuid:eae42b6c-c7be-4bfc-a42f-c3734ca7f2ef
ModelName:vFW 5c6935b8-ce80-nodes.vsnCvfc
ModelUuid:04557614-a59f-4b3d-833a-7f2ba98dfea6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:7dd6ccd1-b011-4b76-9e7a-f64a02524461
ModelInvariantUuid:4aaa8abc-0c8d-4041-a79b-ea18c4c247c4
ModelName:Vfw5c6935b8Ce80.compute.nodes.heat.vsn
ModelUuid:f9ac3faf-2b1c-4bcd-84d8-430e497a8315
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d514adfd-6fe4-4090-b281-64baaea945e6
ModelInvariantUuid:29507c01-9f8a-47b1-99b5-067f183fea86
ModelName:vFW 5c6935b8-ce80-nodes.vpgCvfc
ModelUuid:c85ab51f-0232-4bc8-a3db-cf308de02973
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:2aa9c819-775c-45bc-9892-3b9ac5471a77
ModelInvariantUuid:dda2f382-5871-46e5-93ed-71c8e4a04aca
ModelName:Vfw5c6935b8Ce80.compute.nodes.heat.vpg
ModelUuid:2543c9bd-2260-4bdc-88b1-25145dba5a97
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-09T04:49:15.929Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 7e7994f9-5d1b-49fd-a48c-5863438ba67b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-09T04:49:16.043Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||vFW 5c6935b8-ce80 0
2022-06-09T04:49:16.053Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7e7994f9-5d1b-49fd-a48c-5863438ba67b
2022-06-09T04:49:16.053Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2b933dd0-1684-4241-a0e5-76868334ed98 from URL: /sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json
2022-06-09T04:49:16.053Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-09T04:49:16.054Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json
2022-06-09T04:49:16.267Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-09T04:49:16.267Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json 2b933dd0-1684-4241-a0e5-76868334ed98 785
2022-06-09T04:49:16.268Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json ASDC sendASDCNotification
2022-06-09T04:49:16.268Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json
2022-06-09T04:49:16.269Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T04:49:16.269Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:49:16.274Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:49:16.274Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750156268,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:49:16.377Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-09T04:49:16.378Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:49:16.378Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T04:49:16.413Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:49:16.416Z||pool-11-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-06-09T04:49:17.276Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw5c6935b8Ce80..base_vfw..module-0",
"vfModuleModelInvariantUUID": "03d75aa4-8a01-45ef-bf3f-c456dd1b2175",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e768ded1-ca83-4cea-a876-8c0290cd6965",
"vfModuleModelCustomizationUUID": "d4624e96-7d38-4921-9b2d-649fbacb9045",
"isBase": true,
"artifacts": [
"64cd557c-bedc-41e2-9323-24c85851920a",
"d4263194-097f-4b0f-b60e-ba4858bc0b84"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-09T04:49:17.297Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5c6935b8Ce80..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e768ded1-ca83-4cea-a876-8c0290cd6965
VfModuleModelInvariantUUID:03d75aa4-8a01-45ef-bf3f-c456dd1b2175
VfModuleModelDescription:NULL
Artifacts UUID List:{
64cd557c-bedc-41e2-9323-24c85851920a
,
d4263194-097f-4b0f-b60e-ba4858bc0b84
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-09T04:49:17.303Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw5c6935b8Ce80..base_vfw..module-0",
"vfModuleModelInvariantUUID": "03d75aa4-8a01-45ef-bf3f-c456dd1b2175",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e768ded1-ca83-4cea-a876-8c0290cd6965",
"vfModuleModelCustomizationUUID": "d4624e96-7d38-4921-9b2d-649fbacb9045",
"isBase": true,
"artifacts": [
"64cd557c-bedc-41e2-9323-24c85851920a",
"d4263194-097f-4b0f-b60e-ba4858bc0b84"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-09T04:49:17.303Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5c6935b8Ce80..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e768ded1-ca83-4cea-a876-8c0290cd6965
VfModuleModelInvariantUUID:03d75aa4-8a01-45ef-bf3f-c456dd1b2175
VfModuleModelDescription:NULL
Artifacts UUID List:{
64cd557c-bedc-41e2-9323-24c85851920a
,
d4263194-097f-4b0f-b60e-ba4858bc0b84
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-09T04:49:17.303Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 64cd557c-bedc-41e2-9323-24c85851920a from URL: /sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml
2022-06-09T04:49:17.303Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-09T04:49:17.304Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml
2022-06-09T04:49:17.368Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-09T04:49:17.370Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml 64cd557c-bedc-41e2-9323-24c85851920a 20368
2022-06-09T04:49:17.370Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-09T04:49:17.370Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml
2022-06-09T04:49:17.370Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T04:49:17.371Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:49:17.373Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:49:17.373Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750157370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:49:17.473Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T04:49:17.474Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:49:17.474Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T04:49:17.505Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:49:17.506Z||pool-12-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-09T04:49:18.374Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d4263194-097f-4b0f-b60e-ba4858bc0b84 from URL: /sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env
2022-06-09T04:49:18.374Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-09T04:49:18.375Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env
2022-06-09T04:49:18.444Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-09T04:49:18.445Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env d4263194-097f-4b0f-b60e-ba4858bc0b84 2098
2022-06-09T04:49:18.445Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-09T04:49:18.446Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env
2022-06-09T04:49:18.446Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T04:49:18.446Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:49:18.449Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:49:18.449Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750158445,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:49:18.549Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T04:49:18.550Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:49:18.550Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T04:49:18.589Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:49:18.590Z||pool-13-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-06-09T04:49:19.450Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 01efc2eb-948c-4042-ab90-3e06facc5da8
2022-06-09T04:49:19.450Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 5c6935b8-ce80 0 7e7994f9-5d1b-49fd-a48c-5863438ba67b 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-06-09T04:49:19.489Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59ccb65d, org.onap.sdc.toscaparser.api.parameters.Input@497d9bc8, org.onap.sdc.toscaparser.api.parameters.Input@36ad8310, org.onap.sdc.toscaparser.api.parameters.Input@1e15a25, org.onap.sdc.toscaparser.api.parameters.Input@3da36a1a]
2022-06-09T04:49:19.493Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:19.493Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T04:49:19.493Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-06-09T04:49:19.493Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= d0f7be1f-6595-42f1-af4d-94f421170912
2022-06-09T04:49:19.493Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d0f7be1f-6595-42f1-af4d-94f421170912 matches Tosca VF Customization UUID: d0f7be1f-6595-42f1-af4d-94f421170912
2022-06-09T04:49:19.494Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: d0f7be1f-6595-42f1-af4d-94f421170912 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-09T04:49:19.502Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:19.502Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T04:49:19.503Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id d0f7be1f-6595-42f1-af4d-94f421170912: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-09T04:49:19.504Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@204f7fce
2022-06-09T04:49:19.504Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:19.504Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-09T04:49:19.505Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d4624e96-7d38-4921-9b2d-649fbacb9045
2022-06-09T04:49:19.506Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d4624e96-7d38-4921-9b2d-649fbacb9045
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-09T04:49:19.512Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:19.513Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is matching search criteria
2022-06-09T04:49:19.513Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5c6935b8-ce80 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T04:49:19.515Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:19.515Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is matching search criteria
2022-06-09T04:49:19.515Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5c6935b8-ce80 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T04:49:19.516Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:19.516Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is not matching search criteria
2022-06-09T04:49:19.516Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-09T04:49:19.517Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-09T04:49:19.517Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-09T04:49:19.517Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-09T04:49:19.518Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-09T04:49:19.518Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-09T04:49:19.519Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-09T04:49:19.519Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-09T04:49:19.519Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-09T04:49:19.519Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-09T04:49:19.520Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-09T04:49:19.520Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=165d4213-6fc8-4602-a672-51184d523feb
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-09T04:49:19.535Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:19.536Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is matching search criteria
2022-06-09T04:49:19.536Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5c6935b8-ce80 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T04:49:19.536Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:19.537Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is not matching search criteria
2022-06-09T04:49:19.538Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-09T04:49:19.538Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-09T04:49:19.538Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-09T04:49:19.538Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-09T04:49:19.539Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-09T04:49:19.539Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-09T04:49:19.539Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-09T04:49:19.539Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-09T04:49:19.539Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-09T04:49:19.540Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-09T04:49:19.540Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-09T04:49:19.540Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-09T04:49:19.540Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e143b706-8931-4083-9595-c2087ccbef36
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-09T04:49:19.544Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:19.544Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is matching search criteria
2022-06-09T04:49:19.544Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5c6935b8-ce80 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T04:49:19.547Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:19.547Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is not matching search criteria
2022-06-09T04:49:19.547Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-09T04:49:19.548Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-09T04:49:19.548Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-09T04:49:19.548Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-09T04:49:19.548Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-09T04:49:19.549Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-09T04:49:19.549Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-09T04:49:19.549Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-09T04:49:19.549Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-09T04:49:19.550Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-09T04:49:19.550Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-09T04:49:19.550Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-09T04:49:19.550Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d514adfd-6fe4-4090-b281-64baaea945e6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-09T04:49:19.552Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:19.553Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is matching search criteria
2022-06-09T04:49:19.553Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5c6935b8-ce80 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T04:49:19.554Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:19.554Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is matching search criteria
2022-06-09T04:49:19.554Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5c6935b8-ce80 0] matching following query criteria: sdcType=VF, customizationUUID=d0f7be1f-6595-42f1-af4d-94f421170912
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-09T04:49:19.556Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:19.556Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T04:49:19.556Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 01efc2eb-948c-4042-ab90-3e06facc5da8: vFW 5c6935b8-ce80
2022-06-09T04:49:19.557Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:19.557Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T04:49:19.557Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:19.557Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T04:49:19.558Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:19.558Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T04:49:19.558Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:19.558Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T04:49:19.558Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:49:19.559Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T04:49:19.559Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-06-09 04-46-41
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T04:49:19.836Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 5c6935b8-ce80 7e7994f9-5d1b-49fd-a48c-5863438ba67b 1 ASDC deployResourceStructure
2022-06-09T04:49:19.837Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json ASDC sendASDCNotification
2022-06-09T04:49:19.837Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json
2022-06-09T04:49:19.837Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T04:49:19.841Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:49:19.842Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:49:19.842Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750159837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json",
"status": "DEPLOY_OK"
}
2022-06-09T04:49:19.943Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T04:49:19.944Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:49:19.945Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T04:49:20.031Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:49:20.032Z||pool-14-thread-1|||||INFO|500||cambria reply ok (88 ms):{"serverTimeMs":0,"count":1}
2022-06-09T04:49:20.844Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-09T04:49:20.844Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml
2022-06-09T04:49:20.844Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T04:49:20.844Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:49:20.846Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:49:20.846Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750160844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-09T04:49:20.947Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T04:49:20.948Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:49:20.948Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T04:49:21.028Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:49:21.029Z||pool-15-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":0,"count":1}
2022-06-09T04:49:21.848Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-09T04:49:21.848Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env
2022-06-09T04:49:21.848Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T04:49:21.849Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:49:21.851Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:49:21.851Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750161847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-09T04:49:21.951Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T04:49:21.952Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:49:21.952Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T04:49:22.028Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:49:22.029Z||pool-16-thread-1|||||INFO|500||cambria reply ok (78 ms):{"serverTimeMs":2,"count":1}
2022-06-09T04:49:22.853Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar ASDC sendASDCNotification
2022-06-09T04:49:22.853Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar
2022-06-09T04:49:22.854Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T04:49:22.854Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:49:22.856Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:49:22.856Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750162853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T04:49:22.956Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T04:49:22.957Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:49:22.957Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T04:49:23.017Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:49:23.018Z||pool-17-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":1,"count":1}
2022-06-09T04:49:23.857Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83684195-2a20-4ec9-bcf8-16dad98c79dd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-09T04:49:23.877Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83684195-2a20-4ec9-bcf8-16dad98c79dd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-09T04:49:23.881Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T04:49:23.881Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-09T04:49:23.881Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-09T04:49:23.882Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-09T04:49:23.882Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T04:49:23.882Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T04:49:23.882Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T04:49:23.883Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T04:49:23.883Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T04:49:23.883Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T04:49:23.883Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T04:49:23.890Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-09T04:49:53.890Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 83684195-2a20-4ec9-bcf8-16dad98c79dd and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-09T04:49:53.902Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 83684195-2a20-4ec9-bcf8-16dad98c79dd and serviceModelVersionId: 01efc2eb-948c-4042-ab90-3e06facc5da8
2022-06-09T04:49:53.902Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bb4a92d-4041-4945-899d-cb1018a3087f
2022-06-09T04:50:02.698Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:50:02.700Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:50:02.700Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:50:02.857Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:50:02.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:50:02.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750142676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:50:02.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:50:09.516Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bb4a92d-4041-4945-899d-cb1018a3087f/model-vers/model-ver/01efc2eb-948c-4042-ab90-3e06facc5da8?depth=0
2022-06-09T04:50:09.665Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-09T04:50:10.258Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bb4a92d-4041-4945-899d-cb1018a3087f/model-vers/model-ver/01efc2eb-948c-4042-ab90-3e06facc5da8?depth=0|INFO|500||Invoke
2022-06-09T04:50:10.267Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bb4a92d-4041-4945-899d-cb1018a3087f/model-vers/model-ver/01efc2eb-948c-4042-ab90-3e06facc5da8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bb4a92d-4041-4945-899d-cb1018a3087f/model-vers/model-ver/01efc2eb-948c-4042-ab90-3e06facc5da8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[83684195-2a20-4ec9-bcf8-16dad98c79dd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d0e460d4-9315-4695-ac34-459e79c086fb], X-ECOMP-RequestID=[83684195-2a20-4ec9-bcf8-16dad98c79dd], X-TransactionId=[], X-ONAP-RequestID=[83684195-2a20-4ec9-bcf8-16dad98c79dd], Content-Type=[application/merge-patch+json]}
2022-06-09T04:50:10.420Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bb4a92d-4041-4945-899d-cb1018a3087f/model-vers/model-ver/01efc2eb-948c-4042-ab90-3e06facc5da8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-09T04:50:10.736Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bb4a92d-4041-4945-899d-cb1018a3087f/model-vers/model-ver/01efc2eb-948c-4042-ab90-3e06facc5da8?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/6bb4a92d-4041-4945-899d-cb1018a3087f/model-vers/model-ver/01efc2eb-948c-4042-ab90-3e06facc5da8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220609-04:50:09:643-76604], vertex-id=[188424], Content-Length=[0], Date=[Thu, 09 Jun 2022 04:50:09 GMT], Content-Type=[application/json]}
2022-06-09T04:50:10.737Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bb4a92d-4041-4945-899d-cb1018a3087f/model-vers/model-ver/01efc2eb-948c-4042-ab90-3e06facc5da8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-09T04:50:10.738Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bb4a92d-4041-4945-899d-cb1018a3087f/model-vers/model-ver/01efc2eb-948c-4042-ab90-3e06facc5da8?depth=0|INFO|500||InvokeReturn
2022-06-09T04:50:10.742Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-09T04:50:10.742Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-09T04:50:10.747Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-09T04:50:10.748Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 83684195-2a20-4ec9-bcf8-16dad98c79dd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-09T04:50:10.750Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-09T04:50:10.751Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:50:10.754Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:50:10.754Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750210748,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-09T04:50:10.854Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T04:50:10.855Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:50:10.855Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T04:50:10.890Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:50:10.892Z||pool-18-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-09T04:50:11.768Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:50:11.769Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:50:11.769Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:50:12.417Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:50:12.419Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T04:50:12.419Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"9180958c-8aba-4031-a4ba-98c29fb9a452","serviceName":"basic_onboard_RtPgZW","serviceVersion":"1.0","serviceUUID":"9ee77f18-2cd7-4ef1-a044-977dfdcd1af1","serviceDescription":"service","serviceInvariantUUID":"f129b526-b5f7-41e5-81df-48a7b5cf703f","resources":[{"resourceInstanceName":"basic_onboard_RtPgZW 0","resourceName":"basic_onboard_RtPgZW","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2e6673c8-07a6-4081-8257-c4e0ede29b35","resourceInvariantUUID":"cb2d49fc-0a62-445a-b0ac-1f5ff169e0cb","resourceCustomizationUUID":"76420663-e181-4c8d-b7c7-d2518b5d51f4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vf-license-model.xml","artifactChecksum":"Njc0MDk5MDJkMGZjZjY3YjQ1NmUwMTMwZDlmN2I5Mjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e829f948-5f18-44f4-9c14-1975b53c0d42","artifactVersion":"1"},{"artifactName":"basic_onboard_rtpgzw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json","artifactChecksum":"MTI4N2E3OWY4YTFkYzM3NmUwMWJkMTljYzUyYmMxYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"13ad8e98-a146-414c-be32-a1656e7322b9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a42eec37-f832-4e59-bd5d-905d47c7ddbd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c75d5d8e-8ed3-434b-9a12-45b8df83a47e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"92ed35cc-0552-4ff1-bdd0-70eaf6122532","artifactVersion":"2","generatedFromUUID":"a42eec37-f832-4e59-bd5d-905d47c7ddbd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRtpgzw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-template.yml","artifactChecksum":"ZTg4MmRhZTk1ZDUxMjljY2MzNjllZTRiMDA3MDE2YTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"657d9339-ed8c-4dfe-afbe-796c071e93b8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRtpgzw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar","artifactChecksum":"YjlmZjA5NDZkOWQ5MGQ3ZDQ0OTNhOWMyYThkYzcxZWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"621c9a46-2191-4103-882c-4186f8dc06cb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-09T04:50:12.422Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T04:50:12.422Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:50:12.425Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:50:12.425Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750211767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:50:12.525Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T04:50:12.526Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:50:12.527Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T04:50:12.555Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:50:12.556Z||pool-19-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-09T04:50:13.425Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T04:50:13.427Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:50:13.430Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:50:13.430Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750211767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json",
"status": "NOTIFIED"
}
2022-06-09T04:50:13.530Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T04:50:13.532Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:50:13.532Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T04:50:13.559Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:50:13.560Z||pool-20-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-09T04:50:14.431Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T04:50:14.432Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:50:14.435Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:50:14.435Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750211767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-09T04:50:14.535Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T04:50:14.536Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:50:14.537Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T04:50:14.558Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:50:14.559Z||pool-21-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-09T04:50:15.436Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T04:50:15.437Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:50:15.439Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:50:15.439Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750211767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:50:15.540Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T04:50:15.541Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:50:15.541Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T04:50:15.582Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:50:15.583Z||pool-22-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-06-09T04:50:16.440Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T04:50:16.441Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:50:16.443Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:50:16.443Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750211767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-09T04:50:16.543Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T04:50:16.545Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:50:16.545Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T04:50:16.573Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:50:16.574Z||pool-23-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-09T04:50:17.444Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T04:50:17.445Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:50:17.447Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:50:17.448Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750211767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:50:17.548Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T04:50:17.549Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:50:17.549Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T04:50:17.612Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:50:17.613Z||pool-24-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2022-06-09T04:50:18.448Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T04:50:18.449Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:50:18.452Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:50:18.452Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750211767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T04:50:18.552Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T04:50:18.553Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:50:18.553Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T04:50:18.573Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:50:18.574Z||pool-25-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-09T04:50:19.454Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"serviceName": "basic_onboard_RtPgZW",
"serviceVersion": "1.0",
"serviceUUID": "9ee77f18-2cd7-4ef1-a044-977dfdcd1af1",
"serviceDescription": "service",
"serviceInvariantUUID": "f129b526-b5f7-41e5-81df-48a7b5cf703f",
"resources": [
{
"resourceInstanceName": "basic_onboard_RtPgZW 0",
"resourceCustomizationUUID": "76420663-e181-4c8d-b7c7-d2518b5d51f4",
"resourceName": "basic_onboard_RtPgZW",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2e6673c8-07a6-4081-8257-c4e0ede29b35",
"resourceInvariantUUID": "cb2d49fc-0a62-445a-b0ac-1f5ff169e0cb",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_rtpgzw0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json",
"artifactChecksum": "MTI4N2E3OWY4YTFkYzM3NmUwMWJkMTljYzUyYmMxYTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "13ad8e98-a146-414c-be32-a1656e7322b9",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a42eec37-f832-4e59-bd5d-905d47c7ddbd",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "92ed35cc-0552-4ff1-bdd0-70eaf6122532",
"generatedFromUUID": "a42eec37-f832-4e59-bd5d-905d47c7ddbd"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "92ed35cc-0552-4ff1-bdd0-70eaf6122532",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardRtpgzw-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar",
"artifactChecksum": "YjlmZjA5NDZkOWQ5MGQ3ZDQ0OTNhOWMyYThkYzcxZWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "621c9a46-2191-4103-882c-4186f8dc06cb"
}
],
"workloadContext": "Production"
}
2022-06-09T04:50:19.454Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-09T04:50:19.455Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9ee77f18-2cd7-4ef1-a044-977dfdcd1af1 ASDC
2022-06-09T04:50:19.455Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:9180958c-8aba-4031-a4ba-98c29fb9a452
ServiceName:basic_onboard_RtPgZW
ServiceVersion:1.0
ServiceUUID:9ee77f18-2cd7-4ef1-a044-977dfdcd1af1
ServiceInvariantUUID:f129b526-b5f7-41e5-81df-48a7b5cf703f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardRtpgzw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar
ArtifactUUID:621c9a46-2191-4103-882c-4186f8dc06cb
ArtifactChecksum:YjlmZjA5NDZkOWQ5MGQ3ZDQ0OTNhOWMyYThkYzcxZWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_RtPgZW 0
ResourceCustomizationUUID:76420663-e181-4c8d-b7c7-d2518b5d51f4
ResourceInvariantUUID:cb2d49fc-0a62-445a-b0ac-1f5ff169e0cb
ResourceName:basic_onboard_RtPgZW
ResourceType:VF
ResourceUUID:2e6673c8-07a6-4081-8257-c4e0ede29b35
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_rtpgzw0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json
ArtifactUUID:13ad8e98-a146-414c-be32-a1656e7322b9
ArtifactChecksum:MTI4N2E3OWY4YTFkYzM3NmUwMWJkMTljYzUyYmMxYTM=
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/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a42eec37-f832-4e59-bd5d-905d47c7ddbd
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/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env
ArtifactUUID:92ed35cc-0552-4ff1-bdd0-70eaf6122532
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/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env
ArtifactUUID:92ed35cc-0552-4ff1-bdd0-70eaf6122532
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-09T04:50:19.456Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9ee77f18-2cd7-4ef1-a044-977dfdcd1af1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T04:50:19.492Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T04:50:19.493Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-09T04:50:19.494Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-09T04:50:19.494Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 621c9a46-2191-4103-882c-4186f8dc06cb from URL: /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar
2022-06-09T04:50:19.494Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-09T04:50:19.494Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar
2022-06-09T04:50:19.593Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-09T04:50:19.598Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar 621c9a46-2191-4103-882c-4186f8dc06cb 71579
2022-06-09T04:50:19.599Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar ASDC sendASDCNotification
2022-06-09T04:50:19.599Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar
2022-06-09T04:50:19.599Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T04:50:19.600Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:50:19.602Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:50:19.602Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750219599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:50:19.702Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T04:50:19.704Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:50:19.704Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T04:50:19.739Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:50:19.740Z||pool-26-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-09T04:50:20.602Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T04:50:20.604Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-09T04:50:20.604Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 621c9a46-2191-4103-882c-4186f8dc06cb, URL: /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar to file: /app/ASDC/1/service-BasicOnboardRtpgzw-csar.csar
2022-06-09T04:50:20.605Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRtpgzw-csar.csar
2022-06-09T04:50:20.605Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRtpgzw-csar.csar
2022-06-09T04:50:20.606Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRtpgzw-csar.csar
2022-06-09T04:50:20.724Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9211368666548095458/Definitions/service-BasicOnboardRtpgzw-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-09T04:50:21.885Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-09T04:50:21.885Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-09T04:50:21.885Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRtpgzw-csar.csar
2022-06-09T04:50:21.885Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-09T04:50:21.886Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardRtpgzw-csar.csar
2022-06-09T04:50:21.886Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRtpgzw-csar.csar
2022-06-09T04:50:21.886Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRtpgzw-csar.csar
2022-06-09T04:50:21.886Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRtpgzw-csar.csar
2022-06-09T04:50:21.886Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_RtPgZW 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-BasicOnboardRtpgzw-csar.csar
2022-06-09T04:50:21.886Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardRtpgzw-csar.csar
2022-06-09T04:50:21.886Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRtpgzw-csar.csar
2022-06-09T04:50:21.887Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRtpgzw-csar.csar
2022-06-09T04:50:21.887Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardRtpgzw-csar.csar
2022-06-09T04:50:21.887Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-09T04:50:21.887Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:50:21.887Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T04:50:21.887Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RtPgZW 0 is matching search criteria
2022-06-09T04:50:21.888Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-09T04:50:21.888Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RtPgZW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T04:50:21.888Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:50:21.888Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T04:50:21.888Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RtPgZW 0 is matching search criteria
2022-06-09T04:50:21.888Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-09T04:50:21.889Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RtPgZW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T04:50:21.889Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:50:21.889Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T04:50:21.889Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:50:21.889Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RtPgZW 0 is not matching search criteria
2022-06-09T04:50:21.890Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-09T04:50:21.890Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-09T04:50:21.890Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-09T04:50:21.890Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-09T04:50:21.890Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-09T04:50:21.890Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:50:21.891Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-09T04:50:21.891Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:50:21.891Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RtPgZW 0 is matching search criteria
2022-06-09T04:50:21.892Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RtPgZW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T04:50:21.892Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:50:21.892Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RtPgZW 0 is matching search criteria
2022-06-09T04:50:21.892Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RtPgZW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T04:50:21.893Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:50:21.893Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RtPgZW 0 is matching search criteria
2022-06-09T04:50:21.893Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RtPgZW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T04:50:21.893Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:50:21.893Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RtPgZW 0 is not matching search criteria
2022-06-09T04:50:21.894Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-09T04:50:21.894Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-09T04:50:21.894Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5af52c7a-f672-42da-8144-26ac69ffb167
2022-06-09T04:50:21.894Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:50:21.894Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T04:50:21.895Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:50:21.895Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T04:50:21.895Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:50:21.895Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T04:50:21.895Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:50:21.895Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T04:50:21.896Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_RtPgZW
Description:service
Model UUID:9ee77f18-2cd7-4ef1-a044-977dfdcd1af1
Model Version:NULL
Model InvariantUuid:f129b526-b5f7-41e5-81df-48a7b5cf703f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_RtPgZW
Model UUID:63075b40-2a61-4f04-9d00-89fcbd078b46
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cb2d49fc-0a62-445a-b0ac-1f5ff169e0cb
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:76420663-e181-4c8d-b7c7-d2518b5d51f4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8f6b4d8d-faf9-47f5-b4a6-1d3246578a94
ModelName:BasicOnboardRtpgzw..base_ubuntu18..module-0
ModelUuid:f8f0dd9d-8985-4ac4-8fdb-98f101754305
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5af52c7a-f672-42da-8144-26ac69ffb167
ModelInvariantUuid:5f748d4f-3687-4f41-b19b-4ee3420bc365
ModelName:basic_onboard_RtPgZW-nodes.ubuntu18Cvfc
ModelUuid:f8a10047-989a-4a14-b81b-2ce0ce756271
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:003167ca-5a93-491a-baf2-5f04c8ee6b14
ModelInvariantUuid:7cd0ab5e-8a38-4249-be1a-fd6f2d4f0f9f
ModelName:BasicOnboardRtpgzw.compute.nodes.heat.ubuntu18
ModelUuid:ae12256d-e4df-40f8-8177-e8359e95bf9d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-09T04:50:21.901Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 2e6673c8-07a6-4081-8257-c4e0ede29b35
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-09T04:50:21.904Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||basic_onboard_RtPgZW 0
2022-06-09T04:50:21.904Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2e6673c8-07a6-4081-8257-c4e0ede29b35
2022-06-09T04:50:21.904Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 13ad8e98-a146-414c-be32-a1656e7322b9 from URL: /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json
2022-06-09T04:50:21.905Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-09T04:50:21.905Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json
2022-06-09T04:50:22.158Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-09T04:50:22.159Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json 13ad8e98-a146-414c-be32-a1656e7322b9 798
2022-06-09T04:50:22.160Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json ASDC sendASDCNotification
2022-06-09T04:50:22.160Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json
2022-06-09T04:50:22.160Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T04:50:22.160Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:50:22.162Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:50:22.162Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750222159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:50:22.263Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T04:50:22.265Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:50:22.265Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T04:50:22.337Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:50:22.338Z||pool-27-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":1,"count":1}
2022-06-09T04:50:23.164Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardRtpgzw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8f6b4d8d-faf9-47f5-b4a6-1d3246578a94",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f8f0dd9d-8985-4ac4-8fdb-98f101754305",
"vfModuleModelCustomizationUUID": "61ff32b5-ac31-466a-80d1-316db8e59dd8",
"isBase": true,
"artifacts": [
"a42eec37-f832-4e59-bd5d-905d47c7ddbd",
"92ed35cc-0552-4ff1-bdd0-70eaf6122532"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-09T04:50:23.167Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRtpgzw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f8f0dd9d-8985-4ac4-8fdb-98f101754305
VfModuleModelInvariantUUID:8f6b4d8d-faf9-47f5-b4a6-1d3246578a94
VfModuleModelDescription:NULL
Artifacts UUID List:{
a42eec37-f832-4e59-bd5d-905d47c7ddbd
,
92ed35cc-0552-4ff1-bdd0-70eaf6122532
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-09T04:50:23.169Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardRtpgzw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8f6b4d8d-faf9-47f5-b4a6-1d3246578a94",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f8f0dd9d-8985-4ac4-8fdb-98f101754305",
"vfModuleModelCustomizationUUID": "61ff32b5-ac31-466a-80d1-316db8e59dd8",
"isBase": true,
"artifacts": [
"a42eec37-f832-4e59-bd5d-905d47c7ddbd",
"92ed35cc-0552-4ff1-bdd0-70eaf6122532"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-09T04:50:23.170Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRtpgzw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f8f0dd9d-8985-4ac4-8fdb-98f101754305
VfModuleModelInvariantUUID:8f6b4d8d-faf9-47f5-b4a6-1d3246578a94
VfModuleModelDescription:NULL
Artifacts UUID List:{
a42eec37-f832-4e59-bd5d-905d47c7ddbd
,
92ed35cc-0552-4ff1-bdd0-70eaf6122532
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-09T04:50:23.170Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a42eec37-f832-4e59-bd5d-905d47c7ddbd from URL: /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml
2022-06-09T04:50:23.170Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-09T04:50:23.170Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml
2022-06-09T04:50:23.288Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-09T04:50:23.289Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml a42eec37-f832-4e59-bd5d-905d47c7ddbd 5033
2022-06-09T04:50:23.290Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-09T04:50:23.290Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml
2022-06-09T04:50:23.290Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T04:50:23.290Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:50:23.293Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:50:23.293Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750223290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:50:23.393Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T04:50:23.395Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:50:23.396Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T04:50:23.452Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:50:23.453Z||pool-28-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
2022-06-09T04:50:24.294Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 92ed35cc-0552-4ff1-bdd0-70eaf6122532 from URL: /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env
2022-06-09T04:50:24.295Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-09T04:50:24.295Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env
2022-06-09T04:50:24.609Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-09T04:50:24.610Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env 92ed35cc-0552-4ff1-bdd0-70eaf6122532 909
2022-06-09T04:50:24.610Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-09T04:50:24.610Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env
2022-06-09T04:50:24.611Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T04:50:24.611Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:50:24.614Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:50:24.614Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750224610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:50:24.714Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T04:50:24.715Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:50:24.715Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T04:50:24.741Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:50:24.742Z||pool-29-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":2,"count":1}
2022-06-09T04:50:25.614Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 9ee77f18-2cd7-4ef1-a044-977dfdcd1af1
2022-06-09T04:50:25.615Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_RtPgZW 0 2e6673c8-07a6-4081-8257-c4e0ede29b35 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-06-09T04:50:25.629Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f13dc30, org.onap.sdc.toscaparser.api.parameters.Input@36d2508f, org.onap.sdc.toscaparser.api.parameters.Input@625770cf, org.onap.sdc.toscaparser.api.parameters.Input@10b890aa, org.onap.sdc.toscaparser.api.parameters.Input@15b3cd1]
2022-06-09T04:50:25.630Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:50:25.631Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T04:50:25.631Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-06-09T04:50:25.631Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 76420663-e181-4c8d-b7c7-d2518b5d51f4
2022-06-09T04:50:25.631Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 76420663-e181-4c8d-b7c7-d2518b5d51f4 matches Tosca VF Customization UUID: 76420663-e181-4c8d-b7c7-d2518b5d51f4
2022-06-09T04:50:25.631Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 76420663-e181-4c8d-b7c7-d2518b5d51f4 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-09T04:50:25.633Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:50:25.634Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T04:50:25.635Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 76420663-e181-4c8d-b7c7-d2518b5d51f4: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-09T04:50:25.635Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@28c87dd1
2022-06-09T04:50:25.635Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:50:25.635Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-09T04:50:25.636Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 61ff32b5-ac31-466a-80d1-316db8e59dd8
2022-06-09T04:50:25.636Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 61ff32b5-ac31-466a-80d1-316db8e59dd8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-09T04:50:25.638Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:50:25.638Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RtPgZW 0 is matching search criteria
2022-06-09T04:50:25.639Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RtPgZW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T04:50:25.639Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:50:25.639Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RtPgZW 0 is matching search criteria
2022-06-09T04:50:25.640Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RtPgZW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T04:50:25.640Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:50:25.640Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RtPgZW 0 is not matching search criteria
2022-06-09T04:50:25.641Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-09T04:50:25.641Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-09T04:50:25.642Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5af52c7a-f672-42da-8144-26ac69ffb167
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-09T04:50:25.644Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:50:25.644Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RtPgZW 0 is matching search criteria
2022-06-09T04:50:25.644Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RtPgZW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T04:50:25.644Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:50:25.644Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RtPgZW 0 is matching search criteria
2022-06-09T04:50:25.645Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RtPgZW 0] matching following query criteria: sdcType=VF, customizationUUID=76420663-e181-4c8d-b7c7-d2518b5d51f4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-09T04:50:25.646Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:50:25.647Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T04:50:25.647Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 9ee77f18-2cd7-4ef1-a044-977dfdcd1af1: basic_onboard_RtPgZW
2022-06-09T04:50:25.647Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:50:25.647Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T04:50:25.648Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:50:25.648Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T04:50:25.648Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:50:25.648Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T04:50:25.648Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:50:25.649Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T04:50:25.649Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T04:50:25.649Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T04:50:25.649Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_RtPgZW
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T04:50:25.727Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_RtPgZW 2e6673c8-07a6-4081-8257-c4e0ede29b35 1 ASDC deployResourceStructure
2022-06-09T04:50:25.727Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json ASDC sendASDCNotification
2022-06-09T04:50:25.728Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json
2022-06-09T04:50:25.728Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T04:50:25.728Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:50:25.730Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:50:25.730Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750225727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-09T04:50:25.830Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T04:50:25.832Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:50:25.832Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T04:50:25.897Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:50:25.898Z||pool-30-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1}
2022-06-09T04:50:26.731Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-09T04:50:26.732Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml
2022-06-09T04:50:26.732Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T04:50:26.733Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:50:26.735Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:50:26.736Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750226731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-09T04:50:26.836Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T04:50:26.837Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:50:26.837Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T04:50:26.860Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:50:26.861Z||pool-31-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-09T04:50:27.737Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-09T04:50:27.738Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env
2022-06-09T04:50:27.738Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T04:50:27.738Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:50:27.740Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:50:27.740Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750227737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-09T04:50:27.840Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T04:50:27.842Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:50:27.842Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T04:50:27.876Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:50:27.877Z||pool-32-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-09T04:50:28.741Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar ASDC sendASDCNotification
2022-06-09T04:50:28.746Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar
2022-06-09T04:50:28.746Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T04:50:28.747Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:50:28.753Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:50:28.753Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750228741,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T04:50:28.852Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T04:50:28.853Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:50:28.853Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T04:50:28.879Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:50:28.880Z||pool-33-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-09T04:50:29.754Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9180958c-8aba-4031-a4ba-98c29fb9a452
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-09T04:50:29.768Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9180958c-8aba-4031-a4ba-98c29fb9a452
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-09T04:50:29.770Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T04:50:29.770Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T04:50:29.770Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T04:50:59.771Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9180958c-8aba-4031-a4ba-98c29fb9a452
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-09T04:50:59.782Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9180958c-8aba-4031-a4ba-98c29fb9a452
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-09T04:50:59.784Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T04:50:59.784Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T04:50:59.784Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T04:51:02.680Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:51:02.681Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:51:02.681Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:51:02.756Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:51:02.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750142676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json",
"status": "NOTIFIED"
}
2022-06-09T04:51:02.761Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.761Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750142676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-09T04:51:02.761Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.761Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750142676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.762Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.762Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750142676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-09T04:51:02.762Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.763Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750142676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.763Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750142676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T04:51:02.764Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "cds",
"timestamp": 1654750147056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.765Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654750149446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.765Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "ves-openapi-manager",
"timestamp": 1654750146194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750150815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:51:02.767Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:51:02.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "policy-id",
"timestamp": 1654750144869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654750149446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json",
"status": "NOTIFIED"
}
2022-06-09T04:51:02.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "ves-openapi-manager",
"timestamp": 1654750146194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "cds",
"timestamp": 1654750147056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "policy-id",
"timestamp": 1654750144869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "cds",
"timestamp": 1654750147056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "ves-openapi-manager",
"timestamp": 1654750146194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654750149446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-09T04:51:02.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "policy-id",
"timestamp": 1654750144869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-09T04:51:02.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "ves-openapi-manager",
"timestamp": 1654750146194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "cds",
"timestamp": 1654750147056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654750149446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "policy-id",
"timestamp": 1654750144869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "cds",
"timestamp": 1654750147056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "ves-openapi-manager",
"timestamp": 1654750146194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654750149446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-09T04:51:02.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "policy-id",
"timestamp": 1654750144869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654750149446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "ves-openapi-manager",
"timestamp": 1654750146194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "cds",
"timestamp": 1654750147056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "policy-id",
"timestamp": 1654750144869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750156268,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:51:02.782Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:51:02.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "cds",
"timestamp": 1654750147056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T04:51:02.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654750149446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T04:51:02.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "ves-openapi-manager",
"timestamp": 1654750146194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "policy-id",
"timestamp": 1654750144869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T04:51:02.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750157370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:51:02.784Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:51:02.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654750157863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:51:02.785Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:51:02.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "cds",
"timestamp": 1654750157133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:51:02.785Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:51:02.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "policy-id",
"timestamp": 1654750156914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:51:02.786Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:51:02.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750158445,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:51:02.787Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:51:02.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "cds",
"timestamp": 1654750158138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-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-06-09T04:51:02.806Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9180958c-8aba-4031-a4ba-98c29fb9a452
2022-06-09T04:51:02.806Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9180958c-8aba-4031-a4ba-98c29fb9a452 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T04:51:02.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654750158934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:51:02.818Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:51:02.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "policy-id",
"timestamp": 1654750157919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T04:51:02.819Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:51:02.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750159837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json",
"status": "DEPLOY_OK"
}
2022-06-09T04:51:02.819Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:51:02.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "policy-id",
"timestamp": 1654750158923,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T04:51:02.826Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9180958c-8aba-4031-a4ba-98c29fb9a452
2022-06-09T04:51:02.826Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9180958c-8aba-4031-a4ba-98c29fb9a452 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T04:51:02.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654750160078,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:51:02.836Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:51:02.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750160844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-09T04:51:02.836Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:51:02.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654750161106,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T04:51:02.845Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9180958c-8aba-4031-a4ba-98c29fb9a452
2022-06-09T04:51:02.845Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9180958c-8aba-4031-a4ba-98c29fb9a452 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-09T04:51:02.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750161847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-09T04:51:02.854Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:51:02.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654750162119,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-09T04:51:02.855Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:51:02.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750162853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T04:51:02.855Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:51:02.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "aai-ml",
"timestamp": 1654750163791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654750163096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.857Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "aai-ml",
"timestamp": 1654750163791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.857Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654750163096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "aai-ml",
"timestamp": 1654750163791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.859Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654750163096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.859Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "aai-ml",
"timestamp": 1654750163791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.860Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654750163096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.860Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "clamp",
"timestamp": 1654750166985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.861Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "aai-ml",
"timestamp": 1654750163791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.862Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "clamp",
"timestamp": 1654750166985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json",
"status": "NOTIFIED"
}
2022-06-09T04:51:02.863Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654750163096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "aai-ml",
"timestamp": 1654750163791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.865Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "clamp",
"timestamp": 1654750166985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654750163096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "aai-ml",
"timestamp": 1654750163791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T04:51:02.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654750163096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T04:51:02.868Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "clamp",
"timestamp": 1654750166985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.869Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "clamp",
"timestamp": 1654750166985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.870Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "aai-ml",
"timestamp": 1654750171705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:51:02.871Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:51:02.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654750170877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:51:02.872Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:51:02.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "clamp",
"timestamp": 1654750166985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:51:02.873Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "clamp",
"timestamp": 1654750166985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T04:51:02.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-09T04:51:02.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654750173148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T04:51:02.875Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:51:02.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654750174154,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T04:51:02.885Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9180958c-8aba-4031-a4ba-98c29fb9a452
2022-06-09T04:51:02.885Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9180958c-8aba-4031-a4ba-98c29fb9a452 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T04:51:02.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "aai-ml",
"timestamp": 1654750180818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T04:51:02.898Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:51:02.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "aai-ml",
"timestamp": 1654750181836,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T04:51:02.904Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9180958c-8aba-4031-a4ba-98c29fb9a452
2022-06-09T04:51:02.904Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9180958c-8aba-4031-a4ba-98c29fb9a452 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T04:51:02.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "clamp",
"timestamp": 1654750185657,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:51:02.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:51:02.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "clamp",
"timestamp": 1654750188661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T04:51:02.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:51:02.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-09T04:51:02.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "clamp",
"timestamp": 1654750189667,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T04:51:02.929Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9180958c-8aba-4031-a4ba-98c29fb9a452
2022-06-09T04:51:02.929Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9180958c-8aba-4031-a4ba-98c29fb9a452 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T04:51:29.785Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9180958c-8aba-4031-a4ba-98c29fb9a452
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-09T04:51:29.798Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9180958c-8aba-4031-a4ba-98c29fb9a452
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-09T04:51:29.802Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T04:51:29.802Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-09T04:51:29.802Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-09T04:51:29.803Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-09T04:51:29.804Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T04:51:29.804Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T04:51:29.804Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T04:51:29.804Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T04:51:29.804Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T04:51:29.804Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T04:51:29.804Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T04:51:29.816Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-09T04:51:59.817Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9180958c-8aba-4031-a4ba-98c29fb9a452 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-09T04:51:59.826Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9180958c-8aba-4031-a4ba-98c29fb9a452 and serviceModelVersionId: 9ee77f18-2cd7-4ef1-a044-977dfdcd1af1
2022-06-09T04:51:59.826Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f129b526-b5f7-41e5-81df-48a7b5cf703f
2022-06-09T04:51:59.827Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f129b526-b5f7-41e5-81df-48a7b5cf703f/model-vers/model-ver/9ee77f18-2cd7-4ef1-a044-977dfdcd1af1?depth=0
2022-06-09T04:51:59.833Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-09T04:51:59.901Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f129b526-b5f7-41e5-81df-48a7b5cf703f/model-vers/model-ver/9ee77f18-2cd7-4ef1-a044-977dfdcd1af1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-09T04:51:59.902Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f129b526-b5f7-41e5-81df-48a7b5cf703f/model-vers/model-ver/9ee77f18-2cd7-4ef1-a044-977dfdcd1af1?depth=0|INFO|500||Invoke
2022-06-09T04:51:59.937Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f129b526-b5f7-41e5-81df-48a7b5cf703f/model-vers/model-ver/9ee77f18-2cd7-4ef1-a044-977dfdcd1af1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-09T04:52:00.359Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f129b526-b5f7-41e5-81df-48a7b5cf703f/model-vers/model-ver/9ee77f18-2cd7-4ef1-a044-977dfdcd1af1?depth=0|INFO|500||InvokeReturn
2022-06-09T04:52:00.360Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f129b526-b5f7-41e5-81df-48a7b5cf703f/model-vers/model-ver/9ee77f18-2cd7-4ef1-a044-977dfdcd1af1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220609-04:51:59:186-79041], vertex-id=[188616], Content-Length=[0], Date=[Thu, 09 Jun 2022 04:51:59 GMT], Content-Type=[application/json]}
2022-06-09T04:52:00.360Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-06-09T04:52:00.360Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-09T04:52:00.360Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-09T04:52:00.367Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-09T04:52:00.367Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9180958c-8aba-4031-a4ba-98c29fb9a452 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-09T04:52:00.367Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-09T04:52:00.368Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-09T04:52:00.372Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T04:52:00.372Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750320367,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-09T04:52:00.471Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T04:52:00.473Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T04:52:00.473Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T04:52:00.588Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:52:00.589Z||pool-34-thread-1|||||INFO|500||cambria reply ok (117 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-06-09T04:52:01.388Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:52:01.389Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:52:01.389Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:52:02.679Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:52:02.680Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:52:02.680Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:52:02.740Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:52:02.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T04:52:02.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750210748,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-09T04:52:02.743Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:52:02.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T04:52:02.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750211767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:52:02.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-09T04:52:02.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T04:52:02.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750211767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json",
"status": "NOTIFIED"
}
2022-06-09T04:52:02.744Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-09T04:52:02.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T04:52:02.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750211767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-09T04:52:02.744Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-09T04:52:02.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T04:52:02.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750211767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:52:02.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-09T04:52:02.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T04:52:02.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750211767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-09T04:52:02.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-09T04:52:02.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T04:52:02.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750211767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T04:52:02.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-09T04:52:02.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T04:52:02.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750211767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T04:52:02.747Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-09T04:52:02.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T04:52:02.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750219599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:52:02.747Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:52:02.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T04:52:02.748Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750222159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:52:02.748Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:52:02.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T04:52:02.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750223290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:52:02.749Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:52:02.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T04:52:02.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750224610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-09T04:52:02.750Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:52:02.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T04:52:02.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750225727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-09T04:52:02.750Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:52:02.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T04:52:02.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750226731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-09T04:52:02.750Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:52:02.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T04:52:02.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750227737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-09T04:52:02.751Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:52:02.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-09T04:52:02.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750228741,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T04:52:02.751Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:52:11.059Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:52:11.060Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:52:11.061Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:52:11.061Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:52:20.670Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:53:02.677Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:53:02.679Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:53:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:53:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:53:02.680Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:53:02.680Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:53:03.228Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:53:03.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-09T04:53:03.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654750320367,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-09T04:53:03.231Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T04:53:12.313Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:54:02.677Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:54:02.678Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:54:02.678Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:54:02.679Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:54:02.679Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:54:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:54:12.354Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:54:12.380Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:55:02.676Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:55:02.677Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:55:02.677Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:55:02.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:55:02.679Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:55:02.680Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:55:12.282Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:55:12.293Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:56:02.677Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:56:02.678Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:56:02.678Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:56:02.679Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:56:02.679Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:56:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:56:12.278Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:56:12.282Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:57:02.676Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:57:02.676Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:57:02.677Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:57:02.678Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:57:02.679Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:57:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:57:12.277Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:57:12.287Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:58:02.676Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:58:02.677Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:58:02.677Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:58:02.679Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:58:02.679Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:58:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:58:12.367Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:58:12.369Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:59:02.675Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:59:02.676Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:59:02.676Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T04:59:02.678Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T04:59:02.679Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T04:59:02.680Z||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 GuooXKzmq98BzA20) ...
2022-06-09T04:59:12.283Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T04:59:12.283Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:00:02.676Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T05:00:02.677Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T05:00:02.677Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T05:00:02.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T05:00:02.680Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T05:00:02.680Z||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 GuooXKzmq98BzA20) ...
2022-06-09T05:00:12.278Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:00:12.287Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:01:02.676Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T05:01:02.679Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T05:01:02.679Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T05:01:02.679Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T05:01:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T05:01:02.679Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T05:01:12.267Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:01:12.292Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:02:02.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T05:02:02.676Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T05:02:02.676Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T05:02:02.678Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T05:02:02.679Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T05:02:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T05:02:12.289Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:02:12.290Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:03:02.676Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T05:03:02.677Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T05:03:02.677Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T05:03:02.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T05:03:02.679Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T05:03:02.680Z||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 GuooXKzmq98BzA20) ...
2022-06-09T05:03:12.273Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:03:12.281Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:04:02.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T05:04:02.677Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T05:04:02.677Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ...
2022-06-09T05:04:02.679Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T05:04:02.679Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T05:04:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T05:04:12.252Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:04:12.262Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:05:02.676Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T05:05:02.676Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T05:05:02.676Z||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 GuooXKzmq98BzA20) ...
2022-06-09T05:05:02.678Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T05:05:02.679Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T05:05:02.680Z||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 GuooXKzmq98BzA20) ...
2022-06-09T05:05:12.284Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:05:12.297Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:06:02.676Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T05:06:02.678Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T05:06:02.678Z||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 GuooXKzmq98BzA20) ...
2022-06-09T05:06:02.679Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T05:06:02.680Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T05:06:02.680Z||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 GuooXKzmq98BzA20) ...
2022-06-09T05:06:12.259Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:06:12.275Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:07:02.676Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T05:07:02.677Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T05:07:02.677Z||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 GuooXKzmq98BzA20) ...
2022-06-09T05:07:02.679Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T05:07:02.679Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T05:07:02.680Z||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 GuooXKzmq98BzA20) ...
2022-06-09T05:07:12.297Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:07:12.296Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:08:02.675Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T05:08:02.676Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T05:08:02.676Z||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 GuooXKzmq98BzA20) ...
2022-06-09T05:08:02.678Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T05:08:02.679Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T05:08:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T05:08:12.568Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:08:12.611Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:09:02.676Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T05:09:02.678Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T05:09:02.678Z||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 GuooXKzmq98BzA20) ...
2022-06-09T05:09:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T05:09:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T05:09:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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 GuooXKzmq98BzA20) ...
2022-06-09T05:09:12.344Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:09:12.372Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:10:02.676Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T05:10:02.677Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T05:10:02.678Z||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 GuooXKzmq98BzA20) ...
2022-06-09T05:10:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T05:10:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T05:10:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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 GuooXKzmq98BzA20) ...
2022-06-09T05:10:08.092Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:10:08.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T05:10:08.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"cb4aa7ac-333a-4725-92e9-16d2cbb3389f","serviceName":"Demo_pNF_zCb4eKBP8yy6tjRD6UkN","serviceVersion":"1.0","serviceUUID":"141f4e02-4b6a-408a-8886-49330d9657de","serviceDescription":"catalog service description","serviceInvariantUUID":"5132b35d-1cbb-4802-80ce-6180a6e93e8d","resources":[{"resourceInstanceName":"pNF a0fbf114-5fc7 0","resourceName":"pNF a0fbf114-5fc7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"431851ee-d1c4-4aa9-a065-5b8e9ac0d841","resourceInvariantUUID":"fe5194bc-1c15-40f5-be41-663228e797ce","resourceCustomizationUUID":"c27b2eda-90e3-4fdf-a553-7367536a9a59","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vf-license-model.xml","artifactChecksum":"ODAxOTllZjM4NjM2ZjczMjhlOGY0ZWUyMGE1NTU3Nzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95c301b9-121f-4977-b84d-4459b15b7d30","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/pNF.csar","artifactChecksum":"Yzg1YWZkM2IzMzdiMGE5ZDIwMTIzNzI3ZDk1Y2Q0NmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"91f0ae5f-c191-413a-964d-604478513e3d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"afa5e78e-0bda-4b14-95ac-6a9a5e946ca1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vendor-license-model.xml","artifactChecksum":"OTcxOTY5OWNlYzdjYTZkODJhNjY3ZWQyYzBiZjQyYzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3ab6323a-e20f-4600-9726-442725fde9b0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"64a6ca99-a978-44f6-a004-b204dedd5b77","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31357ceb-f827-4b9f-878a-431cc99df28f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZcb4ekbp8yy6tjrd6ukn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-template.yml","artifactChecksum":"N2Q3NmVhMWNlZTNlYjY4MTM0YWFiOWU2YTVhOGY4MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4512cb4e-4163-41ec-8392-1ab08c047847","artifactVersion":"1"},{"artifactName":"service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar","artifactChecksum":"MTJhNzIyOWRjNDBjNDExZjZkMDZkZTk5Nzg1MWY0Zjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6340d53-f64f-459a-a5e3-4a92b8c096be","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-09T05:10:08.103Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T05:10:08.104Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-09T05:10:08.110Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T05:10:08.110Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751402676,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:10:08.209Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T05:10:08.210Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T05:10:08.211Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T05:10:08.254Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:10:08.255Z||pool-35-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":18,"count":1}
2022-06-09T05:10:08.404Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:10:08.404Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T05:10:08.404Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654751406194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:10:08.405Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-09T05:10:09.112Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T05:10:09.113Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-09T05:10:09.118Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T05:10:09.119Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751402676,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:10:09.215Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-09T05:10:09.217Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T05:10:09.218Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T05:10:09.259Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:10:09.260Z||pool-36-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-06-09T05:10:10.120Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T05:10:10.128Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-09T05:10:10.133Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T05:10:10.133Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751402676,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:10:10.231Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-09T05:10:10.232Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T05:10:10.232Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T05:10:10.277Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:10:10.278Z||pool-37-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":3,"count":1}
2022-06-09T05:10:11.134Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T05:10:11.135Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-09T05:10:11.137Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T05:10:11.137Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751402676,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:10:11.237Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T05:10:11.239Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T05:10:11.239Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T05:10:11.350Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:10:11.351Z||pool-38-thread-1|||||INFO|500||cambria reply ok (113 ms):{"serverTimeMs":0,"count":1}
2022-06-09T05:10:12.138Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T05:10:12.139Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-09T05:10:12.142Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T05:10:12.142Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751402676,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:10:12.242Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T05:10:12.243Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T05:10:12.244Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T05:10:12.272Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:10:12.273Z||pool-39-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-09T05:10:13.143Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T05:10:13.144Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-09T05:10:13.146Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T05:10:13.146Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751402676,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:10:13.246Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T05:10:13.248Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T05:10:13.248Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T05:10:13.308Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:10:13.309Z||pool-40-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":1,"count":1}
2022-06-09T05:10:14.149Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T05:10:14.150Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-09T05:10:14.153Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T05:10:14.153Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751402676,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:10:14.253Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T05:10:14.254Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T05:10:14.254Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T05:10:14.322Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:10:14.323Z||pool-41-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1}
2022-06-09T05:10:15.157Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T05:10:15.158Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-09T05:10:15.160Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T05:10:15.160Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751402676,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T05:10:15.260Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T05:10:15.261Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T05:10:15.261Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T05:10:15.316Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:10:15.318Z||pool-42-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-06-09T05:10:16.164Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"serviceName": "Demo_pNF_zCb4eKBP8yy6tjRD6UkN",
"serviceVersion": "1.0",
"serviceUUID": "141f4e02-4b6a-408a-8886-49330d9657de",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5132b35d-1cbb-4802-80ce-6180a6e93e8d",
"resources": [
{
"resourceInstanceName": "pNF a0fbf114-5fc7 0",
"resourceCustomizationUUID": "c27b2eda-90e3-4fdf-a553-7367536a9a59",
"resourceName": "pNF a0fbf114-5fc7",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "431851ee-d1c4-4aa9-a065-5b8e9ac0d841",
"resourceInvariantUUID": "fe5194bc-1c15-40f5-be41-663228e797ce",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar",
"artifactChecksum": "MTJhNzIyOWRjNDBjNDExZjZkMDZkZTk5Nzg1MWY0Zjc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d6340d53-f64f-459a-a5e3-4a92b8c096be"
}
],
"workloadContext": "Production"
}
2022-06-09T05:10:16.164Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-09T05:10:16.165Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 141f4e02-4b6a-408a-8886-49330d9657de ASDC
2022-06-09T05:10:16.166Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:cb4aa7ac-333a-4725-92e9-16d2cbb3389f
ServiceName:Demo_pNF_zCb4eKBP8yy6tjRD6UkN
ServiceVersion:1.0
ServiceUUID:141f4e02-4b6a-408a-8886-49330d9657de
ServiceInvariantUUID:5132b35d-1cbb-4802-80ce-6180a6e93e8d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar
ArtifactUUID:d6340d53-f64f-459a-a5e3-4a92b8c096be
ArtifactChecksum:MTJhNzIyOWRjNDBjNDExZjZkMDZkZTk5Nzg1MWY0Zjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a0fbf114-5fc7 0
ResourceCustomizationUUID:c27b2eda-90e3-4fdf-a553-7367536a9a59
ResourceInvariantUUID:fe5194bc-1c15-40f5-be41-663228e797ce
ResourceName:pNF a0fbf114-5fc7
ResourceType:PNF
ResourceUUID:431851ee-d1c4-4aa9-a065-5b8e9ac0d841
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-06-09T05:10:16.166Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 141f4e02-4b6a-408a-8886-49330d9657de ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T05:10:16.207Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T05:10:16.208Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-09T05:10:16.209Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-09T05:10:16.209Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d6340d53-f64f-459a-a5e3-4a92b8c096be from URL: /sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar
2022-06-09T05:10:16.209Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-09T05:10:16.210Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar
2022-06-09T05:10:16.403Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-09T05:10:16.409Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar d6340d53-f64f-459a-a5e3-4a92b8c096be 82650
2022-06-09T05:10:16.409Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar ASDC sendASDCNotification
2022-06-09T05:10:16.409Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar
2022-06-09T05:10:16.409Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T05:10:16.409Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-09T05:10:16.411Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T05:10:16.411Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751416409,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T05:10:16.511Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T05:10:16.512Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T05:10:16.513Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T05:10:16.565Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:10:16.566Z||pool-43-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-06-09T05:10:17.412Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T05:10:17.413Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-09T05:10:17.413Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d6340d53-f64f-459a-a5e3-4a92b8c096be, URL: /sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar to file: /app/ASDC/1/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar
2022-06-09T05:10:17.414Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar
2022-06-09T05:10:17.414Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar
2022-06-09T05:10:17.414Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar
2022-06-09T05:10:17.579Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4253441439924590759/Definitions/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-template.yml
2022-06-09T05:10:18.467Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-09T05:10:18.467Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-09T05:10:18.467Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar
2022-06-09T05:10:18.468Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-09T05:10:18.468Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a0fbf114-5fc7 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-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar
2022-06-09T05:10:18.468Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||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-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar
2022-06-09T05:10:18.468Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar
2022-06-09T05:10:18.468Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||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-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar
2022-06-09T05:10:18.468Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|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-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar
2022-06-09T05:10:18.468Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|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-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar
2022-06-09T05:10:18.468Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|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-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar
2022-06-09T05:10:18.469Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-09T05:10:18.469Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T05:10:18.469Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_zCb4eKBP8yy6tjRD6UkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T05:10:18.470Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Node template pNF a0fbf114-5fc7 0 is matching search criteria
2022-06-09T05:10:18.470Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-09T05:10:18.470Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF a0fbf114-5fc7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T05:10:18.470Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T05:10:18.470Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_zCb4eKBP8yy6tjRD6UkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T05:10:18.470Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Node template pNF a0fbf114-5fc7 0 is matching search criteria
2022-06-09T05:10:18.470Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-09T05:10:18.471Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF a0fbf114-5fc7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T05:10:18.471Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T05:10:18.471Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_zCb4eKBP8yy6tjRD6UkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T05:10:18.471Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T05:10:18.471Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_zCb4eKBP8yy6tjRD6UkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T05:10:18.471Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T05:10:18.471Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_zCb4eKBP8yy6tjRD6UkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T05:10:18.471Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T05:10:18.472Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_zCb4eKBP8yy6tjRD6UkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T05:10:18.472Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T05:10:18.472Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_zCb4eKBP8yy6tjRD6UkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T05:10:18.472Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_zCb4eKBP8yy6tjRD6UkN
Description:catalog service description
Model UUID:141f4e02-4b6a-408a-8886-49330d9657de
Model Version:NULL
Model InvariantUuid:5132b35d-1cbb-4802-80ce-6180a6e93e8d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-09T05:10:18.480Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 431851ee-d1c4-4aa9-a065-5b8e9ac0d841
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-09T05:10:18.486Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||pNF a0fbf114-5fc7 0
2022-06-09T05:10:18.486Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 431851ee-d1c4-4aa9-a065-5b8e9ac0d841
2022-06-09T05:10:18.487Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 141f4e02-4b6a-408a-8886-49330d9657de
2022-06-09T05:10:18.487Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 141f4e02-4b6a-408a-8886-49330d9657de
2022-06-09T05:10:18.488Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a0fbf114-5fc7 0 431851ee-d1c4-4aa9-a065-5b8e9ac0d841 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-09T05:10:18.494Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f300a3e, org.onap.sdc.toscaparser.api.parameters.Input@6c998031, org.onap.sdc.toscaparser.api.parameters.Input@1816e417, org.onap.sdc.toscaparser.api.parameters.Input@54cd3590, org.onap.sdc.toscaparser.api.parameters.Input@1be3b4cd]
2022-06-09T05:10:18.494Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T05:10:18.494Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_zCb4eKBP8yy6tjRD6UkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T05:10:18.495Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 141f4e02-4b6a-408a-8886-49330d9657de: pNF a0fbf114-5fc7
2022-06-09T05:10:18.495Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||Processing PNF resource: 431851ee-d1c4-4aa9-a065-5b8e9ac0d841
2022-06-09T05:10:18.495Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T05:10:18.495Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_zCb4eKBP8yy6tjRD6UkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T05:10:18.495Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||Resource customization UUID: c27b2eda-90e3-4fdf-a553-7367536a9a59 is the same as notified resource customizationUUID: c27b2eda-90e3-4fdf-a553-7367536a9a59
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-09T05:10:18.599Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a0fbf114-5fc7 431851ee-d1c4-4aa9-a065-5b8e9ac0d841 0 ASDC deployResourceStructure
2022-06-09T05:10:18.600Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar ASDC sendASDCNotification
2022-06-09T05:10:18.600Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar
2022-06-09T05:10:18.600Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-09T05:10:18.601Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-09T05:10:18.602Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T05:10:18.602Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751418600,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T05:10:18.703Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T05:10:18.704Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T05:10:18.704Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T05:10:18.736Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:10:18.736Z||pool-44-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-06-09T05:10:19.604Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-09T05:10:19.618Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-09T05:10:19.621Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T05:10:19.622Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T05:10:19.622Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T05:10:49.625Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-09T05:10:49.652Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-09T05:10:49.655Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T05:10:49.655Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T05:10:49.655Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T05:11:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T05:11:02.680Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T05:11:02.681Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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 GuooXKzmq98BzA20) ...
2022-06-09T05:11:02.730Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:11:02.730Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T05:11:02.730Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751402676,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:11:02.731Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-09T05:11:19.655Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-09T05:11:19.669Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-09T05:11:19.671Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T05:11:19.671Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T05:11:19.671Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T05:11:49.672Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-09T05:11:49.686Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-09T05:11:49.693Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T05:11:49.694Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T05:11:49.694Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T05:12:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T05:12:02.680Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T05:12:02.680Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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 GuooXKzmq98BzA20) ...
2022-06-09T05:12:02.791Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:12:02.792Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-09T05:12:02.792Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "policy-id",
"timestamp": 1654751404868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:12:02.794Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-09T05:12:19.694Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-09T05:12:19.708Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-09T05:12:19.711Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T05:12:19.711Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T05:12:19.711Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T05:12:49.711Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-09T05:12:49.725Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-09T05:12:49.728Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T05:12:49.728Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-09T05:12:49.728Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-09T05:13:02.679Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T05:13:02.680Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T05:13:02.680Z||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 GuooXKzmq98BzA20) ...
2022-06-09T05:13:02.742Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:13:02.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "cds",
"timestamp": 1654751407056,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654751406194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751402676,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "policy-id",
"timestamp": 1654751404868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.747Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "cds",
"timestamp": 1654751407056,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.747Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654751406194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.748Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751402676,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.748Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751409446,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "policy-id",
"timestamp": 1654751404868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "cds",
"timestamp": 1654751407056,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "policy-id",
"timestamp": 1654751404868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.750Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751402676,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.750Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654751406194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.750Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.751Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751409446,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.753Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.753Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.753Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "cds",
"timestamp": 1654751407056,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.753Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654751406194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.754Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751402676,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.754Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751409446,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.754Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "policy-id",
"timestamp": 1654751404868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "cds",
"timestamp": 1654751407056,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751402676,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654751406194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-06-09T05:13:02.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751409446,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "policy-id",
"timestamp": 1654751404868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "cds",
"timestamp": 1654751407056,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654751406194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751402676,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751409446,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "policy-id",
"timestamp": 1654751404868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "cds",
"timestamp": 1654751407056,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654751406194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751402676,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T05:13:02.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751409446,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "policy-id",
"timestamp": 1654751404868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T05:13:02.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "cds",
"timestamp": 1654751407056,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T05:13:02.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751409446,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751416409,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T05:13:02.761Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:13:02.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654751415446,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-09T05:13:02.761Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:13:02.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "policy-id",
"timestamp": 1654751415400,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T05:13:02.761Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:13:02.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "cds",
"timestamp": 1654751416055,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T05:13:02.762Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:13:02.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751409446,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T05:13:02.762Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "policy-id",
"timestamp": 1654751416406,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T05:13:02.762Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:13:02.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654751416656,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-06-09T05:13:02.764Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:13:02.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.764Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "cds",
"timestamp": 1654751417076,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-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-06-09T05:13:02.776Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cb4aa7ac-333a-4725-92e9-16d2cbb3389f
2022-06-09T05:13:02.777Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb4aa7ac-333a-4725-92e9-16d2cbb3389f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T05:13:02.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "policy-id",
"timestamp": 1654751417411,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T05:13:02.796Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb4aa7ac-333a-4725-92e9-16d2cbb3389f
2022-06-09T05:13:02.796Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb4aa7ac-333a-4725-92e9-16d2cbb3389f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T05:13:02.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751418600,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T05:13:02.804Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:13:02.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654751417662,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T05:13:02.810Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of cb4aa7ac-333a-4725-92e9-16d2cbb3389f
2022-06-09T05:13:02.810Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb4aa7ac-333a-4725-92e9-16d2cbb3389f and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T05:13:02.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "aai-ml",
"timestamp": 1654751423791,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.819Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751423098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "aai-ml",
"timestamp": 1654751423791,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.821Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751423098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.822Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "aai-ml",
"timestamp": 1654751423791,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751423098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "aai-ml",
"timestamp": 1654751423791,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "clamp",
"timestamp": 1654751426986,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751423098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "aai-ml",
"timestamp": 1654751423791,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "clamp",
"timestamp": 1654751426986,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751423098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "aai-ml",
"timestamp": 1654751423791,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "clamp",
"timestamp": 1654751426986,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751423098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.832Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "aai-ml",
"timestamp": 1654751423791,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "clamp",
"timestamp": 1654751426986,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751423098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "aai-ml",
"timestamp": 1654751423791,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T05:13:02.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "clamp",
"timestamp": 1654751426986,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751423098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T05:13:02.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "clamp",
"timestamp": 1654751426986,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "aai-ml",
"timestamp": 1654751432850,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T05:13:02.839Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:13:02.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751431976,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T05:13:02.840Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:13:02.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "clamp",
"timestamp": 1654751426986,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:02.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "clamp",
"timestamp": 1654751426986,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T05:13:02.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:13:02.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751433977,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T05:13:02.842Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:13:02.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751434981,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T05:13:02.848Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cb4aa7ac-333a-4725-92e9-16d2cbb3389f
2022-06-09T05:13:02.849Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb4aa7ac-333a-4725-92e9-16d2cbb3389f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T05:13:02.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "aai-ml",
"timestamp": 1654751439102,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T05:13:02.859Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:13:02.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "aai-ml",
"timestamp": 1654751440110,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T05:13:02.865Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cb4aa7ac-333a-4725-92e9-16d2cbb3389f
2022-06-09T05:13:02.866Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb4aa7ac-333a-4725-92e9-16d2cbb3389f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T05:13:02.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "clamp",
"timestamp": 1654751444889,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T05:13:02.875Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:13:02.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "clamp",
"timestamp": 1654751446913,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T05:13:02.877Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:13:02.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:13:02.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "clamp",
"timestamp": 1654751447925,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T05:13:02.882Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cb4aa7ac-333a-4725-92e9-16d2cbb3389f
2022-06-09T05:13:02.882Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb4aa7ac-333a-4725-92e9-16d2cbb3389f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T05:13:19.729Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-09T05:13:19.746Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-09T05:13:19.754Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-09T05:13:19.754Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-09T05:13:19.754Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-09T05:13:19.754Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-09T05:13:19.754Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T05:13:19.755Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T05:13:19.755Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T05:13:19.755Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T05:13:19.755Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T05:13:19.755Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T05:13:19.755Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-09T05:13:19.756Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|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-06-09T05:13:19.761Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-09T05:13:49.761Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-09T05:13:49.771Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f and serviceModelVersionId: 141f4e02-4b6a-408a-8886-49330d9657de
2022-06-09T05:13:49.772Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5132b35d-1cbb-4802-80ce-6180a6e93e8d
2022-06-09T05:13:49.774Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5132b35d-1cbb-4802-80ce-6180a6e93e8d/model-vers/model-ver/141f4e02-4b6a-408a-8886-49330d9657de?depth=0
2022-06-09T05:13:49.783Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-09T05:13:49.857Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|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/5132b35d-1cbb-4802-80ce-6180a6e93e8d/model-vers/model-ver/141f4e02-4b6a-408a-8886-49330d9657de?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-09T05:13:49.859Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5132b35d-1cbb-4802-80ce-6180a6e93e8d/model-vers/model-ver/141f4e02-4b6a-408a-8886-49330d9657de?depth=0|INFO|500||Invoke
2022-06-09T05:13:49.893Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5132b35d-1cbb-4802-80ce-6180a6e93e8d/model-vers/model-ver/141f4e02-4b6a-408a-8886-49330d9657de?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-09T05:13:50.328Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5132b35d-1cbb-4802-80ce-6180a6e93e8d/model-vers/model-ver/141f4e02-4b6a-408a-8886-49330d9657de?depth=0|INFO|500||InvokeReturn
2022-06-09T05:13:50.329Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|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/5132b35d-1cbb-4802-80ce-6180a6e93e8d/model-vers/model-ver/141f4e02-4b6a-408a-8886-49330d9657de?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220609-05:13:49:127-27987], vertex-id=[385176], Content-Length=[0], Date=[Thu, 09 Jun 2022 05:13:49 GMT], Content-Type=[application/json]}
2022-06-09T05:13:50.329Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-06-09T05:13:50.329Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-09T05:13:50.330Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|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-06-09T05:13:50.339Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|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-06-09T05:13:50.340Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb4aa7ac-333a-4725-92e9-16d2cbb3389f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-09T05:13:50.341Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-09T05:13:50.341Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-09T05:13:50.345Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T05:13:50.346Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751630340,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-09T05:13:50.445Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T05:13:50.447Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T05:13:50.447Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T05:13:50.484Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:13:50.485Z||pool-45-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":2,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-09T05:13:51.360Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T05:13:51.360Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T05:13:51.361Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|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 GuooXKzmq98BzA20) ...
2022-06-09T05:13:56.107Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:13:56.109Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-09T05:13:56.109Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"093c4099-3aa8-4472-955f-c84ef504a128","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3faf364d-3645-4940-b765-69fb98c776c1","serviceDescription":"service","serviceInvariantUUID":"d9a4c98c-ac9d-420f-b7d3-5d1cee9b81e5","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"234928ea-9e0e-423d-b605-08969c3f08ac","resourceInvariantUUID":"7421f541-101c-4bd4-90f2-9170a85937de","resourceCustomizationUUID":"b55ad444-f940-42fc-b33c-ef02f85e3e69","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"ODhjMDcyM2Q4ZGVjZTRmNTFhZWE1MDc2MDQ5MTAzY2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c209b732-07c3-4310-9d21-d64abd07fc53","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"M2VhNWMyZGJjNGY5MzJjYTA1YWIzYjQyMzc1Nzc5NWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d394ead7-22e2-47cb-b4f4-09dadd2b51c5","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"591c06a3-98a7-4ea6-bbda-517270bcb3dc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8db0f28b-ae21-491b-8164-8d91ce4716b6","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3b20ef06-a673-49e9-b027-7b92a2249809","artifactVersion":"2","generatedFromUUID":"591c06a3-98a7-4ea6-bbda-517270bcb3dc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OWY4OTFmZmM3Mjk3M2ZjNDU3NjBiZDhjYjA5ZmU3Zjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1ccce969-2d9b-4efe-881b-96d1e1e505fa","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZGU1MTZkNTVlZGIwNzE1Nzk2ZDljNDlkM2E3ODVkMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8d56312-9e18-410d-bf3f-12896d076de9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-09T05:13:56.113Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T05:13:56.114Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-09T05:13:56.116Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T05:13:56.116Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751631359,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:56.216Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T05:13:56.218Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T05:13:56.218Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T05:13:56.245Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:13:56.245Z||pool-46-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-09T05:13:57.117Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T05:13:57.118Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-09T05:13:57.125Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T05:13:57.126Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751631359,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-06-09T05:13:57.221Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-09T05:13:57.222Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T05:13:57.222Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T05:13:57.254Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:13:57.255Z||pool-47-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-09T05:13:58.126Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T05:13:58.127Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-09T05:13:58.130Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T05:13:58.130Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751631359,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-06-09T05:13:58.230Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T05:13:58.231Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T05:13:58.231Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T05:13:58.257Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:13:58.258Z||pool-48-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-09T05:13:59.131Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T05:13:59.132Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-09T05:13:59.134Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T05:13:59.134Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751631359,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:13:59.234Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T05:13:59.235Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T05:13:59.235Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T05:13:59.266Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:13:59.266Z||pool-49-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-09T05:14:00.135Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T05:14:00.136Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-09T05:14:00.138Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T05:14:00.139Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751631359,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-06-09T05:14:00.239Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T05:14:00.240Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T05:14:00.240Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T05:14:00.328Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:14:00.329Z||pool-50-thread-1|||||INFO|500||cambria reply ok (90 ms):{"serverTimeMs":1,"count":1}
2022-06-09T05:14:01.139Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T05:14:01.140Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-09T05:14:01.143Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T05:14:01.143Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751631359,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:01.243Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-09T05:14:01.244Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T05:14:01.245Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T05:14:01.318Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:14:01.319Z||pool-51-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":2,"count":1}
2022-06-09T05:14:02.144Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-09T05:14:02.145Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-09T05:14:02.147Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T05:14:02.147Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751631359,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T05:14:02.247Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T05:14:02.248Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T05:14:02.248Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T05:14:02.309Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:14:02.310Z||pool-52-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2022-06-09T05:14:02.679Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-09T05:14:02.679Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-09T05:14:02.679Z||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 GuooXKzmq98BzA20) ...
2022-06-09T05:14:02.779Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:14:02.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "cds",
"timestamp": 1654751467057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "ves-openapi-manager",
"timestamp": 1654751466194,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751469449,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "policy-id",
"timestamp": 1654751464869,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "ves-openapi-manager",
"timestamp": 1654751466194,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "cds",
"timestamp": 1654751467057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751469449,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-06-09T05:14:02.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "policy-id",
"timestamp": 1654751464869,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "ves-openapi-manager",
"timestamp": 1654751466194,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "cds",
"timestamp": 1654751467057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751469449,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-06-09T05:14:02.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "policy-id",
"timestamp": 1654751464869,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-06-09T05:14:02.832Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "ves-openapi-manager",
"timestamp": 1654751466194,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.832Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751469449,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "cds",
"timestamp": 1654751467057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "policy-id",
"timestamp": 1654751464869,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "ves-openapi-manager",
"timestamp": 1654751466194,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "cds",
"timestamp": 1654751467057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751469449,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-06-09T05:14:02.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "policy-id",
"timestamp": 1654751464869,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "ves-openapi-manager",
"timestamp": 1654751466194,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "cds",
"timestamp": 1654751467057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751469449,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "policy-id",
"timestamp": 1654751464869,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "cds",
"timestamp": 1654751467057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T05:14:02.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "ves-openapi-manager",
"timestamp": 1654751466194,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751469449,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T05:14:02.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "policy-id",
"timestamp": 1654751464869,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T05:14:02.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "cds",
"timestamp": 1654751481509,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T05:14:02.840Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:14:02.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751482345,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-09T05:14:02.840Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:14:02.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "policy-id",
"timestamp": 1654751481306,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T05:14:02.841Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:14:02.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "cds",
"timestamp": 1654751482519,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T05:14:02.858Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 093c4099-3aa8-4472-955f-c84ef504a128
2022-06-09T05:14:02.859Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093c4099-3aa8-4472-955f-c84ef504a128 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T05:14:02.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "policy-id",
"timestamp": 1654751482311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T05:14:02.868Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:14:02.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751483504,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-09T05:14:02.868Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:14:02.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "policy-id",
"timestamp": 1654751483315,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T05:14:02.874Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 093c4099-3aa8-4472-955f-c84ef504a128
2022-06-09T05:14:02.874Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093c4099-3aa8-4472-955f-c84ef504a128 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T05:14:02.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751484704,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-06-09T05:14:02.883Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:14:02.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "cds",
"timestamp": 1654751483524,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "aai-ml",
"timestamp": 1654751483791,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751483096,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.885Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751485732,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T05:14:02.890Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 093c4099-3aa8-4472-955f-c84ef504a128
2022-06-09T05:14:02.890Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093c4099-3aa8-4472-955f-c84ef504a128 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-09T05:14:02.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.897Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "cds",
"timestamp": 1654751483524,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.898Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.898Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "aai-ml",
"timestamp": 1654751483791,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.898Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.898Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751483096,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.898Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "policy-id",
"timestamp": 1654751484868,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.899Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751486735,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-09T05:14:02.899Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:14:02.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "cds",
"timestamp": 1654751483524,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.899Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "aai-ml",
"timestamp": 1654751483791,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.900Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751483096,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.900Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "policy-id",
"timestamp": 1654751484868,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.900Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "ves-openapi-manager",
"timestamp": 1654751486194,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.901Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "cds",
"timestamp": 1654751483524,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.901Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "aai-ml",
"timestamp": 1654751483791,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.902Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.902Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "clamp",
"timestamp": 1654751486985,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.902Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.902Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751483096,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.902Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "policy-id",
"timestamp": 1654751484868,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.903Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "ves-openapi-manager",
"timestamp": 1654751486194,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.903Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "cds",
"timestamp": 1654751483524,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.903Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "aai-ml",
"timestamp": 1654751483791,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.904Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "clamp",
"timestamp": 1654751486985,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-06-09T05:14:02.904Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751483096,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.904Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "policy-id",
"timestamp": 1654751484868,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.905Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "ves-openapi-manager",
"timestamp": 1654751486194,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.905Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751489446,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.905Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "cds",
"timestamp": 1654751483524,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.906Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "aai-ml",
"timestamp": 1654751483791,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.906Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "clamp",
"timestamp": 1654751486985,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.906Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751483096,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.907Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "policy-id",
"timestamp": 1654751484868,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-06-09T05:14:02.907Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "ves-openapi-manager",
"timestamp": 1654751486194,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751489446,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-06-09T05:14:02.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "cds",
"timestamp": 1654751483524,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "aai-ml",
"timestamp": 1654751483791,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T05:14:02.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "clamp",
"timestamp": 1654751486985,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751483096,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T05:14:02.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "policy-id",
"timestamp": 1654751484868,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "ves-openapi-manager",
"timestamp": 1654751486194,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751489446,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-06-09T05:14:02.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "cds",
"timestamp": 1654751483524,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "aai-ml",
"timestamp": 1654751491667,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T05:14:02.911Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:14:02.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "clamp",
"timestamp": 1654751486985,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.912Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "policy-id",
"timestamp": 1654751484868,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.912Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751490907,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T05:14:02.912Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:14:02.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "ves-openapi-manager",
"timestamp": 1654751486194,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751489446,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-06-09T05:14:02.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "cds",
"timestamp": 1654751483524,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T05:14:02.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "clamp",
"timestamp": 1654751486985,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "policy-id",
"timestamp": 1654751484868,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "ves-openapi-manager",
"timestamp": 1654751486194,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751489446,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-06-09T05:14:02.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "clamp",
"timestamp": 1654751486985,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T05:14:02.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "policy-id",
"timestamp": 1654751484868,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T05:14:02.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "cds",
"timestamp": 1654751493916,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T05:14:02.916Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:14:02.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751493103,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T05:14:02.916Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:14:02.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "ves-openapi-manager",
"timestamp": 1654751486194,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751489446,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "cds",
"timestamp": 1654751494948,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T05:14:02.930Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3113f5f9-a31a-4443-b4d2-963a9ede8ed1
2022-06-09T05:14:02.930Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3113f5f9-a31a-4443-b4d2-963a9ede8ed1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T05:14:02.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "policy-id",
"timestamp": 1654751494784,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T05:14:02.939Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:14:02.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751494113,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T05:14:02.943Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 093c4099-3aa8-4472-955f-c84ef504a128
2022-06-09T05:14:02.943Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093c4099-3aa8-4472-955f-c84ef504a128 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T05:14:02.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "ves-openapi-manager",
"timestamp": 1654751486194,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751489446,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-06-09T05:14:02.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "policy-id",
"timestamp": 1654751495789,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T05:14:02.953Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:14:02.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751483096,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751489446,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751483096,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "policy-id",
"timestamp": 1654751496792,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T05:14:02.959Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3113f5f9-a31a-4443-b4d2-963a9ede8ed1
2022-06-09T05:14:02.959Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3113f5f9-a31a-4443-b4d2-963a9ede8ed1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T05:14:02.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751489446,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T05:14:02.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751483096,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751499244,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-09T05:14:02.970Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:14:02.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751483096,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751500393,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-06-09T05:14:02.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:14:02.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "aai-ml",
"timestamp": 1654751500081,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T05:14:02.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:14:02.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751483096,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.972Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751501485,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-09T05:14:02.972Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:14:02.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751483096,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.972Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "aai-ml",
"timestamp": 1654751501095,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T05:14:02.977Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 093c4099-3aa8-4472-955f-c84ef504a128
2022-06-09T05:14:02.977Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093c4099-3aa8-4472-955f-c84ef504a128 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T05:14:02.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751502751,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-06-09T05:14:02.986Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:14:02.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751483096,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "aai-ml",
"timestamp": 1654751483791,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:02.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:02.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "clamp",
"timestamp": 1654751502909,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T05:14:02.987Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:14:02.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:02.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751503804,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T05:14:02.994Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3113f5f9-a31a-4443-b4d2-963a9ede8ed1
2022-06-09T05:14:02.994Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3113f5f9-a31a-4443-b4d2-963a9ede8ed1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-09T05:14:03.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:03.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751483096,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:03.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:03.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:03.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "aai-ml",
"timestamp": 1654751483791,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:03.004Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:03.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:03.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654751504807,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-09T05:14:03.004Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:14:03.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:03.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751483096,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T05:14:03.004Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:03.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:03.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "aai-ml",
"timestamp": 1654751483791,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:03.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:03.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:03.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "clamp",
"timestamp": 1654751504916,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T05:14:03.005Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:14:03.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:03.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "aai-ml",
"timestamp": 1654751483791,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:03.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:03.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:03.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751504388,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T05:14:03.006Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:14:03.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:03.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "clamp",
"timestamp": 1654751505924,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T05:14:03.012Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 093c4099-3aa8-4472-955f-c84ef504a128
2022-06-09T05:14:03.012Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093c4099-3aa8-4472-955f-c84ef504a128 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T05:14:03.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:03.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "aai-ml",
"timestamp": 1654751483791,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:03.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:03.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:03.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "clamp",
"timestamp": 1654751486985,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:03.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:03.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:03.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "aai-ml",
"timestamp": 1654751483791,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:03.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:03.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:03.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751506553,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T05:14:03.025Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:14:03.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:03.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "clamp",
"timestamp": 1654751486985,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:03.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:03.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:03.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "aai-ml",
"timestamp": 1654751483791,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:03.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:03.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:03.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654751507557,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T05:14:03.036Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3113f5f9-a31a-4443-b4d2-963a9ede8ed1
2022-06-09T05:14:03.036Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3113f5f9-a31a-4443-b4d2-963a9ede8ed1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T05:14:03.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:03.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "clamp",
"timestamp": 1654751486985,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:03.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:03.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:03.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "aai-ml",
"timestamp": 1654751483791,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:03.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:03.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:03.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "clamp",
"timestamp": 1654751486985,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-06-09T05:14:03.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:03.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:03.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "aai-ml",
"timestamp": 1654751483791,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T05:14:03.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:03.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:03.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "clamp",
"timestamp": 1654751486985,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:03.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:03.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:03.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "aai-ml",
"timestamp": 1654751511260,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T05:14:03.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:14:03.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:03.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "clamp",
"timestamp": 1654751486985,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:03.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:03.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:03.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "clamp",
"timestamp": 1654751486985,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:03.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:03.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:03.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "clamp",
"timestamp": 1654751486985,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-09T05:14:03.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:03.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:03.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "clamp",
"timestamp": 1654751486985,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-06-09T05:14:03.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-09T05:14:03.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:03.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "aai-ml",
"timestamp": 1654751519678,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-09T05:14:03.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-09T05:14:03.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-09T05:14:03.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1",
"consumerID": "aai-ml",
"timestamp": 1654751520685,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-09T05:14:03.055Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3113f5f9-a31a-4443-b4d2-963a9ede8ed1
2022-06-09T05:14:03.055Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3113f5f9-a31a-4443-b4d2-963a9ede8ed1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-09T05:14:03.148Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "3faf364d-3645-4940-b765-69fb98c776c1",
"serviceDescription": "service",
"serviceInvariantUUID": "d9a4c98c-ac9d-420f-b7d3-5d1cee9b81e5",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "b55ad444-f940-42fc-b33c-ef02f85e3e69",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "234928ea-9e0e-423d-b605-08969c3f08ac",
"resourceInvariantUUID": "7421f541-101c-4bd4-90f2-9170a85937de",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "M2VhNWMyZGJjNGY5MzJjYTA1YWIzYjQyMzc1Nzc5NWE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d394ead7-22e2-47cb-b4f4-09dadd2b51c5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "591c06a3-98a7-4ea6-bbda-517270bcb3dc",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3b20ef06-a673-49e9-b027-7b92a2249809",
"generatedFromUUID": "591c06a3-98a7-4ea6-bbda-517270bcb3dc"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3b20ef06-a673-49e9-b027-7b92a2249809",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "ZGU1MTZkNTVlZGIwNzE1Nzk2ZDljNDlkM2E3ODVkMjk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b8d56312-9e18-410d-bf3f-12896d076de9"
}
],
"workloadContext": "Production"
}
2022-06-09T05:14:03.149Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-09T05:14:03.149Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3faf364d-3645-4940-b765-69fb98c776c1 ASDC
2022-06-09T05:14:03.150Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:093c4099-3aa8-4472-955f-c84ef504a128
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:3faf364d-3645-4940-b765-69fb98c776c1
ServiceInvariantUUID:d9a4c98c-ac9d-420f-b7d3-5d1cee9b81e5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:b8d56312-9e18-410d-bf3f-12896d076de9
ArtifactChecksum:ZGU1MTZkNTVlZGIwNzE1Nzk2ZDljNDlkM2E3ODVkMjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b55ad444-f940-42fc-b33c-ef02f85e3e69
ResourceInvariantUUID:7421f541-101c-4bd4-90f2-9170a85937de
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:234928ea-9e0e-423d-b605-08969c3f08ac
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:d394ead7-22e2-47cb-b4f4-09dadd2b51c5
ArtifactChecksum:M2VhNWMyZGJjNGY5MzJjYTA1YWIzYjQyMzc1Nzc5NWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:591c06a3-98a7-4ea6-bbda-517270bcb3dc
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:3b20ef06-a673-49e9-b027-7b92a2249809
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:3b20ef06-a673-49e9-b027-7b92a2249809
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-09T05:14:03.150Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3faf364d-3645-4940-b765-69fb98c776c1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-09T05:14:03.184Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T05:14:03.185Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-09T05:14:03.185Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-09T05:14:03.186Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b8d56312-9e18-410d-bf3f-12896d076de9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-09T05:14:03.186Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-09T05:14:03.186Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-09T05:14:03.395Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-09T05:14:03.398Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b8d56312-9e18-410d-bf3f-12896d076de9 71070
2022-06-09T05:14:03.399Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-09T05:14:03.399Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-09T05:14:03.399Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T05:14:03.400Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-09T05:14:03.402Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T05:14:03.402Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751643399,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-09T05:14:03.503Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-09T05:14:03.504Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T05:14:03.504Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T05:14:03.612Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:14:03.613Z||pool-53-thread-1|||||INFO|500||cambria reply ok (109 ms):{"serverTimeMs":0,"count":1}
2022-06-09T05:14:04.403Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-09T05:14:04.404Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-09T05:14:04.405Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b8d56312-9e18-410d-bf3f-12896d076de9, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-09T05:14:04.406Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-09T05:14:04.406Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-09T05:14:04.406Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-09T05:14:04.616Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10060374048614610686/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-09T05:14:05.960Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-09T05:14:05.961Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-09T05:14:05.962Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-09T05:14:05.962Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-09T05:14:05.962Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-09T05:14:05.962Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-09T05:14:05.963Z|093c4099-3aa8-4472-955f-c84ef504a128|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-BasicVm-csar.csar
2022-06-09T05:14:05.963Z|093c4099-3aa8-4472-955f-c84ef504a128|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-BasicVm-csar.csar
2022-06-09T05:14:05.963Z|093c4099-3aa8-4472-955f-c84ef504a128|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-BasicVm-csar.csar
2022-06-09T05:14:05.963Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-09T05:14:05.963Z|093c4099-3aa8-4472-955f-c84ef504a128|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-BasicVm-csar.csar
2022-06-09T05:14:05.963Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-09T05:14:05.964Z|093c4099-3aa8-4472-955f-c84ef504a128|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-BasicVm-csar.csar
2022-06-09T05:14:05.964Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-09T05:14:05.964Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T05:14:05.964Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T05:14:05.965Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-09T05:14:05.965Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-09T05:14:05.965Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T05:14:05.966Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T05:14:05.966Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T05:14:05.966Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-09T05:14:05.967Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-09T05:14:05.967Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-09T05:14:05.967Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T05:14:05.967Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T05:14:05.968Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T05:14:05.968Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-09T05:14:05.968Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-09T05:14:05.968Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-09T05:14:05.969Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-09T05:14:05.969Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-09T05:14:05.969Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-09T05:14:05.969Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T05:14:05.969Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-09T05:14:05.970Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T05:14:05.970Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-09T05:14:05.970Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T05:14:05.971Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T05:14:05.971Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-09T05:14:05.971Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T05:14:05.971Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T05:14:05.972Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-09T05:14:05.972Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-09T05:14:05.972Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T05:14:05.972Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-09T05:14:05.973Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-09T05:14:05.973Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-09T05:14:05.973Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b37a6a6b-76a5-4c81-b1f3-6d2fc98ec782
2022-06-09T05:14:05.973Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T05:14:05.974Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T05:14:05.974Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T05:14:05.974Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T05:14:05.974Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T05:14:05.975Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T05:14:05.975Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-09T05:14:05.975Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-09T05:14:05.975Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:3faf364d-3645-4940-b765-69fb98c776c1
Model Version:NULL
Model InvariantUuid:d9a4c98c-ac9d-420f-b7d3-5d1cee9b81e5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:f9d72102-fa6b-4d80-98b1-f8c198131a07
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7421f541-101c-4bd4-90f2-9170a85937de
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b55ad444-f940-42fc-b33c-ef02f85e3e69
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f971af30-bcd0-4974-a31c-93a13c043472
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:e3f2a840-700c-46f7-bc33-058c963f99fc
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b37a6a6b-76a5-4c81-b1f3-6d2fc98ec782
ModelInvariantUuid:aa169514-c3e7-4f05-9c67-558bdd2494fd
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:6304589f-16b7-418e-a6c5-271f7f3e6c2f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:c830877f-9a75-4573-b17a-2eede447481e
ModelInvariantUuid:275e4199-777f-4119-9a31-135f71ff55ad
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:07baa05e-56a2-4895-ab80-e7c916c8bef2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-09T05:14:05.983Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 234928ea-9e0e-423d-b605-08969c3f08ac
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-09T05:14:05.986Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||basic_vm 0
2022-06-09T05:14:05.986Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 234928ea-9e0e-423d-b605-08969c3f08ac
2022-06-09T05:14:05.986Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d394ead7-22e2-47cb-b4f4-09dadd2b51c5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-09T05:14:05.987Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-09T05:14:05.987Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-09T05:14:06.188Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-09T05:14:06.188Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json d394ead7-22e2-47cb-b4f4-09dadd2b51c5 787
2022-06-09T05:14:06.189Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-09T05:14:06.189Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-09T05:14:06.189Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T05:14:06.190Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-09T05:14:06.192Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T05:14:06.192Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751646189,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-09T05:14:06.292Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T05:14:06.293Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T05:14:06.294Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T05:14:06.318Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:14:06.319Z||pool-54-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-09T05:14:07.192Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "f971af30-bcd0-4974-a31c-93a13c043472",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e3f2a840-700c-46f7-bc33-058c963f99fc",
"vfModuleModelCustomizationUUID": "f01e9abb-5d77-40f2-94c6-ddc3328cd395",
"isBase": true,
"artifacts": [
"591c06a3-98a7-4ea6-bbda-517270bcb3dc",
"3b20ef06-a673-49e9-b027-7b92a2249809"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-09T05:14:07.197Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e3f2a840-700c-46f7-bc33-058c963f99fc
VfModuleModelInvariantUUID:f971af30-bcd0-4974-a31c-93a13c043472
VfModuleModelDescription:NULL
Artifacts UUID List:{
591c06a3-98a7-4ea6-bbda-517270bcb3dc
,
3b20ef06-a673-49e9-b027-7b92a2249809
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-09T05:14:07.200Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "f971af30-bcd0-4974-a31c-93a13c043472",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e3f2a840-700c-46f7-bc33-058c963f99fc",
"vfModuleModelCustomizationUUID": "f01e9abb-5d77-40f2-94c6-ddc3328cd395",
"isBase": true,
"artifacts": [
"591c06a3-98a7-4ea6-bbda-517270bcb3dc",
"3b20ef06-a673-49e9-b027-7b92a2249809"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-09T05:14:07.200Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e3f2a840-700c-46f7-bc33-058c963f99fc
VfModuleModelInvariantUUID:f971af30-bcd0-4974-a31c-93a13c043472
VfModuleModelDescription:NULL
Artifacts UUID List:{
591c06a3-98a7-4ea6-bbda-517270bcb3dc
,
3b20ef06-a673-49e9-b027-7b92a2249809
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-09T05:14:07.201Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 591c06a3-98a7-4ea6-bbda-517270bcb3dc from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-09T05:14:07.201Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-09T05:14:07.201Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-09T05:14:07.284Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-09T05:14:07.284Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 591c06a3-98a7-4ea6-bbda-517270bcb3dc 5033
2022-06-09T05:14:07.284Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-09T05:14:07.284Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-09T05:14:07.285Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T05:14:07.285Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-09T05:14:07.286Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T05:14:07.287Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751647284,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-09T05:14:07.387Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T05:14:07.390Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T05:14:07.395Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T05:14:07.438Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:14:07.438Z||pool-55-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":2,"count":1}
2022-06-09T05:14:08.287Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3b20ef06-a673-49e9-b027-7b92a2249809 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-09T05:14:08.288Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-09T05:14:08.288Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-09T05:14:08.347Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-09T05:14:08.348Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 3b20ef06-a673-49e9-b027-7b92a2249809 903
2022-06-09T05:14:08.348Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-09T05:14:08.348Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-09T05:14:08.348Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-09T05:14:08.349Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-09T05:14:08.350Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-09T05:14:08.351Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "093c4099-3aa8-4472-955f-c84ef504a128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654751648348,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-06-09T05:14:08.451Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-09T05:14:08.453Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-09T05:14:08.453Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ...
2022-06-09T05:14:08.482Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-09T05:14:08.483Z||pool-56-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-09T05:14:09.361Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 3faf364d-3645-4940-b765-69fb98c776c1
2022-06-09T05:14:09.362Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 234928ea-9e0e-423d-b605-08969c3f08ac ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-09T05:14:09.378Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ac18dff, org.onap.sdc.toscaparser.api.parameters.Input@7808e830, org.onap.sdc.toscaparser.api.parameters.Input@1d60bf36, org.onap.sdc.toscaparser.api.parameters.Input@42101352, org.onap.sdc.toscaparser.api.parameters.Input@6498d09a]
2022-06-09T05:14:09.379Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery