By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-05-22T02:17:25.007Z||main|||||INFO|500||The following profiles are active: basic
2022-05-22T02:17:35.037Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-22T02:17:35.038Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-22T02:17:35.124Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-22T02:17:37.516Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-22T02:17:37.704Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-22T02:17:38.080Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-22T02:17:38.088Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-22T02:17:38.210Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-22T02:17:38.368Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-22T02:17:38.726Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-22T02:17:39.640Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-22T02:17:41.709Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-22T02:17:41.761Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-22T02:17:42.197Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-22T02:17:42.577Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-05-22T02:17:43.780Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-22T02:17:44.813Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-05-22T02:17:44.832Z||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$$5713502a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-05-22T02:17:44.833Z||main|||||WARN|500||The sdc end point is not alive
2022-05-22T02:17:47.788Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-05-22T02:17:50.653Z||main|||||WARN|500||---
2022-05-22T02:17:50.654Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-22T02:17:50.654Z||main|||||WARN|500||---
2022-05-22T02:17:51.120Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-22T02:17:55.597Z||main|||||INFO|500||Started Application in 34.967 seconds (JVM running for 36.189)
2022-05-22T02:17:55.611Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-22T02:17:55.613Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-22T02:17:55.656Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-22T02:17:55.689Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-22T02:17:55.760Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 55f05959-7199-48ba-8c3a-8a5825cafe75 url= /sdc/v1/artifactTypes
2022-05-22T02:17:55.761Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-22T02:17:56.025Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-22T02:17:56.056Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-05-22T02:17:56.076Z||scheduling-1|||||DEBUG|500||create keys
2022-05-22T02:17:56.083Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-22T02:17:56.114Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:17:56.133Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2db0f1c1-72e1-4576-9ccd-f2a79b3465d0 url= /sdc/v1/registerForDistribution
2022-05-22T02:17:56.282Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2db0f1c1-72e1-4576-9ccd-f2a79b3465d0 url= /sdc/v1/registerForDistribution
2022-05-22T02:17:56.283Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-22T02:17:56.293Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:17:56.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:17:56.298Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:17:56.298Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:17:56.298Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:17:56.298Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:17:56.300Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-22T02:18:06.577Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:18:06.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:18:56.291Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:18:56.292Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:18:56.292Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:18:56.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:18:56.295Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:18:56.295Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:19:05.847Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:19:05.849Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:19:56.292Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:19:56.293Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:19:56.293Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:19:56.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:19:56.299Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:19:56.299Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:20:05.843Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:20:05.847Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:20:56.292Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:20:56.293Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:20:56.293Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:20:56.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:20:56.295Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:20:56.295Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:21:05.843Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:21:05.844Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:21:56.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:21:56.293Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:21:56.293Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:21:56.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:21:56.295Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:21:56.295Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:22:05.843Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:22:05.843Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:22:56.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:22:56.293Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:22:56.293Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:22:56.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:22:56.294Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:22:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:23:05.846Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:23:05.847Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:23:56.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:23:56.293Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:23:56.293Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:23:56.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:23:56.294Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:23:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:24:05.845Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:24:05.845Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:24:56.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:24:56.293Z||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-05-22T02:24:56.293Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:24:56.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:24:56.295Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:24:56.296Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:25:05.844Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:25:05.844Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:25:56.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:25:56.292Z||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-05-22T02:25:56.293Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:25:56.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:25:56.295Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:25:56.295Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:26:05.842Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:26:05.843Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:26:56.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:26:56.293Z||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-05-22T02:26:56.293Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:26:56.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:26:56.294Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:26:56.295Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:27:05.849Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:27:05.855Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:27:50.581Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-22T02:27:56.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:27:56.293Z||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-05-22T02:27:56.293Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:27:56.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:27:56.295Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:27:56.295Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:28:05.841Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:28:05.843Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:28:56.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:28:56.293Z||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-05-22T02:28:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:28:56.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:28:56.295Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:28:56.295Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:29:05.849Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:29:05.849Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:29:56.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:29:56.293Z||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-05-22T02:29:56.293Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:29:56.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:29:56.294Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:29:56.295Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:30:05.840Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:30:05.840Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:30:56.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:30:56.293Z||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-05-22T02:30:56.293Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:30:56.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:30:56.294Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:30:56.295Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:31:05.845Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:31:05.846Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:31:56.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:31:56.292Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:31:56.292Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:31:56.295Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:31:56.296Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:31:56.296Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:32:05.843Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:32:05.844Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:32:56.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:32:56.292Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:32:56.292Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:32:56.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:32:56.294Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:32:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:33:05.844Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:33:05.844Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:33:56.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:33:56.293Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:33:56.293Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:33:56.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:33:56.294Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:33:56.295Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:34:05.847Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:34:05.848Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:34:56.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:34:56.293Z||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-05-22T02:34:56.293Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:34:56.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:34:56.295Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:34:56.295Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:35:05.845Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:35:05.847Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:35:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:35:56.293Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:35:56.293Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IWB9uD3ziI0COEmu) ...
2022-05-22T02:35:56.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:35:56.295Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:35:56.295Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:36:05.839Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:36:05.842Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:36:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:36:56.292Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:36:56.293Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IWB9uD3ziI0COEmu) ...
2022-05-22T02:36:56.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:36:56.294Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:36:56.295Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:37:05.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:37:05.839Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:37:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:37:56.292Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:37:56.293Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IWB9uD3ziI0COEmu) ...
2022-05-22T02:37:56.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:37:56.295Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:37:56.295Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:38:05.840Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:38:05.841Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:38:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:38:56.292Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:38:56.293Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IWB9uD3ziI0COEmu) ...
2022-05-22T02:38:56.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:38:56.294Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:38:56.295Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:39:05.842Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:39:05.844Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:39:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:39:56.292Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:39:56.293Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IWB9uD3ziI0COEmu) ...
2022-05-22T02:39:56.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:39:56.294Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:39:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:40:05.843Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:40:05.843Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:40:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:40:56.293Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:40:56.293Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IWB9uD3ziI0COEmu) ...
2022-05-22T02:40:56.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:40:56.294Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:40:56.295Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:41:05.844Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:41:05.844Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:41:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:41:56.292Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:41:56.293Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IWB9uD3ziI0COEmu) ...
2022-05-22T02:41:56.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:41:56.295Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:41:56.296Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:42:05.844Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:42:05.844Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:42:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:42:56.292Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:42:56.292Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IWB9uD3ziI0COEmu) ...
2022-05-22T02:42:56.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:42:56.294Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:42:56.295Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:43:05.845Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:43:05.847Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:43:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:43:56.293Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:43:56.293Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IWB9uD3ziI0COEmu) ...
2022-05-22T02:43:56.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:43:56.294Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:43:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:44:05.840Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:44:05.841Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:44:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:44:56.293Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:44:56.293Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IWB9uD3ziI0COEmu) ...
2022-05-22T02:44:56.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:44:56.294Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:44:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:45:05.842Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:45:05.845Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:45:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:45:56.292Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:45:56.293Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IWB9uD3ziI0COEmu) ...
2022-05-22T02:45:56.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:45:56.294Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:45:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:46:05.837Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:46:05.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:46:56.291Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:46:56.292Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:46:56.292Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IWB9uD3ziI0COEmu) ...
2022-05-22T02:46:56.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:46:56.294Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:46:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:47:05.840Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:47:05.840Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:47:56.291Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:47:56.292Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:47:56.293Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IWB9uD3ziI0COEmu) ...
2022-05-22T02:47:56.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:47:56.294Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:47:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:48:05.836Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:48:05.837Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:48:56.291Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:48:56.292Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:48:56.292Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IWB9uD3ziI0COEmu) ...
2022-05-22T02:48:56.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:48:56.294Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:48:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:49:05.841Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:49:05.841Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:49:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:49:56.293Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:49:56.293Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IWB9uD3ziI0COEmu) ...
2022-05-22T02:49:56.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:49:56.294Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:49:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:50:05.838Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:50:05.847Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:50:56.291Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:50:56.292Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:50:56.292Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IWB9uD3ziI0COEmu) ...
2022-05-22T02:50:56.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:50:56.294Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:50:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:51:05.836Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:51:05.844Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:51:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:51:56.292Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:51:56.293Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IWB9uD3ziI0COEmu) ...
2022-05-22T02:51:56.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:51:56.294Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:51:56.295Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:52:05.845Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:52:05.845Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:52:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:52:56.293Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:52:56.293Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IWB9uD3ziI0COEmu) ...
2022-05-22T02:52:56.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:52:56.294Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:52:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:53:05.840Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:53:05.842Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:53:56.291Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:53:56.292Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:53:56.292Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IWB9uD3ziI0COEmu) ...
2022-05-22T02:53:56.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:53:56.294Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:53:56.295Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:54:05.844Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:54:05.845Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:54:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:54:56.292Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:54:56.292Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IWB9uD3ziI0COEmu) ...
2022-05-22T02:54:56.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:54:56.294Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:54:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:55:05.842Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:55:05.851Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:55:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:55:56.292Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:55:56.293Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IWB9uD3ziI0COEmu) ...
2022-05-22T02:55:56.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:55:56.294Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:55:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:56:05.840Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:56:05.841Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:56:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:56:56.293Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:56:56.293Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IWB9uD3ziI0COEmu) ...
2022-05-22T02:56:56.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:56:56.294Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:56:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:57:05.845Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:57:05.864Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:57:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:57:56.292Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:57:56.293Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IWB9uD3ziI0COEmu) ...
2022-05-22T02:57:56.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:57:56.294Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:57:56.295Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:58:05.846Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:58:05.847Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:58:56.291Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:58:56.292Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:58:56.293Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IWB9uD3ziI0COEmu) ...
2022-05-22T02:58:56.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:58:56.294Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:58:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T02:59:05.842Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:59:05.842Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T02:59:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:59:56.292Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:59:56.292Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IWB9uD3ziI0COEmu) ...
2022-05-22T02:59:56.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T02:59:56.294Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T02:59:56.295Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:00:05.841Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:00:05.843Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:00:56.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:00:56.292Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:00:56.293Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:00:56.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:00:56.295Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:00:56.295Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:01:05.837Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:01:05.839Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:01:56.291Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:01:56.292Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:01:56.292Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:01:56.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:01:56.294Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:01:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:02:05.837Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:02:05.839Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:02:56.291Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:02:56.292Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:02:56.293Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:02:56.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:02:56.294Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:02:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:03:05.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:03:05.869Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:03:56.291Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:03:56.292Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:03:56.292Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:03:56.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:03:56.294Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:03:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:04:05.838Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:04:05.841Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:04:56.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:04:56.293Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:04:56.293Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:04:56.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:04:56.295Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:04:56.295Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:05:05.839Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:05:05.840Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:05:56.291Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:05:56.292Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:05:56.292Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:05:56.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:05:56.294Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:05:56.295Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:06:05.838Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:06:05.840Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:06:56.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:06:56.292Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:06:56.293Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:06:56.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:06:56.294Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:06:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:07:05.842Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:07:05.843Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:07:56.291Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:07:56.292Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:07:56.292Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:07:56.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:07:56.294Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:07:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:08:05.844Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:08:05.844Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:08:56.291Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:08:56.292Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:08:56.292Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:08:56.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:08:56.295Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:08:56.295Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:09:05.839Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:09:05.839Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:09:56.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:09:56.292Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:09:56.293Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:09:56.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:09:56.294Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:09:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:10:05.848Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:10:05.848Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:10:56.292Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:10:56.293Z||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-05-22T03:10:56.293Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:10:56.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:10:56.296Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:10:56.296Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:11:05.845Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:11:05.847Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:11:56.291Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:11:56.292Z||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-05-22T03:11:56.293Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:11:56.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:11:56.294Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:11:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:12:05.840Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:12:05.844Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:12:56.292Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:12:56.292Z||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-05-22T03:12:56.293Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:12:56.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:12:56.294Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:12:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:13:05.838Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:13:05.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:13:56.292Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:13:56.292Z||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-05-22T03:13:56.292Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:13:56.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:13:56.294Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:13:56.295Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:14:05.839Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:14:05.868Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:14:56.291Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:14:56.292Z||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-05-22T03:14:56.292Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:14:56.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:14:56.294Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:14:56.295Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:15:05.838Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:15:05.841Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:15:56.292Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:15:56.292Z||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-05-22T03:15:56.293Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:15:56.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:15:56.294Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:15:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:16:05.839Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:16:05.840Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:16:56.292Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:16:56.292Z||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-05-22T03:16:56.292Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:16:56.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:16:56.294Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:16:56.295Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:17:05.838Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:17:05.840Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:17:56.292Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:17:56.292Z||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-05-22T03:17:56.292Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:17:56.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:17:56.294Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:17:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:17:56.960Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:17:56.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-22T03:17:56.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"df027556-9803-4034-a557-a9cabd711b6a","serviceName":"basic_onboard_KJrTJN","serviceVersion":"1.0","serviceUUID":"edf3666d-73e1-4ce9-b536-a946197a08c6","serviceDescription":"service","serviceInvariantUUID":"574971e1-0e76-4972-a5c4-a3c75bdc2dc2","resources":[{"resourceInstanceName":"basic_onboard_KJrTJN 0","resourceName":"basic_onboard_KJrTJN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"398d554d-97f8-41f2-ab38-4e6a90b92e46","resourceInvariantUUID":"9b450688-308a-410f-9d35-5ad5a4c92ea5","resourceCustomizationUUID":"1a9396b4-e01c-4cf2-b3e3-6cad7591fd5e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vf-license-model.xml","artifactChecksum":"NjQwMWM1YzkzZDc1MWE1NDgyN2IxMzc5YTdhMjEyOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"456e3512-c9f6-45ab-bd1c-dfe45dc744ee","artifactVersion":"1"},{"artifactName":"basic_onboard_kjrtjn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json","artifactChecksum":"NTA0MGZiMjcxZGRkOWM5NjkwYTM4NmYyYzgxZDIzOGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"477665d0-da69-429c-9881-ccd58166531f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"df7118d7-8f69-43d5-aae1-b4007c557007","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3899c67f-7d6d-45fd-990a-2926489fff9c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ff444466-8c94-41bd-9d77-36d7fc2f9262","artifactVersion":"2","generatedFromUUID":"df7118d7-8f69-43d5-aae1-b4007c557007"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKjrtjn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-template.yml","artifactChecksum":"MTg2OGZlYWY2NTZmMzcwYzUzYjFlYzg4MWE0N2ExYzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"488d25ca-7ee7-444d-85bc-efeaae2e0d5e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKjrtjn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar","artifactChecksum":"MzhlMWFmNGJhYzE5MmVlOGM3ZmViZWIzYTdhOWRlODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"13563038-7b98-4a04-b621-2d3197ca0e7c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-22T03:17:56.973Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T03:17:56.979Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:17:56.986Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:17:56.986Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189476291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:17:57.086Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-05-22T03:17:57.091Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:17:57.091Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:17:57.106Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:17:57.107Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-22T03:17:57.218Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:17:57.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:17:57.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653189474838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:17:57.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:17:57.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:17:57.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189476291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:17:57.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:17:57.991Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T03:17:57.992Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:17:57.993Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:17:57.994Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189476291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json",
"status": "NOTIFIED"
}
2022-05-22T03:17:58.094Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:17:58.095Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:17:58.095Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:17:58.106Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:17:58.107Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-22T03:17:58.994Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T03:17:58.995Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:17:58.997Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:17:58.997Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189476291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-22T03:17:59.097Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:17:59.098Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:17:59.098Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:17:59.114Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:17:59.114Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:17:59.997Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T03:17:59.998Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:18:00.001Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:18:00.001Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189476291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:18:00.101Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:18:00.102Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:18:00.102Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:18:00.118Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:18:00.119Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:18:01.001Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T03:18:01.003Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:18:01.005Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:18:01.005Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189476291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-22T03:18:01.105Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:18:01.106Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:18:01.106Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:18:01.120Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:18:01.121Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:18:02.006Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T03:18:02.007Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:18:02.009Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:18:02.010Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189476291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:18:02.110Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:18:02.111Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:18:02.111Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:18:02.128Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:18:02.129Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:18:03.010Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T03:18:03.012Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:18:03.014Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:18:03.014Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189476291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T03:18:03.115Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:18:03.116Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:18:03.116Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:18:03.129Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:18:03.129Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:18:04.018Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"serviceName": "basic_onboard_KJrTJN",
"serviceVersion": "1.0",
"serviceUUID": "edf3666d-73e1-4ce9-b536-a946197a08c6",
"serviceDescription": "service",
"serviceInvariantUUID": "574971e1-0e76-4972-a5c4-a3c75bdc2dc2",
"resources": [
{
"resourceInstanceName": "basic_onboard_KJrTJN 0",
"resourceCustomizationUUID": "1a9396b4-e01c-4cf2-b3e3-6cad7591fd5e",
"resourceName": "basic_onboard_KJrTJN",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "398d554d-97f8-41f2-ab38-4e6a90b92e46",
"resourceInvariantUUID": "9b450688-308a-410f-9d35-5ad5a4c92ea5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_kjrtjn0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json",
"artifactChecksum": "NTA0MGZiMjcxZGRkOWM5NjkwYTM4NmYyYzgxZDIzOGE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "477665d0-da69-429c-9881-ccd58166531f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "df7118d7-8f69-43d5-aae1-b4007c557007",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ff444466-8c94-41bd-9d77-36d7fc2f9262",
"generatedFromUUID": "df7118d7-8f69-43d5-aae1-b4007c557007"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ff444466-8c94-41bd-9d77-36d7fc2f9262",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardKjrtjn-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar",
"artifactChecksum": "MzhlMWFmNGJhYzE5MmVlOGM3ZmViZWIzYTdhOWRlODg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "13563038-7b98-4a04-b621-2d3197ca0e7c"
}
],
"workloadContext": "Production"
}
2022-05-22T03:18:04.019Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-22T03:18:04.019Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 edf3666d-73e1-4ce9-b536-a946197a08c6 ASDC
2022-05-22T03:18:04.103Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:df027556-9803-4034-a557-a9cabd711b6a
ServiceName:basic_onboard_KJrTJN
ServiceVersion:1.0
ServiceUUID:edf3666d-73e1-4ce9-b536-a946197a08c6
ServiceInvariantUUID:574971e1-0e76-4972-a5c4-a3c75bdc2dc2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKjrtjn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar
ArtifactUUID:13563038-7b98-4a04-b621-2d3197ca0e7c
ArtifactChecksum:MzhlMWFmNGJhYzE5MmVlOGM3ZmViZWIzYTdhOWRlODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_KJrTJN 0
ResourceCustomizationUUID:1a9396b4-e01c-4cf2-b3e3-6cad7591fd5e
ResourceInvariantUUID:9b450688-308a-410f-9d35-5ad5a4c92ea5
ResourceName:basic_onboard_KJrTJN
ResourceType:VF
ResourceUUID:398d554d-97f8-41f2-ab38-4e6a90b92e46
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_kjrtjn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json
ArtifactUUID:477665d0-da69-429c-9881-ccd58166531f
ArtifactChecksum:NTA0MGZiMjcxZGRkOWM5NjkwYTM4NmYyYzgxZDIzOGE=
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/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:df7118d7-8f69-43d5-aae1-b4007c557007
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/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env
ArtifactUUID:ff444466-8c94-41bd-9d77-36d7fc2f9262
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/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env
ArtifactUUID:ff444466-8c94-41bd-9d77-36d7fc2f9262
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-22T03:18:04.103Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF edf3666d-73e1-4ce9-b536-a946197a08c6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-22T03:18:04.377Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T03:18:04.378Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-22T03:18:04.379Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-22T03:18:04.379Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 13563038-7b98-4a04-b621-2d3197ca0e7c from URL: /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar
2022-05-22T03:18:04.379Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-22T03:18:04.380Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar
2022-05-22T03:18:05.998Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-22T03:18:06.014Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar 13563038-7b98-4a04-b621-2d3197ca0e7c 71576
2022-05-22T03:18:06.015Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar ASDC sendASDCNotification
2022-05-22T03:18:06.015Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar
2022-05-22T03:18:06.016Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T03:18:06.017Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:18:06.018Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:18:06.018Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189486014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:18:06.118Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:18:06.119Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:18:06.119Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:18:06.131Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:18:06.132Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:18:07.019Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T03:18:07.020Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-22T03:18:07.020Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 13563038-7b98-4a04-b621-2d3197ca0e7c, URL: /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar to file: /app/ASDC/1/service-BasicOnboardKjrtjn-csar.csar
2022-05-22T03:18:07.021Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKjrtjn-csar.csar
2022-05-22T03:18:07.080Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKjrtjn-csar.csar
2022-05-22T03:18:07.080Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKjrtjn-csar.csar
2022-05-22T03:18:07.542Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5393368308815332762/Definitions/service-BasicOnboardKjrtjn-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-05-22T03:18:09.462Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-22T03:18:09.467Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-22T03:18:09.467Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKjrtjn-csar.csar
2022-05-22T03:18:09.468Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-22T03:18:09.468Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||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-BasicOnboardKjrtjn-csar.csar
2022-05-22T03:18:09.468Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||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-BasicOnboardKjrtjn-csar.csar
2022-05-22T03:18:09.468Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||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-BasicOnboardKjrtjn-csar.csar
2022-05-22T03:18:09.468Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||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-BasicOnboardKjrtjn-csar.csar
2022-05-22T03:18:09.468Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardKjrtjn-csar.csar
2022-05-22T03:18:09.468Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKjrtjn-csar.csar
2022-05-22T03:18:09.468Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||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-BasicOnboardKjrtjn-csar.csar
2022-05-22T03:18:09.468Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_KJrTJN 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-BasicOnboardKjrtjn-csar.csar
2022-05-22T03:18:09.468Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||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-BasicOnboardKjrtjn-csar.csar
2022-05-22T03:18:09.469Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-22T03:18:09.475Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:18:09.476Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:18:09.480Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KJrTJN 0 is matching search criteria
2022-05-22T03:18:09.480Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-22T03:18:09.481Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KJrTJN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T03:18:09.482Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:18:09.482Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:18:09.482Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KJrTJN 0 is matching search criteria
2022-05-22T03:18:09.482Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-22T03:18:09.483Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KJrTJN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T03:18:09.483Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:18:09.483Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:18:09.486Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:18:09.486Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KJrTJN 0 is not matching search criteria
2022-05-22T03:18:09.486Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-22T03:18:09.486Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-22T03:18:09.486Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-22T03:18:09.486Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-22T03:18:09.486Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-22T03:18:09.487Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:18:09.487Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-22T03:18:09.487Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:18:09.488Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KJrTJN 0 is matching search criteria
2022-05-22T03:18:09.488Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KJrTJN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T03:18:09.488Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:18:09.488Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KJrTJN 0 is matching search criteria
2022-05-22T03:18:09.488Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KJrTJN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T03:18:09.488Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:18:09.488Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KJrTJN 0 is matching search criteria
2022-05-22T03:18:09.489Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KJrTJN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T03:18:09.489Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:18:09.489Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KJrTJN 0 is not matching search criteria
2022-05-22T03:18:09.489Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-22T03:18:09.489Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-22T03:18:09.489Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1b3a901c-4347-481d-b63c-d6dbafc93035
2022-05-22T03:18:09.489Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:18:09.489Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:18:09.489Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:18:09.489Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:18:09.490Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:18:09.490Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:18:09.490Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:18:09.490Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:18:09.490Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_KJrTJN
Description:service
Model UUID:edf3666d-73e1-4ce9-b536-a946197a08c6
Model Version:NULL
Model InvariantUuid:574971e1-0e76-4972-a5c4-a3c75bdc2dc2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_KJrTJN
Model UUID:fa12a5c2-aa2a-4911-a6e3-64ef2511651b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9b450688-308a-410f-9d35-5ad5a4c92ea5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1a9396b4-e01c-4cf2-b3e3-6cad7591fd5e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c50a2a39-a96d-437c-a17f-9637c7f09d01
ModelName:BasicOnboardKjrtjn..base_ubuntu18..module-0
ModelUuid:702f87b2-e6b7-470d-835a-29f9a0204082
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1b3a901c-4347-481d-b63c-d6dbafc93035
ModelInvariantUuid:dd919a36-f03d-4035-8d32-c2ca0566654c
ModelName:basic_onboard_KJrTJN-nodes.ubuntu18Cvfc
ModelUuid:b4feac7d-f6b7-4302-a7f8-12ff64ba77f4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:886bb3ab-159c-47bd-94bc-989f535ab0fc
ModelInvariantUuid:41454052-56e5-4e11-84a2-06e573b1f87b
ModelName:BasicOnboardKjrtjn.compute.nodes.heat.ubuntu18
ModelUuid:43bccf2b-5455-435c-98c3-4d01b9ac6d6f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-22T03:18:09.507Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 398d554d-97f8-41f2-ab38-4e6a90b92e46
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-22T03:18:09.587Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||basic_onboard_KJrTJN 0
2022-05-22T03:18:09.596Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 398d554d-97f8-41f2-ab38-4e6a90b92e46
2022-05-22T03:18:09.596Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 477665d0-da69-429c-9881-ccd58166531f from URL: /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json
2022-05-22T03:18:09.596Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-22T03:18:09.596Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json
2022-05-22T03:18:09.871Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-22T03:18:09.872Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json 477665d0-da69-429c-9881-ccd58166531f 798
2022-05-22T03:18:09.872Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json ASDC sendASDCNotification
2022-05-22T03:18:09.872Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json
2022-05-22T03:18:09.872Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T03:18:09.872Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:18:09.874Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:18:09.874Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189489872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:18:09.975Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:18:09.975Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:18:09.976Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:18:09.991Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:18:09.991Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:18:10.876Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKjrtjn..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c50a2a39-a96d-437c-a17f-9637c7f09d01",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "702f87b2-e6b7-470d-835a-29f9a0204082",
"vfModuleModelCustomizationUUID": "d84cf8b7-ea36-4b4c-a18b-2d5eb80c0965",
"isBase": true,
"artifacts": [
"df7118d7-8f69-43d5-aae1-b4007c557007",
"ff444466-8c94-41bd-9d77-36d7fc2f9262"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-22T03:18:10.933Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKjrtjn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:702f87b2-e6b7-470d-835a-29f9a0204082
VfModuleModelInvariantUUID:c50a2a39-a96d-437c-a17f-9637c7f09d01
VfModuleModelDescription:NULL
Artifacts UUID List:{
df7118d7-8f69-43d5-aae1-b4007c557007
,
ff444466-8c94-41bd-9d77-36d7fc2f9262
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-22T03:18:10.936Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKjrtjn..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c50a2a39-a96d-437c-a17f-9637c7f09d01",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "702f87b2-e6b7-470d-835a-29f9a0204082",
"vfModuleModelCustomizationUUID": "d84cf8b7-ea36-4b4c-a18b-2d5eb80c0965",
"isBase": true,
"artifacts": [
"df7118d7-8f69-43d5-aae1-b4007c557007",
"ff444466-8c94-41bd-9d77-36d7fc2f9262"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-22T03:18:10.936Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKjrtjn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:702f87b2-e6b7-470d-835a-29f9a0204082
VfModuleModelInvariantUUID:c50a2a39-a96d-437c-a17f-9637c7f09d01
VfModuleModelDescription:NULL
Artifacts UUID List:{
df7118d7-8f69-43d5-aae1-b4007c557007
,
ff444466-8c94-41bd-9d77-36d7fc2f9262
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-22T03:18:10.937Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: df7118d7-8f69-43d5-aae1-b4007c557007 from URL: /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml
2022-05-22T03:18:10.937Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-22T03:18:10.937Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml
2022-05-22T03:18:11.298Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-22T03:18:11.299Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml df7118d7-8f69-43d5-aae1-b4007c557007 5033
2022-05-22T03:18:11.300Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-22T03:18:11.300Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml
2022-05-22T03:18:11.300Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T03:18:11.300Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:18:11.303Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:18:11.303Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189491300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:18:11.403Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-22T03:18:11.404Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:18:11.404Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:18:11.419Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:18:11.420Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:18:12.304Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ff444466-8c94-41bd-9d77-36d7fc2f9262 from URL: /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env
2022-05-22T03:18:12.305Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-22T03:18:12.305Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env
2022-05-22T03:18:12.428Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-22T03:18:12.429Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env ff444466-8c94-41bd-9d77-36d7fc2f9262 909
2022-05-22T03:18:12.429Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-22T03:18:12.429Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env
2022-05-22T03:18:12.429Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T03:18:12.430Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:18:12.432Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:18:12.433Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189492429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:18:12.533Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:18:12.534Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:18:12.534Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:18:12.550Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:18:12.550Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:18:13.433Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: edf3666d-73e1-4ce9-b536-a946197a08c6
2022-05-22T03:18:13.434Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_KJrTJN 0 398d554d-97f8-41f2-ab38-4e6a90b92e46 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-22T03:18:13.475Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5369e620, org.onap.sdc.toscaparser.api.parameters.Input@205215f2, org.onap.sdc.toscaparser.api.parameters.Input@3ca67b1c, org.onap.sdc.toscaparser.api.parameters.Input@69bcc4b9, org.onap.sdc.toscaparser.api.parameters.Input@75f87748]
2022-05-22T03:18:13.479Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:18:13.479Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:18:13.480Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-05-22T03:18:13.480Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 1a9396b4-e01c-4cf2-b3e3-6cad7591fd5e
2022-05-22T03:18:13.480Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1a9396b4-e01c-4cf2-b3e3-6cad7591fd5e matches Tosca VF Customization UUID: 1a9396b4-e01c-4cf2-b3e3-6cad7591fd5e
2022-05-22T03:18:13.480Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 1a9396b4-e01c-4cf2-b3e3-6cad7591fd5e matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-22T03:18:13.488Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:18:13.488Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:18:13.489Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 1a9396b4-e01c-4cf2-b3e3-6cad7591fd5e: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-05-22T03:18:13.489Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@43e1a43d
2022-05-22T03:18:13.489Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:18:13.489Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-22T03:18:13.489Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d84cf8b7-ea36-4b4c-a18b-2d5eb80c0965
2022-05-22T03:18:13.490Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d84cf8b7-ea36-4b4c-a18b-2d5eb80c0965
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-22T03:18:13.495Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:18:13.496Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KJrTJN 0 is matching search criteria
2022-05-22T03:18:13.496Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KJrTJN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T03:18:13.496Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:18:13.496Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KJrTJN 0 is matching search criteria
2022-05-22T03:18:13.497Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KJrTJN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T03:18:13.497Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:18:13.497Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KJrTJN 0 is not matching search criteria
2022-05-22T03:18:13.497Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-22T03:18:13.497Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-22T03:18:13.497Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1b3a901c-4347-481d-b63c-d6dbafc93035
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-22T03:18:13.504Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:18:13.504Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KJrTJN 0 is matching search criteria
2022-05-22T03:18:13.505Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KJrTJN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T03:18:13.505Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:18:13.505Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KJrTJN 0 is matching search criteria
2022-05-22T03:18:13.506Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KJrTJN 0] matching following query criteria: sdcType=VF, customizationUUID=1a9396b4-e01c-4cf2-b3e3-6cad7591fd5e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-22T03:18:13.509Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:18:13.509Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:18:13.509Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid edf3666d-73e1-4ce9-b536-a946197a08c6: basic_onboard_KJrTJN
2022-05-22T03:18:13.510Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:18:13.510Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:18:13.510Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:18:13.510Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:18:13.510Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:18:13.510Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:18:13.510Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:18:13.511Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:18:13.511Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:18:13.511Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:18:13.511Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_KJrTJN
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-22T03:18:13.743Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_KJrTJN 398d554d-97f8-41f2-ab38-4e6a90b92e46 1 ASDC deployResourceStructure
2022-05-22T03:18:13.743Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json ASDC sendASDCNotification
2022-05-22T03:18:13.743Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json
2022-05-22T03:18:13.743Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T03:18:13.744Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:18:13.745Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:18:13.745Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189493743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-22T03:18:13.846Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:18:13.846Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:18:13.846Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:18:13.862Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:18:13.862Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-22T03:18:14.746Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-22T03:18:14.747Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml
2022-05-22T03:18:14.747Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T03:18:14.747Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:18:14.749Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:18:14.750Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189494746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-22T03:18:14.850Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:18:14.850Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:18:14.850Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:18:14.864Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:18:14.865Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:18:15.751Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-22T03:18:15.751Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env
2022-05-22T03:18:15.752Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T03:18:15.752Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:18:15.754Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:18:15.754Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189495750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-22T03:18:15.854Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:18:15.855Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:18:15.855Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:18:15.870Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:18:15.871Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:18:16.755Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar ASDC sendASDCNotification
2022-05-22T03:18:16.755Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar
2022-05-22T03:18:16.756Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T03:18:16.756Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:18:16.757Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:18:16.758Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189496755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T03:18:16.858Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:18:16.859Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:18:16.859Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:18:16.876Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:18:16.876Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:18:17.759Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df027556-9803-4034-a557-a9cabd711b6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-22T03:18:17.786Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df027556-9803-4034-a557-a9cabd711b6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-22T03:18:17.789Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T03:18:17.789Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T03:18:17.789Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T03:18:47.789Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df027556-9803-4034-a557-a9cabd711b6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-22T03:18:47.798Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df027556-9803-4034-a557-a9cabd711b6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-22T03:18:47.800Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T03:18:47.800Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T03:18:47.800Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T03:18:56.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:18:56.294Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:18:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:18:56.318Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:18:56.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:18:56.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "cds",
"timestamp": 1653189473075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:18:56.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:19:17.800Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df027556-9803-4034-a557-a9cabd711b6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-22T03:19:17.812Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df027556-9803-4034-a557-a9cabd711b6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-22T03:19:17.814Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T03:19:17.814Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T03:19:17.814Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T03:19:47.815Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df027556-9803-4034-a557-a9cabd711b6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-22T03:19:47.828Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df027556-9803-4034-a557-a9cabd711b6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-22T03:19:47.830Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T03:19:47.831Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T03:19:47.831Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T03:19:56.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:19:56.294Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:19:56.295Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:19:56.321Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:19:56.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:19:56.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "clamp",
"timestamp": 1653189472313,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:19:56.322Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:17.831Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df027556-9803-4034-a557-a9cabd711b6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-22T03:20:17.842Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df027556-9803-4034-a557-a9cabd711b6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-22T03:20:17.845Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T03:20:17.845Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T03:20:17.845Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T03:20:47.845Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df027556-9803-4034-a557-a9cabd711b6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-22T03:20:47.855Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df027556-9803-4034-a557-a9cabd711b6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-22T03:20:47.858Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T03:20:47.858Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T03:20:47.858Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T03:20:56.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:20:56.294Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:20:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:20:56.327Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:20:56.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653189474838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json",
"status": "NOTIFIED"
}
2022-05-22T03:20:56.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189476291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json",
"status": "NOTIFIED"
}
2022-05-22T03:20:56.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "cds",
"timestamp": 1653189473075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "clamp",
"timestamp": 1653189472313,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json",
"status": "NOTIFIED"
}
2022-05-22T03:20:56.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653189474838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-22T03:20:56.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "cds",
"timestamp": 1653189473075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189476291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-22T03:20:56.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "clamp",
"timestamp": 1653189472313,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "ves-openapi-manager",
"timestamp": 1653189479191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653189474838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "cds",
"timestamp": 1653189473075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189476291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "clamp",
"timestamp": 1653189472313,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "ves-openapi-manager",
"timestamp": 1653189479191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653189474838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-22T03:20:56.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189476291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-22T03:20:56.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "cds",
"timestamp": 1653189473075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "clamp",
"timestamp": 1653189472313,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "ves-openapi-manager",
"timestamp": 1653189479191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653189474838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "cds",
"timestamp": 1653189473075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189476291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "clamp",
"timestamp": 1653189472313,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "ves-openapi-manager",
"timestamp": 1653189479191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653189474838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T03:20:56.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "cds",
"timestamp": 1653189473075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T03:20:56.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189476291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T03:20:56.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "clamp",
"timestamp": 1653189472313,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T03:20:56.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "ves-openapi-manager",
"timestamp": 1653189479191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "policy-id",
"timestamp": 1653189483797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "ves-openapi-manager",
"timestamp": 1653189479191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653189484982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:20:56.344Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:20:56.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "cds",
"timestamp": 1653189484994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:20:56.344Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:20:56.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "policy-id",
"timestamp": 1653189483797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "ves-openapi-manager",
"timestamp": 1653189479191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "cds",
"timestamp": 1653189486011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-22T03:20:56.352Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of df027556-9803-4034-a557-a9cabd711b6a
2022-05-22T03:20:56.352Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId df027556-9803-4034-a557-a9cabd711b6a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-22T03:20:56.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189486014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:20:56.360Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:20:56.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653189486469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:20:56.361Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:20:56.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "policy-id",
"timestamp": 1653189483797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-22T03:20:56.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "policy-id",
"timestamp": 1653189483797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653189487993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:20:56.361Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:20:56.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "policy-id",
"timestamp": 1653189483797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.362Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653189489128,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-22T03:20:56.366Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df027556-9803-4034-a557-a9cabd711b6a
2022-05-22T03:20:56.366Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId df027556-9803-4034-a557-a9cabd711b6a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-22T03:20:56.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "aai-ml",
"timestamp": 1653189488775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "policy-id",
"timestamp": 1653189483797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189489872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:20:56.375Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:20:56.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653189490132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-22T03:20:56.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:20:56.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "aai-ml",
"timestamp": 1653189488775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "policy-id",
"timestamp": 1653189483797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T03:20:56.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189491300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:20:56.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:20:56.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "aai-ml",
"timestamp": 1653189488775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "policy-id",
"timestamp": 1653189491737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:20:56.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:20:56.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653189491121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "aai-ml",
"timestamp": 1653189488775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189492429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:20:56.378Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:20:56.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653189491121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "policy-id",
"timestamp": 1653189492745,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T03:20:56.378Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:20:56.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "aai-ml",
"timestamp": 1653189488775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.379Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189493743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-22T03:20:56.379Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:20:56.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653189491121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.379Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "policy-id",
"timestamp": 1653189493749,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-22T03:20:56.383Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df027556-9803-4034-a557-a9cabd711b6a
2022-05-22T03:20:56.384Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId df027556-9803-4034-a557-a9cabd711b6a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-22T03:20:56.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "aai-ml",
"timestamp": 1653189488775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189494746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-22T03:20:56.392Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:20:56.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653189491121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "aai-ml",
"timestamp": 1653189488775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T03:20:56.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189495750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-22T03:20:56.393Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:20:56.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653189491121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "aai-ml",
"timestamp": 1653189496547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:20:56.393Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:20:56.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189496755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T03:20:56.393Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:20:56.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653189491121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:20:56.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653189491121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T03:20:56.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:20:56.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653189498938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:20:56.394Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:20:56.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "clamp",
"timestamp": 1653189499207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:20:56.394Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:20:56.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "clamp",
"timestamp": 1653189501207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T03:20:56.395Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:20:56.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "clamp",
"timestamp": 1653189502211,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-22T03:20:56.399Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of df027556-9803-4034-a557-a9cabd711b6a
2022-05-22T03:20:56.399Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId df027556-9803-4034-a557-a9cabd711b6a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-22T03:20:56.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653189502271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T03:20:56.408Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:20:56.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653189503277,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-22T03:20:56.412Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of df027556-9803-4034-a557-a9cabd711b6a
2022-05-22T03:20:56.412Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId df027556-9803-4034-a557-a9cabd711b6a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-22T03:20:56.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "aai-ml",
"timestamp": 1653189508288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T03:20:56.420Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:20:56.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:20:56.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "aai-ml",
"timestamp": 1653189509292,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-22T03:20:56.425Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of df027556-9803-4034-a557-a9cabd711b6a
2022-05-22T03:20:56.425Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId df027556-9803-4034-a557-a9cabd711b6a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-22T03:21:17.858Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df027556-9803-4034-a557-a9cabd711b6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-22T03:21:17.872Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df027556-9803-4034-a557-a9cabd711b6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-22T03:21:17.875Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T03:21:17.876Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-22T03:21:17.876Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-22T03:21:17.876Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-22T03:21:17.876Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-22T03:21:17.876Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-22T03:21:17.876Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-22T03:21:17.876Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-22T03:21:17.876Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-22T03:21:17.876Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-22T03:21:17.876Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-22T03:21:17.882Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-22T03:21:47.883Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: df027556-9803-4034-a557-a9cabd711b6a and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-22T03:21:47.894Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: df027556-9803-4034-a557-a9cabd711b6a and serviceModelVersionId: edf3666d-73e1-4ce9-b536-a946197a08c6
2022-05-22T03:21:47.894Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 574971e1-0e76-4972-a5c4-a3c75bdc2dc2
2022-05-22T03:21:56.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:21:56.294Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:21:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:21:56.821Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:21:56.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:21:56.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "cds",
"timestamp": 1653189623075,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:21:56.823Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:21:56.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:21:56.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "clamp",
"timestamp": 1653189622313,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:21:56.824Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:21:56.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:21:56.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "policy-id",
"timestamp": 1653189623797,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:21:56.824Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:21:56.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:21:56.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "cds",
"timestamp": 1653189623075,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T03:21:56.824Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:21:56.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:21:56.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "policy-id",
"timestamp": 1653189623797,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T03:21:56.825Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:21:56.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:21:56.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "clamp",
"timestamp": 1653189622313,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T03:21:56.825Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:21:56.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:21:56.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "cds",
"timestamp": 1653189634792,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:21:56.825Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:21:56.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:21:56.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "policy-id",
"timestamp": 1653189634795,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:21:56.825Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:21:56.826Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:21:56.826Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653189634838,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:21:56.826Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:21:56.826Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:21:56.826Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "cds",
"timestamp": 1653189635797,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-22T03:21:56.842Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e0f88c30-e160-46a4-980f-1411b83d82bd
2022-05-22T03:21:56.842Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0f88c30-e160-46a4-980f-1411b83d82bd and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-22T03:21:56.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:21:56.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "policy-id",
"timestamp": 1653189635799,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T03:21:56.860Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:21:56.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:21:56.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653189634838,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T03:21:56.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:21:56.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:21:56.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "policy-id",
"timestamp": 1653189636802,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-22T03:21:56.866Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e0f88c30-e160-46a4-980f-1411b83d82bd
2022-05-22T03:21:56.866Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0f88c30-e160-46a4-980f-1411b83d82bd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-22T03:21:56.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:21:56.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "aai-ml",
"timestamp": 1653189638775,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:21:56.874Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:21:56.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:21:56.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "ves-openapi-manager",
"timestamp": 1653189639191,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:21:56.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:21:56.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:21:56.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "clamp",
"timestamp": 1653189640204,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:21:56.875Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:21:56.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:21:56.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "aai-ml",
"timestamp": 1653189638775,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T03:21:56.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:21:56.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:21:56.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "ves-openapi-manager",
"timestamp": 1653189639191,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:21:56.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:21:56.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:21:56.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "clamp",
"timestamp": 1653189641219,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T03:21:56.875Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:21:56.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:21:56.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "aai-ml",
"timestamp": 1653189641708,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:21:56.876Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:21:56.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:21:56.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653189641121,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:21:56.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:21:56.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:21:56.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "clamp",
"timestamp": 1653189642222,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-22T03:21:56.880Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e0f88c30-e160-46a4-980f-1411b83d82bd
2022-05-22T03:21:56.880Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0f88c30-e160-46a4-980f-1411b83d82bd and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-22T03:21:56.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:21:56.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653189641121,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T03:21:56.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:21:56.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:21:56.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653189643847,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:21:56.888Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:21:56.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:21:56.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "aai-ml",
"timestamp": 1653189645060,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T03:21:56.888Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:21:56.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:21:56.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653189645288,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T03:21:56.889Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:21:56.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:21:56.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "aai-ml",
"timestamp": 1653189646063,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-22T03:21:56.893Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e0f88c30-e160-46a4-980f-1411b83d82bd
2022-05-22T03:21:56.893Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0f88c30-e160-46a4-980f-1411b83d82bd and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-22T03:21:56.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:21:56.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653189646291,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-22T03:21:56.907Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e0f88c30-e160-46a4-980f-1411b83d82bd
2022-05-22T03:21:56.907Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0f88c30-e160-46a4-980f-1411b83d82bd and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-22T03:22:00.350Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/574971e1-0e76-4972-a5c4-a3c75bdc2dc2/model-vers/model-ver/edf3666d-73e1-4ce9-b536-a946197a08c6?depth=0
2022-05-22T03:22:00.435Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-22T03:22:00.836Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/574971e1-0e76-4972-a5c4-a3c75bdc2dc2/model-vers/model-ver/edf3666d-73e1-4ce9-b536-a946197a08c6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-22T03:22:00.850Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/574971e1-0e76-4972-a5c4-a3c75bdc2dc2/model-vers/model-ver/edf3666d-73e1-4ce9-b536-a946197a08c6?depth=0|INFO|500||Invoke
2022-05-22T03:22:00.968Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/574971e1-0e76-4972-a5c4-a3c75bdc2dc2/model-vers/model-ver/edf3666d-73e1-4ce9-b536-a946197a08c6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-22T03:22:01.589Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/574971e1-0e76-4972-a5c4-a3c75bdc2dc2/model-vers/model-ver/edf3666d-73e1-4ce9-b536-a946197a08c6?depth=0|INFO|500||InvokeReturn
2022-05-22T03:22:01.589Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/574971e1-0e76-4972-a5c4-a3c75bdc2dc2/model-vers/model-ver/edf3666d-73e1-4ce9-b536-a946197a08c6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220522-03:22:00:976-75445], vertex-id=[172048], Content-Length=[0], Date=[Sun, 22 May 2022 03:22:00 GMT], Content-Type=[application/json]}
2022-05-22T03:22:01.589Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-05-22T03:22:01.592Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-22T03:22:01.592Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-22T03:22:01.598Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-22T03:22:01.598Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID df027556-9803-4034-a557-a9cabd711b6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-22T03:22:01.599Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-22T03:22:01.599Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:22:01.601Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:22:01.601Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189721598,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T03:22:01.701Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:22:01.702Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:22:01.703Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:22:01.718Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:22:01.719Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-22T03:22:02.616Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:22:02.616Z|df027556-9803-4034-a557-a9cabd711b6a|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-05-22T03:22:02.616Z|df027556-9803-4034-a557-a9cabd711b6a|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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:22:07.038Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:22:07.038Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-22T03:22:07.039Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"e0f88c30-e160-46a4-980f-1411b83d82bd","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"08f27050-e759-4cef-8b3f-50eb7334647f","serviceDescription":"service","serviceInvariantUUID":"74fd9968-d47f-4801-a27a-ba1722592298","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"7acc7154-9215-4021-be7a-3f44c505d93f","resourceInvariantUUID":"a56a16a1-8f26-41b0-99e6-bb30f214d39d","resourceCustomizationUUID":"7f1f142f-5530-4d68-8a60-5d1b38b108c8","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"NDdmMDkyMzc5NmZmZWM2Yjk4ODMxNTc3ZTAzMDkxNjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f4f15f03-1c74-4d96-a4f3-5c19edf5b325","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDU0ODlkM2RlNjgzMDJhZWJkNzE5OTUwNDI3Njg3Zjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"39008756-7288-4df0-a803-f99b47e06ac0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-22T03:22:07.041Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T03:22:07.042Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:22:07.044Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:22:07.044Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189722615,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:22:07.144Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:22:07.145Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:22:07.145Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:22:07.160Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:22:07.160Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-22T03:22:08.044Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T03:22:08.045Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:22:08.047Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:22:08.047Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189722615,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T03:22:08.147Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:22:08.189Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:22:08.189Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:22:08.202Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:22:08.202Z||pool-20-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:22:09.048Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "08f27050-e759-4cef-8b3f-50eb7334647f",
"serviceDescription": "service",
"serviceInvariantUUID": "74fd9968-d47f-4801-a27a-ba1722592298",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "7f1f142f-5530-4d68-8a60-5d1b38b108c8",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "7acc7154-9215-4021-be7a-3f44c505d93f",
"resourceInvariantUUID": "a56a16a1-8f26-41b0-99e6-bb30f214d39d",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "MDU0ODlkM2RlNjgzMDJhZWJkNzE5OTUwNDI3Njg3Zjc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "39008756-7288-4df0-a803-f99b47e06ac0"
}
],
"workloadContext": "Production"
}
2022-05-22T03:22:09.049Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-22T03:22:09.049Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 08f27050-e759-4cef-8b3f-50eb7334647f ASDC
2022-05-22T03:22:09.049Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:e0f88c30-e160-46a4-980f-1411b83d82bd
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:08f27050-e759-4cef-8b3f-50eb7334647f
ServiceInvariantUUID:74fd9968-d47f-4801-a27a-ba1722592298
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:39008756-7288-4df0-a803-f99b47e06ac0
ArtifactChecksum:MDU0ODlkM2RlNjgzMDJhZWJkNzE5OTUwNDI3Njg3Zjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7f1f142f-5530-4d68-8a60-5d1b38b108c8
ResourceInvariantUUID:a56a16a1-8f26-41b0-99e6-bb30f214d39d
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:7acc7154-9215-4021-be7a-3f44c505d93f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-05-22T03:22:09.049Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 08f27050-e759-4cef-8b3f-50eb7334647f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-22T03:22:09.078Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T03:22:09.078Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-22T03:22:09.078Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-22T03:22:09.078Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 39008756-7288-4df0-a803-f99b47e06ac0 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-22T03:22:09.078Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-22T03:22:09.079Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-22T03:22:09.492Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-22T03:22:09.495Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 39008756-7288-4df0-a803-f99b47e06ac0 52500
2022-05-22T03:22:09.495Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-22T03:22:09.495Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-22T03:22:09.495Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T03:22:09.495Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:22:09.497Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:22:09.497Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189729495,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:22:09.597Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:22:09.598Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:22:09.598Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:22:09.614Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:22:09.614Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:22:10.497Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T03:22:10.499Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-22T03:22:10.499Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 39008756-7288-4df0-a803-f99b47e06ac0, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-22T03:22:10.499Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-22T03:22:10.500Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-22T03:22:10.500Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-22T03:22:10.596Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16638218653064884368/Definitions/service-BasicNetwork-template.yml
2022-05-22T03:22:10.996Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-22T03:22:10.996Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-22T03:22:10.996Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-22T03:22:10.996Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-22T03:22:10.996Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-22T03:22:10.996Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-22T03:22:10.996Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-22T03:22:10.996Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-22T03:22:10.996Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-22T03:22:10.996Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-22T03:22:10.996Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-22T03:22:10.996Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-22T03:22:10.996Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-22T03:22:10.997Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:22:10.997Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:22:10.997Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-22T03:22:10.997Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-22T03:22:10.997Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T03:22:10.997Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:22:10.997Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:22:10.997Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-22T03:22:10.997Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-22T03:22:10.997Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T03:22:10.998Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:22:10.998Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:22:10.998Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:22:10.998Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:22:10.998Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:22:10.998Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:22:10.998Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:22:10.998Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:22:10.998Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:22:10.998Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:22:10.998Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:08f27050-e759-4cef-8b3f-50eb7334647f
Model Version:NULL
Model InvariantUuid:74fd9968-d47f-4801-a27a-ba1722592298
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a56a16a1-8f26-41b0-99e6-bb30f214d39d
Model UUID:aa3dab0a-d986-48c0-bfd7-cceee05bf2aa
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:7f1f142f-5530-4d68-8a60-5d1b38b108c8
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-22T03:22:11.005Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 7acc7154-9215-4021-be7a-3f44c505d93f
2022-05-22T03:22:11.005Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||No resources found for Service: 08f27050-e759-4cef-8b3f-50eb7334647f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-22T03:22:11.008Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||
2022-05-22T03:22:11.008Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-05-22T03:22:11.009Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 08f27050-e759-4cef-8b3f-50eb7334647f
2022-05-22T03:22:11.009Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 08f27050-e759-4cef-8b3f-50eb7334647f
2022-05-22T03:22:11.009Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-05-22T03:22:11.009Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-22T03:22:11.014Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a213f25, org.onap.sdc.toscaparser.api.parameters.Input@46e009f3, org.onap.sdc.toscaparser.api.parameters.Input@37a0a7ff, org.onap.sdc.toscaparser.api.parameters.Input@a9d54d9, org.onap.sdc.toscaparser.api.parameters.Input@29e69ab8]
2022-05-22T03:22:11.015Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:22:11.015Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:22:11.016Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:22:11.016Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:22:11.016Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 08f27050-e759-4cef-8b3f-50eb7334647f: Generic NeutronNet
2022-05-22T03:22:11.016Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:22:11.016Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:22:11.016Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:22:11.016Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-05-22T03:22:11.050Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:22:11.051Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:22:11.051Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:22:11.051Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:22:11.051Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:22:11.052Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:22:11.052Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-22T03:22:11.109Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-05-22T03:22:11.109Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-22T03:22:11.109Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-22T03:22:11.109Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T03:22:11.110Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:22:11.112Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:22:11.112Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189731109,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T03:22:11.212Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:22:11.213Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:22:11.213Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:22:11.228Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:22:11.228Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-22T03:22:12.113Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0f88c30-e160-46a4-980f-1411b83d82bd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-22T03:22:12.125Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0f88c30-e160-46a4-980f-1411b83d82bd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-22T03:22:12.129Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T03:22:12.129Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-22T03:22:12.129Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-22T03:22:12.129Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-22T03:22:12.130Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-22T03:22:12.130Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-22T03:22:12.130Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-22T03:22:12.130Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-22T03:22:12.130Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-22T03:22:12.130Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-22T03:22:12.130Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-22T03:22:12.134Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-22T03:22:42.135Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e0f88c30-e160-46a4-980f-1411b83d82bd and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-22T03:22:42.141Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e0f88c30-e160-46a4-980f-1411b83d82bd and serviceModelVersionId: 08f27050-e759-4cef-8b3f-50eb7334647f
2022-05-22T03:22:42.141Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 74fd9968-d47f-4801-a27a-ba1722592298
2022-05-22T03:22:42.142Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/74fd9968-d47f-4801-a27a-ba1722592298/model-vers/model-ver/08f27050-e759-4cef-8b3f-50eb7334647f?depth=0
2022-05-22T03:22:42.147Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-22T03:22:42.185Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74fd9968-d47f-4801-a27a-ba1722592298/model-vers/model-ver/08f27050-e759-4cef-8b3f-50eb7334647f?depth=0|INFO|500||Invoke
2022-05-22T03:22:42.186Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74fd9968-d47f-4801-a27a-ba1722592298/model-vers/model-ver/08f27050-e759-4cef-8b3f-50eb7334647f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74fd9968-d47f-4801-a27a-ba1722592298/model-vers/model-ver/08f27050-e759-4cef-8b3f-50eb7334647f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e0f88c30-e160-46a4-980f-1411b83d82bd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3121fa89-66db-4128-8a28-2025c1605008], X-ECOMP-RequestID=[e0f88c30-e160-46a4-980f-1411b83d82bd], X-TransactionId=[], X-ONAP-RequestID=[e0f88c30-e160-46a4-980f-1411b83d82bd], Content-Type=[application/merge-patch+json]}
2022-05-22T03:22:42.211Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74fd9968-d47f-4801-a27a-ba1722592298/model-vers/model-ver/08f27050-e759-4cef-8b3f-50eb7334647f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-22T03:22:42.793Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74fd9968-d47f-4801-a27a-ba1722592298/model-vers/model-ver/08f27050-e759-4cef-8b3f-50eb7334647f?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/74fd9968-d47f-4801-a27a-ba1722592298/model-vers/model-ver/08f27050-e759-4cef-8b3f-50eb7334647f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220522-03:22:42:218-15864], vertex-id=[221256], Content-Length=[0], Date=[Sun, 22 May 2022 03:22:42 GMT], Content-Type=[application/json]}
2022-05-22T03:22:42.793Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74fd9968-d47f-4801-a27a-ba1722592298/model-vers/model-ver/08f27050-e759-4cef-8b3f-50eb7334647f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-22T03:22:42.794Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74fd9968-d47f-4801-a27a-ba1722592298/model-vers/model-ver/08f27050-e759-4cef-8b3f-50eb7334647f?depth=0|INFO|500||InvokeReturn
2022-05-22T03:22:42.794Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-22T03:22:42.794Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-22T03:22:42.798Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-22T03:22:42.798Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e0f88c30-e160-46a4-980f-1411b83d82bd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-22T03:22:42.799Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-22T03:22:42.799Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:22:42.801Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:22:42.802Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189762799,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T03:22:42.902Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:22:42.903Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:22:42.903Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:22:42.919Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:22:42.920Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-22T03:22:43.813Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:22:43.814Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:22:43.814Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:22:53.357Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:22:53.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:22:53.358Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:22:53.358Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:22:56.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:22:56.294Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:22:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:22:56.918Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:22:56.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:22:56.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df027556-9803-4034-a557-a9cabd711b6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189721598,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T03:22:56.919Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:22:56.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:22:56.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189722615,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:22:56.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:22:56.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:22:56.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189722615,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T03:22:56.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:22:56.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:22:56.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189729495,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:22:56.920Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:22:56.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:22:56.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189731109,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T03:22:56.920Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:22:56.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:22:56.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189762799,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T03:22:56.920Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:23:02.896Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:23:02.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:23:02.931Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:23:02.931Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:23:12.472Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:23:12.472Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:23:12.473Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:23:12.473Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:23:22.008Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:23:56.292Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:23:56.293Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:23:56.293Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:23:56.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:23:56.294Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:23:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:24:05.840Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:24:05.841Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:24:56.291Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:24:56.292Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:24:56.292Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:24:56.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:24:56.294Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:24:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:24:56.920Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:24:56.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d2cbd690-0868-4d16-b043-5f59f032fdda","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"a679d63c-9d59-4d37-825e-9ab0677a880a","serviceDescription":"service","serviceInvariantUUID":"fe8b8613-b2c6-4d54-88cd-eb77a03978fe","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"91b2c90c-e446-46d4-bc1c-758233e2f9c4","resourceInvariantUUID":"f4b0e39a-6918-426c-ad25-56fbb153f365","resourceCustomizationUUID":"50e82e65-68a5-4570-8375-8eae09a45d24","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":"ZjEyZDQ0NDNlNDliMzI5MGVlMmVmYTg4MDc3ODVlYjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"52c1778f-f1b7-463d-a976-7b9fe08632a9","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":"YjJjYzA2YWIxMTIwZWUyNWVmNWJjZDAzNzQ2ZmFjOTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"23f2950d-6bb6-468f-931b-1ed8626b8ca8","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":"675d90bf-da4c-4c6e-9e27-110065939b40","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":"c29bb007-4f55-4cfd-8915-20deb731777b","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":"372c493c-9581-46bc-8ff4-6986adc86332","artifactVersion":"2","generatedFromUUID":"675d90bf-da4c-4c6e-9e27-110065939b40"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTRiYmM4ZjU0OWIyMjE2NzRiYzljZTZhZTQwY2I3YWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e19e5078-4a41-414b-b7f2-46037d8f9257","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NGIxOTYyMmZjNzA0ZTAxODIyNTllNDNkNDVjOGE3NTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9c64b89c-4878-4d03-b1c1-d2ba178c9de8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-22T03:24:56.924Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T03:24:56.925Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:24:56.927Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:24:56.928Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189896291,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.930Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:24:56.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "cds",
"timestamp": 1653189863075,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "clamp",
"timestamp": 1653189862313,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "ves-openapi-manager",
"timestamp": 1653189859191,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "policy-id",
"timestamp": 1653189863797,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "clamp",
"timestamp": 1653189862313,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-05-22T03:24:56.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "cds",
"timestamp": 1653189863075,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "ves-openapi-manager",
"timestamp": 1653189859191,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "policy-id",
"timestamp": 1653189863797,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "clamp",
"timestamp": 1653189862313,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "cds",
"timestamp": 1653189863075,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "ves-openapi-manager",
"timestamp": 1653189859191,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "policy-id",
"timestamp": 1653189863797,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-05-22T03:24:56.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "cds",
"timestamp": 1653189863075,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "clamp",
"timestamp": 1653189862313,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "ves-openapi-manager",
"timestamp": 1653189859191,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "policy-id",
"timestamp": 1653189863797,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "clamp",
"timestamp": 1653189862313,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "cds",
"timestamp": 1653189863075,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "ves-openapi-manager",
"timestamp": 1653189859191,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "policy-id",
"timestamp": 1653189863797,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "clamp",
"timestamp": 1653189862313,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "cds",
"timestamp": 1653189863075,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "ves-openapi-manager",
"timestamp": 1653189859191,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "policy-id",
"timestamp": 1653189863797,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "cds",
"timestamp": 1653189863075,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T03:24:56.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "clamp",
"timestamp": 1653189862313,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T03:24:56.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "ves-openapi-manager",
"timestamp": 1653189859191,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "policy-id",
"timestamp": 1653189863797,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T03:24:56.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653189874838,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "cds",
"timestamp": 1653189876401,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:24:56.942Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:24:56.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "policy-id",
"timestamp": 1653189876374,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:24:56.942Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:24:56.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653189874838,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-05-22T03:24:56.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "cds",
"timestamp": 1653189877407,
"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-05-22T03:24:56.959Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d2cbd690-0868-4d16-b043-5f59f032fdda
2022-05-22T03:24:56.959Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2cbd690-0868-4d16-b043-5f59f032fdda and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-22T03:24:56.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "policy-id",
"timestamp": 1653189877377,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T03:24:56.966Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:24:56.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653189874838,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-05-22T03:24:56.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "policy-id",
"timestamp": 1653189878381,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-22T03:24:56.970Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2cbd690-0868-4d16-b043-5f59f032fdda
2022-05-22T03:24:56.970Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2cbd690-0868-4d16-b043-5f59f032fdda and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-22T03:24:56.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653189874838,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "aai-ml",
"timestamp": 1653189878775,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653189874838,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-05-22T03:24:56.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "aai-ml",
"timestamp": 1653189878775,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653189874838,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "clamp",
"timestamp": 1653189880657,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:24:56.979Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:24:56.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "aai-ml",
"timestamp": 1653189878775,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653189874838,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T03:24:56.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653189881121,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "clamp",
"timestamp": 1653189882240,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T03:24:56.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:24:56.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "aai-ml",
"timestamp": 1653189878775,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653189881121,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653189882895,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:24:56.982Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:24:56.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "clamp",
"timestamp": 1653189883243,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-22T03:24:56.987Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d2cbd690-0868-4d16-b043-5f59f032fdda
2022-05-22T03:24:56.987Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2cbd690-0868-4d16-b043-5f59f032fdda and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-22T03:24:56.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "aai-ml",
"timestamp": 1653189878775,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653189881121,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653189883952,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:24:56.995Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:24:56.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "aai-ml",
"timestamp": 1653189878775,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653189881121,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653189885003,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:24:56.995Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:24:56.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "aai-ml",
"timestamp": 1653189878775,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T03:24:56.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653189881121,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:56.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:56.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:56.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653189886025,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-22T03:24:57.000Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2cbd690-0868-4d16-b043-5f59f032fdda
2022-05-22T03:24:57.000Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2cbd690-0868-4d16-b043-5f59f032fdda and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-22T03:24:57.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:57.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "aai-ml",
"timestamp": 1653189886489,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:24:57.007Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:24:57.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:57.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653189881121,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:24:57.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:57.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:57.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653189887027,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-22T03:24:57.008Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:24:57.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:57.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653189881121,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T03:24:57.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T03:24:57.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:57.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653189888982,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:24:57.008Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:24:57.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:57.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653189891136,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T03:24:57.008Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:24:57.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:57.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653189892139,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-22T03:24:57.013Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d2cbd690-0868-4d16-b043-5f59f032fdda
2022-05-22T03:24:57.013Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2cbd690-0868-4d16-b043-5f59f032fdda and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-22T03:24:57.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:57.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "aai-ml",
"timestamp": 1653189892571,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T03:24:57.022Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:24:57.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T03:24:57.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "aai-ml",
"timestamp": 1653189893574,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-22T03:24:57.027Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d2cbd690-0868-4d16-b043-5f59f032fdda
2022-05-22T03:24:57.027Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2cbd690-0868-4d16-b043-5f59f032fdda and ComponentName AAI
2022-05-22T03:24:57.028Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-05-22T03:24:57.028Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:24:57.029Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-22T03:24:57.043Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:24:57.044Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:24:57.928Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T03:24:57.929Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:24:57.931Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:24:57.931Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189896291,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-05-22T03:24:58.031Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:24:58.034Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:24:58.034Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:24:58.050Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:24:58.051Z||pool-25-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:24:58.931Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T03:24:58.932Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:24:58.934Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:24:58.934Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189896291,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-05-22T03:24:59.035Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T03:24:59.036Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:24:59.036Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:24:59.057Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:24:59.058Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:24:59.935Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T03:24:59.936Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:24:59.937Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:24:59.937Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189896291,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:25:00.038Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:25:00.039Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:25:00.039Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:25:00.056Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:25:00.056Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:25:00.938Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T03:25:00.939Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:25:00.941Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:25:00.942Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189896291,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-05-22T03:25:01.042Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:25:01.042Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:25:01.043Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:25:01.058Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:25:01.059Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-22T03:25:01.942Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T03:25:01.943Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:25:01.945Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:25:01.946Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189896291,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:25:02.046Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:25:02.046Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:25:02.046Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:25:02.062Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:25:02.062Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:25:02.946Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T03:25:02.947Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:25:02.950Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:25:02.950Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189896291,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T03:25:03.050Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:25:03.051Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:25:03.051Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:25:03.065Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:25:03.066Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:25:03.952Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "a679d63c-9d59-4d37-825e-9ab0677a880a",
"serviceDescription": "service",
"serviceInvariantUUID": "fe8b8613-b2c6-4d54-88cd-eb77a03978fe",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "50e82e65-68a5-4570-8375-8eae09a45d24",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "91b2c90c-e446-46d4-bc1c-758233e2f9c4",
"resourceInvariantUUID": "f4b0e39a-6918-426c-ad25-56fbb153f365",
"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": "YjJjYzA2YWIxMTIwZWUyNWVmNWJjZDAzNzQ2ZmFjOTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "23f2950d-6bb6-468f-931b-1ed8626b8ca8",
"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": "675d90bf-da4c-4c6e-9e27-110065939b40",
"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": "372c493c-9581-46bc-8ff4-6986adc86332",
"generatedFromUUID": "675d90bf-da4c-4c6e-9e27-110065939b40"
},
"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": "372c493c-9581-46bc-8ff4-6986adc86332",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "NGIxOTYyMmZjNzA0ZTAxODIyNTllNDNkNDVjOGE3NTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9c64b89c-4878-4d03-b1c1-d2ba178c9de8"
}
],
"workloadContext": "Production"
}
2022-05-22T03:25:03.952Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-22T03:25:03.952Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a679d63c-9d59-4d37-825e-9ab0677a880a ASDC
2022-05-22T03:25:03.953Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:d2cbd690-0868-4d16-b043-5f59f032fdda
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:a679d63c-9d59-4d37-825e-9ab0677a880a
ServiceInvariantUUID:fe8b8613-b2c6-4d54-88cd-eb77a03978fe
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:9c64b89c-4878-4d03-b1c1-d2ba178c9de8
ArtifactChecksum:NGIxOTYyMmZjNzA0ZTAxODIyNTllNDNkNDVjOGE3NTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:50e82e65-68a5-4570-8375-8eae09a45d24
ResourceInvariantUUID:f4b0e39a-6918-426c-ad25-56fbb153f365
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:91b2c90c-e446-46d4-bc1c-758233e2f9c4
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:23f2950d-6bb6-468f-931b-1ed8626b8ca8
ArtifactChecksum:YjJjYzA2YWIxMTIwZWUyNWVmNWJjZDAzNzQ2ZmFjOTM=
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:675d90bf-da4c-4c6e-9e27-110065939b40
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:372c493c-9581-46bc-8ff4-6986adc86332
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:372c493c-9581-46bc-8ff4-6986adc86332
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-22T03:25:03.953Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a679d63c-9d59-4d37-825e-9ab0677a880a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-22T03:25:03.981Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T03:25:03.981Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-22T03:25:03.982Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-22T03:25:03.982Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9c64b89c-4878-4d03-b1c1-d2ba178c9de8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-22T03:25:03.982Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T03:25:03.982Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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-05-22T03:25:04.573Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T03:25:04.576Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9c64b89c-4878-4d03-b1c1-d2ba178c9de8 71041
2022-05-22T03:25:04.576Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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-05-22T03:25:04.576Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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-05-22T03:25:04.577Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T03:25:04.577Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:25:04.578Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:25:04.578Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189904576,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:25:04.679Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T03:25:04.679Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:25:04.680Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:25:04.698Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:25:04.698Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:25:05.579Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T03:25:05.579Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-22T03:25:05.579Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 9c64b89c-4878-4d03-b1c1-d2ba178c9de8, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-22T03:25:05.580Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-05-22T03:25:05.581Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-22T03:25:05.581Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-05-22T03:25:05.812Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11568373435812719955/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-05-22T03:25:06.939Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-22T03:25:06.939Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-22T03:25:06.940Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-22T03:25:06.940Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-22T03:25:06.940Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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-05-22T03:25:06.940Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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-05-22T03:25:06.940Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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-05-22T03:25:06.940Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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-05-22T03:25:06.940Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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-05-22T03:25:06.940Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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-05-22T03:25:06.940Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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-05-22T03:25:06.940Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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-05-22T03:25:06.940Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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-05-22T03:25:06.940Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-22T03:25:06.940Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:25:06.940Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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-05-22T03:25:06.941Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-22T03:25:06.941Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-22T03:25:06.941Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T03:25:06.941Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:25:06.941Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:25:06.941Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-22T03:25:06.941Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-22T03:25:06.941Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T03:25:06.941Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:25:06.941Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:25:06.941Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:25:06.942Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-22T03:25:06.942Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-22T03:25:06.942Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-22T03:25:06.942Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-22T03:25:06.942Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-22T03:25:06.942Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-22T03:25:06.942Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:25:06.942Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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-05-22T03:25:06.942Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:25:06.942Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-22T03:25:06.942Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T03:25:06.942Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:25:06.943Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-22T03:25:06.943Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T03:25:06.943Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:25:06.943Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-22T03:25:06.943Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T03:25:06.943Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:25:06.943Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-22T03:25:06.943Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-22T03:25:06.943Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-22T03:25:06.943Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=115e8d3c-c93d-4ab0-9540-0d46a649231c
2022-05-22T03:25:06.944Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:25:06.944Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:25:06.944Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:25:06.944Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:25:06.944Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:25:06.944Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:25:06.944Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:25:06.944Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:25:06.944Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:a679d63c-9d59-4d37-825e-9ab0677a880a
Model Version:NULL
Model InvariantUuid:fe8b8613-b2c6-4d54-88cd-eb77a03978fe
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:235cf67b-33eb-4d45-aa0b-eb1e64d6d26b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f4b0e39a-6918-426c-ad25-56fbb153f365
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:50e82e65-68a5-4570-8375-8eae09a45d24
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:fb61e706-6810-4dd2-a2bc-e002cefad5f1
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:eed13410-94bc-45da-a48e-1c430605a882
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:115e8d3c-c93d-4ab0-9540-0d46a649231c
ModelInvariantUuid:2237dd42-89c8-4f6c-bae4-ee12a1cbb01e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:32a14f67-b075-4683-a37e-2d60163d7cd7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:c430c8df-dc51-4ce5-9133-af4904007b42
ModelInvariantUuid:3600afcf-e37d-4bfe-b615-4a7321e72705
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:c93ed784-d1a4-4a7b-ae24-abcfec5f518f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-22T03:25:06.952Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 91b2c90c-e446-46d4-bc1c-758233e2f9c4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-22T03:25:06.956Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||basic_vm 0
2022-05-22T03:25:06.956Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 91b2c90c-e446-46d4-bc1c-758233e2f9c4
2022-05-22T03:25:06.956Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 23f2950d-6bb6-468f-931b-1ed8626b8ca8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-22T03:25:06.956Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T03:25:06.956Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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-05-22T03:25:07.291Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T03:25:07.291Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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 23f2950d-6bb6-468f-931b-1ed8626b8ca8 787
2022-05-22T03:25:07.292Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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-05-22T03:25:07.292Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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-05-22T03:25:07.292Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T03:25:07.293Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:25:07.295Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:25:07.295Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189907292,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:25:07.395Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:25:07.396Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:25:07.396Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:25:07.408Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:25:07.408Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:25:08.295Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "fb61e706-6810-4dd2-a2bc-e002cefad5f1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "eed13410-94bc-45da-a48e-1c430605a882",
"vfModuleModelCustomizationUUID": "b80b7a35-ed43-4182-b204-751d1666c1f6",
"isBase": true,
"artifacts": [
"675d90bf-da4c-4c6e-9e27-110065939b40",
"372c493c-9581-46bc-8ff4-6986adc86332"
],
"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-05-22T03:25:08.301Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eed13410-94bc-45da-a48e-1c430605a882
VfModuleModelInvariantUUID:fb61e706-6810-4dd2-a2bc-e002cefad5f1
VfModuleModelDescription:NULL
Artifacts UUID List:{
675d90bf-da4c-4c6e-9e27-110065939b40
,
372c493c-9581-46bc-8ff4-6986adc86332
}
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-05-22T03:25:08.304Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "fb61e706-6810-4dd2-a2bc-e002cefad5f1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "eed13410-94bc-45da-a48e-1c430605a882",
"vfModuleModelCustomizationUUID": "b80b7a35-ed43-4182-b204-751d1666c1f6",
"isBase": true,
"artifacts": [
"675d90bf-da4c-4c6e-9e27-110065939b40",
"372c493c-9581-46bc-8ff4-6986adc86332"
],
"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-05-22T03:25:08.304Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eed13410-94bc-45da-a48e-1c430605a882
VfModuleModelInvariantUUID:fb61e706-6810-4dd2-a2bc-e002cefad5f1
VfModuleModelDescription:NULL
Artifacts UUID List:{
675d90bf-da4c-4c6e-9e27-110065939b40
,
372c493c-9581-46bc-8ff4-6986adc86332
}
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-05-22T03:25:08.304Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 675d90bf-da4c-4c6e-9e27-110065939b40 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-22T03:25:08.304Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T03:25:08.304Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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-05-22T03:25:08.496Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T03:25:08.496Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 675d90bf-da4c-4c6e-9e27-110065939b40 5033
2022-05-22T03:25:08.497Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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-05-22T03:25:08.497Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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-05-22T03:25:08.497Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T03:25:08.497Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:25:08.499Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:25:08.499Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189908497,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:25:08.599Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:25:08.600Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:25:08.600Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:25:08.616Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:25:08.616Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:25:09.500Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 372c493c-9581-46bc-8ff4-6986adc86332 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-22T03:25:09.501Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T03:25:09.501Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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-05-22T03:25:09.865Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T03:25:09.866Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 372c493c-9581-46bc-8ff4-6986adc86332 903
2022-05-22T03:25:09.866Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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-05-22T03:25:09.866Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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-05-22T03:25:09.866Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T03:25:09.867Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:25:09.868Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:25:09.869Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189909866,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:25:09.969Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:25:09.970Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:25:09.970Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:25:09.984Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:25:09.985Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:25:10.869Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: a679d63c-9d59-4d37-825e-9ab0677a880a
2022-05-22T03:25:10.870Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 91b2c90c-e446-46d4-bc1c-758233e2f9c4 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-22T03:25:10.889Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e1ef892, org.onap.sdc.toscaparser.api.parameters.Input@4580ed2e, org.onap.sdc.toscaparser.api.parameters.Input@51d00c43, org.onap.sdc.toscaparser.api.parameters.Input@11f0d112, org.onap.sdc.toscaparser.api.parameters.Input@58e361d6]
2022-05-22T03:25:10.891Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:25:10.891Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:25:10.891Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-05-22T03:25:10.891Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 50e82e65-68a5-4570-8375-8eae09a45d24
2022-05-22T03:25:10.892Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 50e82e65-68a5-4570-8375-8eae09a45d24 matches Tosca VF Customization UUID: 50e82e65-68a5-4570-8375-8eae09a45d24
2022-05-22T03:25:10.892Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 50e82e65-68a5-4570-8375-8eae09a45d24 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-22T03:25:10.895Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:25:10.895Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:25:10.895Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 50e82e65-68a5-4570-8375-8eae09a45d24: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-05-22T03:25:10.896Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5cc48b51
2022-05-22T03:25:10.896Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:25:10.896Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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-05-22T03:25:10.896Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b80b7a35-ed43-4182-b204-751d1666c1f6
2022-05-22T03:25:10.896Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b80b7a35-ed43-4182-b204-751d1666c1f6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-22T03:25:10.899Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:25:10.899Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-22T03:25:10.899Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T03:25:10.899Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:25:10.899Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-22T03:25:10.899Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T03:25:10.899Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:25:10.900Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-22T03:25:10.900Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-22T03:25:10.900Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-22T03:25:10.900Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=115e8d3c-c93d-4ab0-9540-0d46a649231c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-22T03:25:10.902Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:25:10.902Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-22T03:25:10.902Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T03:25:10.902Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:25:10.903Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-22T03:25:10.903Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=50e82e65-68a5-4570-8375-8eae09a45d24
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-22T03:25:10.904Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:25:10.905Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:25:10.905Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid a679d63c-9d59-4d37-825e-9ab0677a880a: basic_vm
2022-05-22T03:25:10.905Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:25:10.905Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:25:10.905Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:25:10.905Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:25:10.905Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:25:10.905Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:25:10.906Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:25:10.906Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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-05-22T03:25:10.906Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:25:10.906Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:25:10.906Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-22T03:25:10.993Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 91b2c90c-e446-46d4-bc1c-758233e2f9c4 1 ASDC deployResourceStructure
2022-05-22T03:25:10.993Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-05-22T03:25:10.993Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-22T03:25:10.993Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T03:25:10.993Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:25:10.995Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:25:10.995Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189910993,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-22T03:25:11.096Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T03:25:11.096Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:25:11.097Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:25:11.111Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:25:11.112Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:25:11.996Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-22T03:25:11.996Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-22T03:25:11.996Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T03:25:11.997Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:25:11.998Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:25:11.998Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189911996,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2022-05-22T03:25:12.099Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:25:12.099Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:25:12.100Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:25:12.114Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:25:12.115Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:25:12.999Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-22T03:25:12.999Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-22T03:25:13.000Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T03:25:13.000Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:25:13.001Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:25:13.002Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189912999,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2022-05-22T03:25:13.102Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:25:13.102Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:25:13.103Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:25:13.117Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:25:13.117Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-22T03:25:14.002Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-22T03:25:14.003Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-22T03:25:14.003Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T03:25:14.003Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:25:14.005Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:25:14.006Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189914002,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T03:25:14.106Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:25:14.107Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:25:14.107Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:25:14.122Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:25:14.122Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:25:15.006Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2cbd690-0868-4d16-b043-5f59f032fdda
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-22T03:25:15.017Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2cbd690-0868-4d16-b043-5f59f032fdda
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-22T03:25:15.020Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T03:25:15.020Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-22T03:25:15.020Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-22T03:25:15.020Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-22T03:25:15.021Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-22T03:25:15.021Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-22T03:25:15.021Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-22T03:25:15.021Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-22T03:25:15.021Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-22T03:25:15.021Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-22T03:25:15.021Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-22T03:25:15.026Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-22T03:25:45.027Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d2cbd690-0868-4d16-b043-5f59f032fdda and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-22T03:25:45.033Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d2cbd690-0868-4d16-b043-5f59f032fdda and serviceModelVersionId: a679d63c-9d59-4d37-825e-9ab0677a880a
2022-05-22T03:25:45.033Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fe8b8613-b2c6-4d54-88cd-eb77a03978fe
2022-05-22T03:25:45.034Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fe8b8613-b2c6-4d54-88cd-eb77a03978fe/model-vers/model-ver/a679d63c-9d59-4d37-825e-9ab0677a880a?depth=0
2022-05-22T03:25:45.039Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-22T03:25:45.072Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe8b8613-b2c6-4d54-88cd-eb77a03978fe/model-vers/model-ver/a679d63c-9d59-4d37-825e-9ab0677a880a?depth=0|INFO|500||Invoke
2022-05-22T03:25:45.073Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe8b8613-b2c6-4d54-88cd-eb77a03978fe/model-vers/model-ver/a679d63c-9d59-4d37-825e-9ab0677a880a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe8b8613-b2c6-4d54-88cd-eb77a03978fe/model-vers/model-ver/a679d63c-9d59-4d37-825e-9ab0677a880a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d2cbd690-0868-4d16-b043-5f59f032fdda], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1f8b23f4-2b78-4c46-a195-ad5361bfd313], X-ECOMP-RequestID=[d2cbd690-0868-4d16-b043-5f59f032fdda], X-TransactionId=[], X-ONAP-RequestID=[d2cbd690-0868-4d16-b043-5f59f032fdda], Content-Type=[application/merge-patch+json]}
2022-05-22T03:25:45.091Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe8b8613-b2c6-4d54-88cd-eb77a03978fe/model-vers/model-ver/a679d63c-9d59-4d37-825e-9ab0677a880a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-22T03:25:45.176Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe8b8613-b2c6-4d54-88cd-eb77a03978fe/model-vers/model-ver/a679d63c-9d59-4d37-825e-9ab0677a880a?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/fe8b8613-b2c6-4d54-88cd-eb77a03978fe/model-vers/model-ver/a679d63c-9d59-4d37-825e-9ab0677a880a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220522-03:25:45:098-26486], vertex-id=[360640], Content-Length=[0], Date=[Sun, 22 May 2022 03:25:45 GMT], Content-Type=[application/json]}
2022-05-22T03:25:45.177Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe8b8613-b2c6-4d54-88cd-eb77a03978fe/model-vers/model-ver/a679d63c-9d59-4d37-825e-9ab0677a880a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-22T03:25:45.178Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe8b8613-b2c6-4d54-88cd-eb77a03978fe/model-vers/model-ver/a679d63c-9d59-4d37-825e-9ab0677a880a?depth=0|INFO|500||InvokeReturn
2022-05-22T03:25:45.178Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-22T03:25:45.178Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-22T03:25:45.185Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-22T03:25:45.186Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d2cbd690-0868-4d16-b043-5f59f032fdda and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-22T03:25:45.186Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-22T03:25:45.186Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:25:45.188Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:25:45.188Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189945186,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T03:25:45.288Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:25:45.289Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:25:45.289Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:25:45.306Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:25:45.306Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-22T03:25:56.291Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:25:56.292Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:25:56.292Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:25:56.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:25:56.294Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:25:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:25:56.417Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:25:56.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-22T03:25:56.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189896291,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:25:56.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-22T03:26:05.832Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:26:56.292Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:26:56.292Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:26:56.293Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:26:56.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:26:56.294Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:26:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:26:56.820Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:26:56.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-22T03:26:56.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189896291,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-05-22T03:26:56.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-22T03:26:56.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-22T03:26:56.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189896291,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-05-22T03:26:56.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-22T03:26:56.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-22T03:26:56.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189896291,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:26:56.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-22T03:26:56.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-22T03:26:56.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189896291,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-05-22T03:26:56.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-22T03:26:56.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-22T03:26:56.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189896291,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:26:56.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-22T03:26:56.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-22T03:26:56.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189896291,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T03:26:56.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-22T03:26:56.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-22T03:26:56.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189904576,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:26:56.823Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:26:56.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-22T03:26:56.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189907292,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:26:56.823Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:26:56.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-22T03:26:56.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189908497,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:26:56.824Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:26:56.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-22T03:26:56.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189909866,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:26:56.824Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:26:56.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-22T03:26:56.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189910993,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-22T03:26:56.824Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:26:56.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-22T03:26:56.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189911996,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2022-05-22T03:26:56.824Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:26:56.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-22T03:26:56.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189912999,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2022-05-22T03:26:56.825Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:26:56.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-22T03:26:56.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189914002,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T03:26:56.825Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:26:56.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-22T03:26:56.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653189945186,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T03:26:56.825Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T03:27:05.836Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:27:56.291Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:27:56.292Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:27:56.292Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:27:56.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:27:56.294Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:27:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:28:05.839Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:28:05.840Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:28:56.291Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:28:56.292Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:28:56.292Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:28:56.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T03:28:56.294Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T03:28:56.294Z||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 IWB9uD3ziI0COEmu) ...
2022-05-22T03:28:56.427Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:28:56.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "ves-openapi-manager",
"timestamp": 1653190119191,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653190121121,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "aai-ml",
"timestamp": 1653190118775,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "cds",
"timestamp": 1653190118075,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "policy-id",
"timestamp": 1653190123797,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "ves-openapi-manager",
"timestamp": 1653190119191,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "cds",
"timestamp": 1653190118075,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "aai-ml",
"timestamp": 1653190118775,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653190121121,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "policy-id",
"timestamp": 1653190123797,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "ves-openapi-manager",
"timestamp": 1653190119191,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "aai-ml",
"timestamp": 1653190118775,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653190121121,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "cds",
"timestamp": 1653190118075,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "policy-id",
"timestamp": 1653190123797,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "ves-openapi-manager",
"timestamp": 1653190119191,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "aai-ml",
"timestamp": 1653190118775,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "cds",
"timestamp": 1653190118075,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653190121121,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "policy-id",
"timestamp": 1653190123797,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.435Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "ves-openapi-manager",
"timestamp": 1653190119191,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.435Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "aai-ml",
"timestamp": 1653190118775,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.435Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "cds",
"timestamp": 1653190118075,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.436Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653190121121,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.436Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "policy-id",
"timestamp": 1653190123797,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-05-22T03:28:56.436Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "ves-openapi-manager",
"timestamp": 1653190119191,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "aai-ml",
"timestamp": 1653190118775,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "cds",
"timestamp": 1653190118075,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653190121121,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "policy-id",
"timestamp": 1653190123797,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "ves-openapi-manager",
"timestamp": 1653190119191,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "aai-ml",
"timestamp": 1653190118775,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "cds",
"timestamp": 1653190118075,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653190121121,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "policy-id",
"timestamp": 1653190123797,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "clamp",
"timestamp": 1653190132313,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "ves-openapi-manager",
"timestamp": 1653190119191,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "aai-ml",
"timestamp": 1653190118775,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "cds",
"timestamp": 1653190118075,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653190121121,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "policy-id",
"timestamp": 1653190123797,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "clamp",
"timestamp": 1653190132313,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.441Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "ves-openapi-manager",
"timestamp": 1653190119191,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.441Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "aai-ml",
"timestamp": 1653190118775,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T03:28:56.441Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "cds",
"timestamp": 1653190118075,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T03:28:56.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653190121121,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T03:28:56.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "policy-id",
"timestamp": 1653190123797,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T03:28:56.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "clamp",
"timestamp": 1653190132313,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653190134838,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:56.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "clamp",
"timestamp": 1653190132313,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-05-22T03:28:56.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-22T03:28:56.917Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:28:56.919Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T03:28:56.920Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"894ff576-38fc-47e8-a383-c4633cd5ac1f","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"a9b227e6-2dce-4d4e-937a-a7d91d159d0d","serviceDescription":"service","serviceInvariantUUID":"fc9a5ab3-3451-4149-867c-4afc8b1b02f5","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"62ce6d36-717c-4e62-b1b6-aeb92bd299a3","resourceInvariantUUID":"d2b1877e-f6c8-4647-97d5-0dcdb7979532","resourceCustomizationUUID":"9313d11c-8e20-4171-a848-7417c7c1e6bc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"NTRmZGJhMjkzODQ2NDI3YTMzZmM2YTI5N2U4NDVkYTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fd6c8507-6d56-43b4-9cdb-37de86301156","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0d6d6bda-491c-435d-bc16-90ea2a813225","artifactVersion":"2","generatedFromUUID":"02ddc43c-f186-4b5f-91c6-aaad2a69617f"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"02ddc43c-f186-4b5f-91c6-aaad2a69617f","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"MWExMzg5YTRjYTJjYjZkZmRmZDlhYjEwYjJkYWNmNjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"414838ca-817f-4bc5-b9a1-66a578b31865","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9338385d-b072-4849-b7b1-7964a37d74f0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7da06358-8cda-4bef-851b-2c5d2b26ce6d","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"06851739-40bc-45ac-98a9-5418bdbb4f64","artifactVersion":"2","generatedFromUUID":"9338385d-b072-4849-b7b1-7964a37d74f0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZDU1NjNhMmNjYTUxZWYwYzY5ZWRhZmQ3YjNlNjZhMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9ea08139-9006-4572-9893-df8cd7bddbe5","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"M2IyNGVhYzFkZTZlMDg4YjkzY2E1OTQzZTg0NmE1ZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f0e71e25-84e4-41c2-88db-6141c85b96e6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-22T03:28:56.925Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T03:28:56.925Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:28:56.928Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:28:56.928Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653190136291,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:28:57.028Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:28:57.029Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:28:57.029Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:28:57.044Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:28:57.045Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:28:57.928Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T03:28:57.929Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:28:57.931Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:28:57.931Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653190136291,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-05-22T03:28:58.031Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:28:58.032Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:28:58.032Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:28:58.048Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:28:58.048Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:28:58.932Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T03:28:58.932Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:28:58.934Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:28:58.934Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653190136291,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-05-22T03:28:59.035Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T03:28:59.035Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:28:59.036Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:28:59.051Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:28:59.052Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:28:59.935Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T03:28:59.935Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:28:59.937Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:28:59.938Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653190136291,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-05-22T03:29:00.038Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:29:00.039Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:29:00.039Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:29:00.053Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:29:00.054Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:29:00.938Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T03:29:00.939Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:29:00.941Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:29:00.941Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653190136291,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-05-22T03:29:01.041Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:29:01.042Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:29:01.042Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:29:01.059Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:29:01.059Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:29:01.942Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T03:29:01.942Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:29:01.944Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:29:01.944Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653190136291,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:29:02.044Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:29:02.045Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:29:02.045Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:29:02.061Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:29:02.061Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:29:02.945Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T03:29:02.945Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:29:02.947Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:29:02.947Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653190136291,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-05-22T03:29:03.047Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:29:03.048Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:29:03.048Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:29:03.064Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:29:03.065Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:29:03.948Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T03:29:03.948Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:29:03.950Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:29:03.950Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653190136291,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T03:29:04.050Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:29:04.051Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:29:04.051Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:29:04.067Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:29:04.068Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:29:04.951Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T03:29:04.951Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:29:04.954Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:29:04.954Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653190136291,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T03:29:05.054Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:29:05.054Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-22T03:29:05.054Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:29:05.070Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:29:05.071Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:29:05.955Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "a9b227e6-2dce-4d4e-937a-a7d91d159d0d",
"serviceDescription": "service",
"serviceInvariantUUID": "fc9a5ab3-3451-4149-867c-4afc8b1b02f5",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "9313d11c-8e20-4171-a848-7417c7c1e6bc",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "62ce6d36-717c-4e62-b1b6-aeb92bd299a3",
"resourceInvariantUUID": "d2b1877e-f6c8-4647-97d5-0dcdb7979532",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0d6d6bda-491c-435d-bc16-90ea2a813225",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "02ddc43c-f186-4b5f-91c6-aaad2a69617f",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "MWExMzg5YTRjYTJjYjZkZmRmZDlhYjEwYjJkYWNmNjA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "414838ca-817f-4bc5-b9a1-66a578b31865",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9338385d-b072-4849-b7b1-7964a37d74f0",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "06851739-40bc-45ac-98a9-5418bdbb4f64",
"generatedFromUUID": "9338385d-b072-4849-b7b1-7964a37d74f0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "06851739-40bc-45ac-98a9-5418bdbb4f64",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "M2IyNGVhYzFkZTZlMDg4YjkzY2E1OTQzZTg0NmE1ZDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f0e71e25-84e4-41c2-88db-6141c85b96e6"
}
],
"workloadContext": "Production"
}
2022-05-22T03:29:05.956Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-22T03:29:05.956Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 a9b227e6-2dce-4d4e-937a-a7d91d159d0d ASDC
2022-05-22T03:29:05.956Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:894ff576-38fc-47e8-a383-c4633cd5ac1f
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:a9b227e6-2dce-4d4e-937a-a7d91d159d0d
ServiceInvariantUUID:fc9a5ab3-3451-4149-867c-4afc8b1b02f5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:f0e71e25-84e4-41c2-88db-6141c85b96e6
ArtifactChecksum:M2IyNGVhYzFkZTZlMDg4YjkzY2E1OTQzZTg0NmE1ZDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:9313d11c-8e20-4171-a848-7417c7c1e6bc
ResourceInvariantUUID:d2b1877e-f6c8-4647-97d5-0dcdb7979532
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:62ce6d36-717c-4e62-b1b6-aeb92bd299a3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:0d6d6bda-491c-435d-bc16-90ea2a813225
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:02ddc43c-f186-4b5f-91c6-aaad2a69617f
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:414838ca-817f-4bc5-b9a1-66a578b31865
ArtifactChecksum:MWExMzg5YTRjYTJjYjZkZmRmZDlhYjEwYjJkYWNmNjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:9338385d-b072-4849-b7b1-7964a37d74f0
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:06851739-40bc-45ac-98a9-5418bdbb4f64
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:06851739-40bc-45ac-98a9-5418bdbb4f64
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-22T03:29:05.956Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a9b227e6-2dce-4d4e-937a-a7d91d159d0d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-22T03:29:05.986Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T03:29:05.987Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-22T03:29:05.987Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-22T03:29:05.987Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f0e71e25-84e4-41c2-88db-6141c85b96e6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-22T03:29:05.987Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T03:29:05.987Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-22T03:29:06.392Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T03:29:06.398Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar f0e71e25-84e4-41c2-88db-6141c85b96e6 68961
2022-05-22T03:29:06.398Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-22T03:29:06.398Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-22T03:29:06.398Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T03:29:06.399Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:29:06.400Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:29:06.400Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653190146398,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:29:06.501Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T03:29:06.501Z||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-05-22T03:29:06.501Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:29:06.516Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:29:06.516Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:29:07.401Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T03:29:07.402Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-22T03:29:07.402Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f0e71e25-84e4-41c2-88db-6141c85b96e6, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-22T03:29:07.403Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-05-22T03:29:07.403Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-22T03:29:07.403Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-22T03:29:07.613Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5166198133962636616/Definitions/service-BasicCnf-template.yml
2022-05-22T03:29:08.633Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-22T03:29:08.633Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-22T03:29:08.633Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-22T03:29:08.633Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-22T03:29:08.634Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-22T03:29:08.634Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-22T03:29:08.634Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|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-BasicCnf-csar.csar
2022-05-22T03:29:08.634Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar
2022-05-22T03:29:08.634Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-22T03:29:08.634Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:29:08.634Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:29:08.634Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-22T03:29:08.634Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-22T03:29:08.634Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T03:29:08.634Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:29:08.634Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:29:08.634Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-22T03:29:08.634Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-22T03:29:08.635Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T03:29:08.635Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:29:08.635Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:29:08.635Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:29:08.635Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-22T03:29:08.635Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-05-22T03:29:08.635Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2022-05-22T03:29:08.635Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-22T03:29:08.635Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:29:08.635Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-22T03:29:08.636Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:29:08.636Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-22T03:29:08.636Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T03:29:08.636Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:29:08.636Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-22T03:29:08.636Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T03:29:08.636Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:29:08.636Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-22T03:29:08.636Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T03:29:08.637Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:29:08.637Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-22T03:29:08.637Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-22T03:29:08.637Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0ed853fb-f15d-4569-b158-df8df95dd180
2022-05-22T03:29:08.637Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:29:08.637Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:29:08.637Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:29:08.637Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:29:08.637Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:29:08.637Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:29:08.637Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:29:08.638Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:29:08.638Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:a9b227e6-2dce-4d4e-937a-a7d91d159d0d
Model Version:NULL
Model InvariantUuid:fc9a5ab3-3451-4149-867c-4afc8b1b02f5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_cnf
Model UUID:838b5663-26f6-4974-bdf3-66d25f0412f2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d2b1877e-f6c8-4647-97d5-0dcdb7979532
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9313d11c-8e20-4171-a848-7417c7c1e6bc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:11f49989-1c89-44de-8215-a07b3148faf5
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:9b4fca60-0074-4d65-a3ef-50f0ce3824c0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0ed853fb-f15d-4569-b158-df8df95dd180
ModelInvariantUuid:4cb1e28c-7b7c-49aa-a020-11f965d9f784
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:69896a1b-5a51-415a-9abe-f0b7c9e1b4b8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy
VNFC Properties:
ModelCustomizationUuid:c4542448-6d18-4915-848f-e689689c4fc2
ModelInvariantUuid:66aab659-2843-4934-bb13-a33b78d47eba
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:ddaa4b0d-7740-4c69-8415-70bf7304712c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-22T03:29:08.646Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 62ce6d36-717c-4e62-b1b6-aeb92bd299a3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-22T03:29:08.648Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||basic_cnf 0
2022-05-22T03:29:08.649Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 62ce6d36-717c-4e62-b1b6-aeb92bd299a3
2022-05-22T03:29:08.649Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0d6d6bda-491c-435d-bc16-90ea2a813225 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-22T03:29:08.649Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T03:29:08.649Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-22T03:29:08.903Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T03:29:08.904Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 0d6d6bda-491c-435d-bc16-90ea2a813225 12
2022-05-22T03:29:08.904Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-05-22T03:29:08.904Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-22T03:29:08.905Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T03:29:08.905Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:29:08.907Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:29:08.907Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653190148904,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:29:09.007Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:29:09.008Z||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-05-22T03:29:09.008Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:29:09.020Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:29:09.021Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:29:09.908Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 02ddc43c-f186-4b5f-91c6-aaad2a69617f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-22T03:29:09.908Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T03:29:09.908Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-22T03:29:10.298Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T03:29:10.298Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 02ddc43c-f186-4b5f-91c6-aaad2a69617f 2688
2022-05-22T03:29:10.298Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-05-22T03:29:10.299Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-22T03:29:10.299Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T03:29:10.299Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:29:10.301Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:29:10.301Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653190150298,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:29:10.402Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T03:29:10.403Z||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-05-22T03:29:10.403Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:29:10.417Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:29:10.418Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:29:11.303Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 414838ca-817f-4bc5-b9a1-66a578b31865 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-22T03:29:11.303Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T03:29:11.304Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-22T03:29:11.597Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T03:29:11.598Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 414838ca-817f-4bc5-b9a1-66a578b31865 828
2022-05-22T03:29:11.598Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-05-22T03:29:11.598Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-22T03:29:11.598Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T03:29:11.598Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:29:11.600Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:29:11.601Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653190151598,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:29:11.701Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:29:11.702Z||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-05-22T03:29:11.702Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:29:11.717Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:29:11.718Z||pool-52-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:29:12.601Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "11f49989-1c89-44de-8215-a07b3148faf5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9b4fca60-0074-4d65-a3ef-50f0ce3824c0",
"vfModuleModelCustomizationUUID": "8a89593f-8f6c-4009-b43a-570922f3f9bc",
"isBase": true,
"artifacts": [
"02ddc43c-f186-4b5f-91c6-aaad2a69617f",
"9338385d-b072-4849-b7b1-7964a37d74f0",
"06851739-40bc-45ac-98a9-5418bdbb4f64"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-22T03:29:12.604Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9b4fca60-0074-4d65-a3ef-50f0ce3824c0
VfModuleModelInvariantUUID:11f49989-1c89-44de-8215-a07b3148faf5
VfModuleModelDescription:NULL
Artifacts UUID List:{
02ddc43c-f186-4b5f-91c6-aaad2a69617f
,
9338385d-b072-4849-b7b1-7964a37d74f0
,
06851739-40bc-45ac-98a9-5418bdbb4f64
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-22T03:29:12.605Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "11f49989-1c89-44de-8215-a07b3148faf5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9b4fca60-0074-4d65-a3ef-50f0ce3824c0",
"vfModuleModelCustomizationUUID": "8a89593f-8f6c-4009-b43a-570922f3f9bc",
"isBase": true,
"artifacts": [
"02ddc43c-f186-4b5f-91c6-aaad2a69617f",
"9338385d-b072-4849-b7b1-7964a37d74f0",
"06851739-40bc-45ac-98a9-5418bdbb4f64"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-22T03:29:12.605Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9b4fca60-0074-4d65-a3ef-50f0ce3824c0
VfModuleModelInvariantUUID:11f49989-1c89-44de-8215-a07b3148faf5
VfModuleModelDescription:NULL
Artifacts UUID List:{
02ddc43c-f186-4b5f-91c6-aaad2a69617f
,
9338385d-b072-4849-b7b1-7964a37d74f0
,
06851739-40bc-45ac-98a9-5418bdbb4f64
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-22T03:29:12.606Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9338385d-b072-4849-b7b1-7964a37d74f0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-22T03:29:12.606Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T03:29:12.606Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-22T03:29:12.965Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T03:29:12.966Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 9338385d-b072-4849-b7b1-7964a37d74f0 1164
2022-05-22T03:29:12.966Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-05-22T03:29:12.966Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-22T03:29:12.966Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T03:29:12.967Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:29:12.969Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:29:12.969Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653190152966,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:29:13.069Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:29:13.070Z||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-05-22T03:29:13.070Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:29:13.085Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:29:13.086Z||pool-53-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:29:13.969Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 06851739-40bc-45ac-98a9-5418bdbb4f64 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-22T03:29:13.970Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-22T03:29:13.970Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-22T03:29:14.018Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-22T03:29:14.018Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 06851739-40bc-45ac-98a9-5418bdbb4f64 200
2022-05-22T03:29:14.019Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-05-22T03:29:14.019Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-22T03:29:14.019Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T03:29:14.019Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-22T03:29:14.021Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T03:29:14.021Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653190154019,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-05-22T03:29:14.121Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T03:29:14.122Z||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-05-22T03:29:14.122Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ...
2022-05-22T03:29:14.137Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T03:29:14.137Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T03:29:15.021Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: a9b227e6-2dce-4d4e-937a-a7d91d159d0d
2022-05-22T03:29:15.022Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 62ce6d36-717c-4e62-b1b6-aeb92bd299a3 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=?
2022-05-22T03:29:15.036Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-22T03:29:15.044Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14471bc6, org.onap.sdc.toscaparser.api.parameters.Input@125ee7da, org.onap.sdc.toscaparser.api.parameters.Input@55f65841, org.onap.sdc.toscaparser.api.parameters.Input@7c37f1c8, org.onap.sdc.toscaparser.api.parameters.Input@50025ca3]
2022-05-22T03:29:15.045Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T03:29:15.045Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T03:29:15.045Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-05-22T03:29:15.046Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 9313d11c-8e20-4171-a848-7417c7c1e6bc
2022-05-22T03:29:15.046Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9313d11c-8e20-4171-a848-7417c7c1e6bc matches Tosca VF Customization UUID: 9313d11c-8e20-4171-a848-7417c7c1e6bc
2022-05-22T03:29:15.046Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 9313d11c-8e20-4171-a848-7417c7c1e6bc matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-22T03:29:15.048Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery