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-12-31T05:22:13.057Z||main|||||INFO|500||The following profiles are active: basic
2022-12-31T05:22:32.705Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-31T05:22:32.706Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-31T05:22:32.985Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-31T05:22:40.377Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-31T05:22:41.113Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-31T05:22:41.925Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-31T05:22:41.935Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-31T05:22:42.089Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-31T05:22:42.446Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-31T05:22:43.315Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-31T05:22:45.670Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-31T05:22:49.528Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-31T05:22:49.642Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-31T05:22:50.602Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-31T05:22:50.997Z||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-12-31T05:22:52.726Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-31T05:22:54.258Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-12-31T05:22:54.291Z||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$$30e71889.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-12-31T05:22:54.294Z||main|||||WARN|500||The sdc end point is not alive
2022-12-31T05:22:59.477Z||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-12-31T05:23:04.093Z||main|||||WARN|500||---
2022-12-31T05:23:04.094Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-31T05:23:04.095Z||main|||||WARN|500||---
2022-12-31T05:23:04.696Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-31T05:23:12.917Z||main|||||INFO|500||Started Application in 65.171 seconds (JVM running for 68.368)
2022-12-31T05:23:12.941Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-31T05:23:12.947Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-31T05:23:12.969Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-31T05:23:13.018Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-31T05:23:13.080Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 96df2078-34ca-4892-ae5f-186d9a894153 url= /sdc/v1/artifactTypes
2022-12-31T05:23:13.081Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-31T05:23:13.485Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-31T05:23:13.559Z||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-12-31T05:23:13.602Z||scheduling-1|||||DEBUG|500||create keys
2022-12-31T05:23:13.615Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-31T05:23:13.667Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:23:13.688Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 25a35029-8562-4c9f-9e37-1dad5234fe4e url= /sdc/v1/registerForDistribution
2022-12-31T05:23:13.854Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 25a35029-8562-4c9f-9e37-1dad5234fe4e url= /sdc/v1/registerForDistribution
2022-12-31T05:23:13.856Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-31T05:23:13.876Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:23:13.885Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:23:13.896Z||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-12-31T05:23:13.896Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:23:13.897Z||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-12-31T05:23:13.897Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:23:13.901Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-31T05:23:24.358Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:23:24.367Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:24:13.872Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:24:13.873Z||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-12-31T05:24:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:24:13.881Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:24:13.883Z||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-12-31T05:24:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:24:23.445Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:24:23.445Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:25:13.872Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:25:13.874Z||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-12-31T05:25:13.875Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:25:13.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:25:13.883Z||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-12-31T05:25:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:25:23.453Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:25:23.453Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:26:13.872Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:26:13.874Z||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-12-31T05:26:13.875Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:26:13.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:26:13.883Z||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-12-31T05:26:13.884Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:26:23.492Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:26:23.504Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:27:13.873Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:27:13.876Z||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-12-31T05:27:13.877Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:27:13.882Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:27:13.883Z||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-12-31T05:27:13.884Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:27:23.454Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:27:23.471Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:28:13.873Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:28:13.875Z||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-12-31T05:28:13.876Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:28:13.881Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:28:13.882Z||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-12-31T05:28:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:28:23.474Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:28:23.486Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:29:13.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:29:13.873Z||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-12-31T05:29:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:29:13.881Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:29:13.883Z||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-12-31T05:29:13.884Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:29:23.453Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:29:23.453Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:30:13.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:30:13.873Z||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-12-31T05:30:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:30:13.881Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:30:13.883Z||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-12-31T05:30:13.884Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:30:23.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:30:23.448Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:31:13.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:31:13.873Z||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-12-31T05:31:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:31:13.881Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:31:13.882Z||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-12-31T05:31:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:31:23.462Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:31:23.466Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:32:13.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:32:13.875Z||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-12-31T05:32:13.876Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:32:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:32:13.882Z||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-12-31T05:32:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:32:23.451Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:32:23.452Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:33:02.926Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-31T05:33:13.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:33:13.873Z||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-12-31T05:33:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:33:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:33:13.883Z||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-12-31T05:33:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:33:23.439Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:33:23.585Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:34:13.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:34:13.876Z||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-12-31T05:34:13.877Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:34:13.881Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:34:13.884Z||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-12-31T05:34:13.884Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:34:23.473Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:34:23.472Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:35:13.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:35:13.875Z||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-12-31T05:35:13.875Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:35:13.881Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:35:13.882Z||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-12-31T05:35:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:35:23.440Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:35:23.440Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:36:13.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:36:13.873Z||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-12-31T05:36:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:36:13.881Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:36:13.882Z||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-12-31T05:36:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:36:23.463Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:36:23.467Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:37:13.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:37:13.873Z||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-12-31T05:37:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:37:13.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:37:13.883Z||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-12-31T05:37:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:37:23.446Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:37:23.447Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:38:13.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:38:13.873Z||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-12-31T05:38:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:38:13.881Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:38:13.883Z||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-12-31T05:38:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:38:23.433Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:38:23.442Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:39:13.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:39:13.873Z||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-12-31T05:39:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:39:13.881Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:39:13.883Z||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-12-31T05:39:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:39:23.432Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:39:23.447Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:40:13.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:40:13.873Z||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-12-31T05:40:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:40:13.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:40:13.882Z||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-12-31T05:40:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:40:23.421Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:40:23.446Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:41:13.873Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:41:13.876Z||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-12-31T05:41:13.876Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:41:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:41:13.884Z||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-12-31T05:41:13.887Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:41:23.444Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:41:23.447Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:42:13.874Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:42:13.876Z||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-12-31T05:42:13.877Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:42:13.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:42:13.882Z||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-12-31T05:42:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:42:23.426Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:42:23.440Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:43:13.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:43:13.873Z||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-12-31T05:43:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:43:13.881Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:43:13.882Z||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-12-31T05:43:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:43:23.428Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:43:23.443Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:44:13.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:44:13.875Z||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-12-31T05:44:13.876Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:44:13.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:44:13.882Z||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-12-31T05:44:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:44:23.430Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:44:23.431Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:45:13.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:45:13.873Z||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-12-31T05:45:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:45:13.882Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:45:13.883Z||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-12-31T05:45:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:45:23.445Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:45:23.446Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:46:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:46:13.873Z||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-12-31T05:46:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:46:13.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:46:13.882Z||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-12-31T05:46:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:46:23.438Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:46:23.439Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:47:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:47:13.875Z||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-12-31T05:47:13.875Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:47:13.881Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:47:13.882Z||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-12-31T05:47:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:47:23.434Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:47:23.439Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:48:13.874Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:48:13.881Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:48:13.882Z||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-12-31T05:48:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:48:13.891Z||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-12-31T05:48:13.891Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:48:23.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:48:23.446Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:49:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:49:13.873Z||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-12-31T05:49:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:49:13.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:49:13.883Z||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-12-31T05:49:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:49:23.441Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:49:23.443Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:50:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:50:13.875Z||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-12-31T05:50:13.875Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:50:13.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:50:13.882Z||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-12-31T05:50:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:50:23.432Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:50:23.435Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:51:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:51:13.873Z||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-12-31T05:51:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:51:13.882Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:51:13.884Z||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-12-31T05:51:13.884Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:51:23.436Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:51:23.456Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:52:13.874Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:52:13.876Z||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-12-31T05:52:13.876Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:52:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:52:13.882Z||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-12-31T05:52:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:52:23.431Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:52:23.435Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:53:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:53:13.873Z||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-12-31T05:53:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:53:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:53:13.882Z||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-12-31T05:53:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:53:23.424Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:53:23.430Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:54:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:54:13.873Z||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-12-31T05:54:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:54:13.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:54:13.882Z||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-12-31T05:54:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:54:23.441Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:54:23.441Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:55:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:55:13.875Z||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-12-31T05:55:13.875Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:55:13.881Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:55:13.882Z||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-12-31T05:55:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:55:23.432Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:55:23.432Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:56:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:56:13.873Z||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-12-31T05:56:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:56:13.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:56:13.882Z||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-12-31T05:56:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:56:23.430Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:56:23.430Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:57:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:57:13.873Z||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-12-31T05:57:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:57:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:57:13.882Z||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-12-31T05:57:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:57:23.435Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:57:23.434Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:58:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:58:13.873Z||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-12-31T05:58:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:58:13.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:58:13.882Z||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-12-31T05:58:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:58:23.428Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:58:23.428Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:59:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:59:13.873Z||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-12-31T05:59:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:59:13.881Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:59:13.882Z||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-12-31T05:59:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:59:23.436Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T05:59:23.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:00:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:00:13.873Z||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-12-31T06:00:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:00:13.881Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:00:13.882Z||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-12-31T06:00:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:00:23.432Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:00:23.432Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:01:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:01:13.874Z||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-12-31T06:01:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:01:13.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:01:13.882Z||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-12-31T06:01:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:01:23.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:01:23.424Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:02:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:02:13.873Z||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-12-31T06:02:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:02:13.881Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:02:13.882Z||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-12-31T06:02:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:02:23.433Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:02:23.433Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:03:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:03:13.873Z||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-12-31T06:03:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:03:13.881Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:03:13.882Z||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-12-31T06:03:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:03:23.438Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:03:23.450Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:04:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:04:13.874Z||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-12-31T06:04:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:04:13.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:04:13.882Z||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-12-31T06:04:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:04:23.449Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:04:23.452Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:05:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:05:13.875Z||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-12-31T06:05:13.875Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:05:13.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:05:13.882Z||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-12-31T06:05:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:05:23.447Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:05:23.447Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:06:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:06:13.873Z||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-12-31T06:06:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:06:13.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:06:13.882Z||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-12-31T06:06:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:06:23.427Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:06:23.429Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:07:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:07:13.873Z||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-12-31T06:07:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:07:13.881Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:07:13.882Z||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-12-31T06:07:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:07:23.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:07:23.430Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:08:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:08:13.873Z||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-12-31T06:08:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:08:13.881Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:08:13.882Z||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-12-31T06:08:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:08:23.445Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:08:23.451Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:09:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:09:13.873Z||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-12-31T06:09:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:09:13.881Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:09:13.882Z||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-12-31T06:09:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:09:23.430Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:09:23.439Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:10:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:10:13.873Z||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-12-31T06:10:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:10:13.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:10:13.882Z||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-12-31T06:10:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:10:23.423Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:10:23.432Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:11:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:11:13.873Z||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-12-31T06:11:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:11:13.881Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:11:13.882Z||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-12-31T06:11:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:11:23.432Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:11:23.432Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:12:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:12:13.873Z||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-12-31T06:12:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:12:13.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:12:13.882Z||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-12-31T06:12:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:12:23.468Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:12:23.490Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:13:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:13:13.877Z||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-12-31T06:13:13.878Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:13:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:13:13.882Z||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-12-31T06:13:13.884Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:13:23.447Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:13:23.448Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:14:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:14:13.873Z||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-12-31T06:14:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:14:13.881Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:14:13.882Z||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-12-31T06:14:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:14:23.443Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:14:23.452Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:15:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:15:13.875Z||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-12-31T06:15:13.875Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:15:13.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:15:13.883Z||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-12-31T06:15:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:15:23.478Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:15:23.478Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:16:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:16:13.874Z||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-12-31T06:16:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:16:13.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:16:13.882Z||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-12-31T06:16:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:16:23.461Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:16:23.462Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:17:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:17:13.876Z||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-12-31T06:17:13.876Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:17:13.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:17:13.883Z||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-12-31T06:17:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:17:23.459Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:17:23.464Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:18:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:18:13.873Z||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-12-31T06:18:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:18:13.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:18:13.886Z||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-12-31T06:18:13.886Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:18:23.444Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:18:23.443Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:19:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:19:13.873Z||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-12-31T06:19:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:19:13.881Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:19:13.882Z||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-12-31T06:19:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:19:23.436Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:19:23.437Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:20:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:20:13.873Z||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-12-31T06:20:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:20:13.881Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:20:13.882Z||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-12-31T06:20:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:20:23.459Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:20:23.468Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:21:13.873Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:21:13.875Z||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-12-31T06:21:13.875Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:21:13.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:21:13.882Z||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-12-31T06:21:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:21:23.457Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:21:23.457Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:22:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:22:13.873Z||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-12-31T06:22:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:22:13.881Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:22:13.882Z||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-12-31T06:22:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:22:23.475Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:22:23.476Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:23:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:23:13.875Z||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-12-31T06:23:13.876Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:23:13.881Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:23:13.882Z||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-12-31T06:23:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:23:23.448Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:23:23.454Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:24:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:24:13.873Z||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-12-31T06:24:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:24:13.881Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:24:13.882Z||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-12-31T06:24:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:24:23.433Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:24:23.435Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:25:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:25:13.875Z||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-12-31T06:25:13.875Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:25:13.881Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:25:13.883Z||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-12-31T06:25:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:25:23.441Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:25:23.467Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:26:13.878Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:26:13.879Z||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-12-31T06:26:13.880Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:26:13.881Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:26:13.892Z||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-12-31T06:26:13.892Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:26:23.492Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:26:23.492Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:27:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:27:13.873Z||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-12-31T06:27:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:27:13.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:27:13.882Z||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-12-31T06:27:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:27:23.446Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:27:23.446Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:28:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:28:13.873Z||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-12-31T06:28:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:28:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:28:13.882Z||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-12-31T06:28:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:28:23.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:28:23.481Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:29:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:29:13.874Z||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-12-31T06:29:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:29:13.882Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:29:13.886Z||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-12-31T06:29:13.887Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:29:23.463Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:29:23.463Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:30:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:30:13.873Z||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-12-31T06:30:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:30:13.881Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:30:13.882Z||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-12-31T06:30:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:30:23.491Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:30:23.495Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:31:13.873Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:31:13.876Z||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-12-31T06:31:13.876Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:31:13.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:31:13.882Z||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-12-31T06:31:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:31:23.450Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:31:23.450Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:32:13.873Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:32:13.874Z||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-12-31T06:32:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:32:13.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:32:13.884Z||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-12-31T06:32:13.884Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:32:23.446Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:32:23.447Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:33:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:33:13.873Z||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-12-31T06:33:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:33:13.881Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:33:13.884Z||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-12-31T06:33:13.884Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:33:23.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:33:23.438Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:34:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:34:13.873Z||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-12-31T06:34:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:34:13.881Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:34:13.882Z||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-12-31T06:34:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:34:23.504Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:34:23.507Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:35:13.874Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:35:13.875Z||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-12-31T06:35:13.876Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:13.881Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:35:13.883Z||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-12-31T06:35:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:17.054Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:35:17.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-31T06:35:17.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "multicloud-k8s",
"timestamp": 1672468507475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:35:17.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-31T06:35:17.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-31T06:35:17.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "ves-openapi-manager",
"timestamp": 1672468515983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:35:17.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-31T06:35:17.285Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:35:17.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-31T06:35:17.287Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"b83ce277-c4b3-4c91-9c07-bae8f618a466","serviceName":"vFW 2022-12-31 06-34-17","serviceVersion":"1.0","serviceUUID":"963c5af2-3308-4d76-b8f5-1a018315a4dd","serviceDescription":"catalog service description","serviceInvariantUUID":"0c1f6259-5f3f-4afe-b24d-4a5f8e8e2a71","resources":[{"resourceInstanceName":"vFW 817bd3e8-2db3 0","resourceName":"vFW 817bd3e8-2db3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b7ab083e-16eb-4546-bd22-aa3778ae6fe2","resourceInvariantUUID":"7c5084bb-5d26-4930-b78e-ec3d90d55aad","resourceCustomizationUUID":"b39bbc77-0580-45b9-8675-a690895b44ca","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vf-license-model.xml","artifactChecksum":"NjNkNGUxY2M2YjQxNjZjMTRjNTU4NzE3YzQxODlmYTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eed4ad3d-4374-41ca-90a3-78876c38725c","artifactVersion":"1"},{"artifactName":"vfw817bd3e82db30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json","artifactChecksum":"ZWVhYzBiZWIxNDUyNjcxNWViZmFhZjM0OTJjNzM2YTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"246a633a-1940-4c68-9eab-97faa185e702","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"768c04ce-b597-4561-8bd3-3399dc5a95a2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vendor-license-model.xml","artifactChecksum":"NWQwYzIyNmQxYzhkZWQ3OTFjNGJmZDJkN2FhYzZkNjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"effc256a-548f-4f1e-8b8a-cde1ba58737b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"22954aaf-7406-4611-b08b-0a1d3d45c09b","artifactVersion":"2","generatedFromUUID":"768c04ce-b597-4561-8bd3-3399dc5a95a2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221231063417-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-template.yml","artifactChecksum":"NTM1ZjA2MGVhMjQ0ZjhmY2ZmMzZiMDc5MzI2ZDdkYTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"12a6c735-2d55-4792-b9e1-1483308b726a","artifactVersion":"1"},{"artifactName":"service-Vfw20221231063417-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar","artifactChecksum":"MGIyNjA0OTNlYWY5M2ZjYzA0YWE3YTI0Y2ZhMDM1OTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0134a397-c39c-4f3a-9f5a-3da921ecd0d3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-31T06:35:17.301Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:35:17.318Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:35:17.335Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:35:17.336Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468513874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:35:17.436Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-12-31T06:35:17.444Z||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-12-31T06:35:17.445Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:17.471Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:35:17.473Z||pool-3-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":4,"count":1}
2022-12-31T06:35:18.349Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:35:18.355Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:35:18.359Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:35:18.359Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468513874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json",
"status": "NOTIFIED"
}
2022-12-31T06:35:18.460Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:35:18.461Z||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-12-31T06:35:18.462Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:18.480Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:35:18.482Z||pool-4-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:35:19.362Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:35:19.363Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:35:19.366Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:35:19.366Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468513874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-31T06:35:19.466Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T06:35:19.468Z||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-12-31T06:35:19.468Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:19.480Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:35:19.481Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:35:20.368Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:35:20.368Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:35:20.370Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:35:20.371Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468513874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:35:20.472Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-31T06:35:20.473Z||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-12-31T06:35:20.473Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:20.490Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:35:20.491Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:35:21.371Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:35:21.372Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:35:21.375Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:35:21.375Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468513874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-31T06:35:21.476Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:35:21.477Z||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-12-31T06:35:21.477Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:21.493Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:35:21.494Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:35:22.377Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:35:22.378Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:35:22.381Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:35:22.381Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468513874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:35:22.481Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:35:22.482Z||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-12-31T06:35:22.483Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:22.494Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:35:22.495Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:35:23.382Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:35:23.386Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:35:23.390Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:35:23.390Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468513874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
"status": "NOTIFIED"
}
2022-12-31T06:35:23.490Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:35:23.491Z||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-12-31T06:35:23.492Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:23.503Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:35:23.504Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:35:24.393Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"serviceName": "vFW 2022-12-31 06-34-17",
"serviceVersion": "1.0",
"serviceUUID": "963c5af2-3308-4d76-b8f5-1a018315a4dd",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "0c1f6259-5f3f-4afe-b24d-4a5f8e8e2a71",
"resources": [
{
"resourceInstanceName": "vFW 817bd3e8-2db3 0",
"resourceCustomizationUUID": "b39bbc77-0580-45b9-8675-a690895b44ca",
"resourceName": "vFW 817bd3e8-2db3",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b7ab083e-16eb-4546-bd22-aa3778ae6fe2",
"resourceInvariantUUID": "7c5084bb-5d26-4930-b78e-ec3d90d55aad",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw817bd3e82db30_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json",
"artifactChecksum": "ZWVhYzBiZWIxNDUyNjcxNWViZmFhZjM0OTJjNzM2YTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "246a633a-1940-4c68-9eab-97faa185e702",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "768c04ce-b597-4561-8bd3-3399dc5a95a2",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "22954aaf-7406-4611-b08b-0a1d3d45c09b",
"generatedFromUUID": "768c04ce-b597-4561-8bd3-3399dc5a95a2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "22954aaf-7406-4611-b08b-0a1d3d45c09b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221231063417-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
"artifactChecksum": "MGIyNjA0OTNlYWY5M2ZjYzA0YWE3YTI0Y2ZhMDM1OTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0134a397-c39c-4f3a-9f5a-3da921ecd0d3"
}
],
"workloadContext": "Production"
}
2022-12-31T06:35:24.398Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-31T06:35:24.399Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 963c5af2-3308-4d76-b8f5-1a018315a4dd ASDC
2022-12-31T06:35:24.631Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:b83ce277-c4b3-4c91-9c07-bae8f618a466
ServiceName:vFW 2022-12-31 06-34-17
ServiceVersion:1.0
ServiceUUID:963c5af2-3308-4d76-b8f5-1a018315a4dd
ServiceInvariantUUID:0c1f6259-5f3f-4afe-b24d-4a5f8e8e2a71
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221231063417-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar
ArtifactUUID:0134a397-c39c-4f3a-9f5a-3da921ecd0d3
ArtifactChecksum:MGIyNjA0OTNlYWY5M2ZjYzA0YWE3YTI0Y2ZhMDM1OTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 817bd3e8-2db3 0
ResourceCustomizationUUID:b39bbc77-0580-45b9-8675-a690895b44ca
ResourceInvariantUUID:7c5084bb-5d26-4930-b78e-ec3d90d55aad
ResourceName:vFW 817bd3e8-2db3
ResourceType:VF
ResourceUUID:b7ab083e-16eb-4546-bd22-aa3778ae6fe2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw817bd3e82db30_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json
ArtifactUUID:246a633a-1940-4c68-9eab-97faa185e702
ArtifactChecksum:ZWVhYzBiZWIxNDUyNjcxNWViZmFhZjM0OTJjNzM2YTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml
ArtifactUUID:768c04ce-b597-4561-8bd3-3399dc5a95a2
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env
ArtifactUUID:22954aaf-7406-4611-b08b-0a1d3d45c09b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env
ArtifactUUID:22954aaf-7406-4611-b08b-0a1d3d45c09b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-31T06:35:24.632Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 963c5af2-3308-4d76-b8f5-1a018315a4dd 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-12-31T06:35:25.270Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-31T06:35:25.273Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-31T06:35:25.276Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-31T06:35:25.280Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0134a397-c39c-4f3a-9f5a-3da921ecd0d3 from URL: /sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar
2022-12-31T06:35:25.280Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-31T06:35:25.283Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar
2022-12-31T06:35:25.539Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-31T06:35:25.561Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar 0134a397-c39c-4f3a-9f5a-3da921ecd0d3 101528
2022-12-31T06:35:25.564Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar ASDC sendASDCNotification
2022-12-31T06:35:25.565Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar
2022-12-31T06:35:25.567Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T06:35:25.568Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:35:25.570Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:35:25.570Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468525563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:35:25.671Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:35:25.672Z||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-12-31T06:35:25.672Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:25.687Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:35:25.689Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:35:26.571Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-31T06:35:26.572Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-31T06:35:26.573Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 0134a397-c39c-4f3a-9f5a-3da921ecd0d3, URL: /sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar to file: /app/ASDC/1/service-Vfw20221231063417-csar.csar
2022-12-31T06:35:26.574Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221231063417-csar.csar
2022-12-31T06:35:26.802Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221231063417-csar.csar
2022-12-31T06:35:26.803Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221231063417-csar.csar
2022-12-31T06:35:28.033Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8643601795887173543/Definitions/service-Vfw20221231063417-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-12-31T06:35:32.058Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-31T06:35:32.066Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-12-31T06:35:32.067Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221231063417-csar.csar
2022-12-31T06:35:32.067Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-31T06:35:32.067Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221231063417-csar.csar
2022-12-31T06:35:32.067Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 817bd3e8-2db3 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221231063417-csar.csar
2022-12-31T06:35:32.067Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221231063417-csar.csar
2022-12-31T06:35:32.067Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221231063417-csar.csar
2022-12-31T06:35:32.068Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221231063417-csar.csar
2022-12-31T06:35:32.068Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221231063417-csar.csar
2022-12-31T06:35:32.068Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221231063417-csar.csar
2022-12-31T06:35:32.068Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221231063417-csar.csar
2022-12-31T06:35:32.068Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221231063417-csar.csar
2022-12-31T06:35:32.068Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221231063417-csar.csar
2022-12-31T06:35:32.068Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221231063417-csar.csar
2022-12-31T06:35:32.069Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-12-31T06:35:32.078Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:32.080Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:35:32.087Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is matching search criteria
2022-12-31T06:35:32.087Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-12-31T06:35:32.089Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 817bd3e8-2db3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-31T06:35:32.091Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:32.092Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:35:32.092Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is matching search criteria
2022-12-31T06:35:32.092Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-12-31T06:35:32.092Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 817bd3e8-2db3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-31T06:35:32.093Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:32.093Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:35:32.098Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:32.098Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is not matching search criteria
2022-12-31T06:35:32.099Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-31T06:35:32.099Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-31T06:35:32.099Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-31T06:35:32.099Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-31T06:35:32.100Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-31T06:35:32.100Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-31T06:35:32.100Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-31T06:35:32.100Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-31T06:35:32.101Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-31T06:35:32.101Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-31T06:35:32.101Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-31T06:35:32.102Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-31T06:35:32.102Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-31T06:35:32.102Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-31T06:35:32.102Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-31T06:35:32.103Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-31T06:35:32.103Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:32.104Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-31T06:35:32.105Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:32.106Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is matching search criteria
2022-12-31T06:35:32.106Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 817bd3e8-2db3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:35:32.107Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:32.107Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is matching search criteria
2022-12-31T06:35:32.107Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 817bd3e8-2db3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:35:32.108Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:32.108Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is matching search criteria
2022-12-31T06:35:32.108Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 817bd3e8-2db3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:35:32.109Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:32.109Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is not matching search criteria
2022-12-31T06:35:32.109Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-31T06:35:32.110Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-31T06:35:32.110Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-31T06:35:32.110Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-31T06:35:32.111Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-31T06:35:32.111Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-31T06:35:32.111Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-31T06:35:32.112Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-31T06:35:32.112Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-31T06:35:32.112Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-31T06:35:32.113Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-31T06:35:32.113Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ec7c6a3a-1260-4566-be9b-76933332125e
2022-12-31T06:35:32.113Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:32.114Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is not matching search criteria
2022-12-31T06:35:32.114Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-31T06:35:32.114Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-31T06:35:32.115Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-31T06:35:32.115Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-31T06:35:32.115Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-31T06:35:32.115Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-31T06:35:32.116Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-31T06:35:32.116Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-31T06:35:32.116Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-31T06:35:32.116Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-31T06:35:32.117Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-31T06:35:32.117Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-31T06:35:32.117Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fd534265-77b3-433e-a6f0-62250412f618
2022-12-31T06:35:32.117Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:32.118Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is not matching search criteria
2022-12-31T06:35:32.119Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-31T06:35:32.119Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-31T06:35:32.120Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-31T06:35:32.120Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-31T06:35:32.120Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-31T06:35:32.120Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-31T06:35:32.121Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-31T06:35:32.121Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-31T06:35:32.121Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-31T06:35:32.121Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-31T06:35:32.121Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-31T06:35:32.123Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-31T06:35:32.123Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dc2207a4-0924-4cf2-b2bd-59919eab044c
2022-12-31T06:35:32.126Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:32.127Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:35:32.127Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:32.128Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:35:32.128Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:32.128Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:35:32.129Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:32.129Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:35:32.129Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-12-31 06-34-17
Description:catalog service description
Model UUID:963c5af2-3308-4d76-b8f5-1a018315a4dd
Model Version:NULL
Model InvariantUuid:0c1f6259-5f3f-4afe-b24d-4a5f8e8e2a71
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 817bd3e8-2db3
Model UUID:7eb504fe-ce4c-40f6-be0c-b93410ec002b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7c5084bb-5d26-4930-b78e-ec3d90d55aad
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b39bbc77-0580-45b9-8675-a690895b44ca
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9818a6bf-32c2-4ce1-8070-0252e49b526c
ModelName:Vfw817bd3e82db3..base_vfw..module-0
ModelUuid:a1566225-ba83-449f-bc1d-6103622860fa
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ec7c6a3a-1260-4566-be9b-76933332125e
ModelInvariantUuid:9bbbccfd-5585-4910-859e-fd99c12759bd
ModelName:vFW 817bd3e8-2db3-nodes.vfwCvfc
ModelUuid:f895fd1a-3356-4f70-8e6f-e4294d3355eb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:8d4a0095-7e7c-43ca-86f6-ca8be421ceee
ModelInvariantUuid:91997680-7aff-4dee-b33e-d971f5869254
ModelName:Vfw817bd3e82db3.compute.nodes.heat.vfw
ModelUuid:5557bdf0-eda4-425c-9047-4c1c3be274b0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:fd534265-77b3-433e-a6f0-62250412f618
ModelInvariantUuid:882c67af-c06a-41c5-8166-4342e035cf57
ModelName:vFW 817bd3e8-2db3-nodes.vsnCvfc
ModelUuid:f8d2fe18-14cd-4f2d-8042-631e24373d53
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:dd274979-7044-4fcb-b3af-89f4fa5ef8df
ModelInvariantUuid:ab5b3c10-8863-4535-b195-3726c5c45287
ModelName:Vfw817bd3e82db3.compute.nodes.heat.vsn
ModelUuid:7c34e14c-448b-4817-aff8-25f4c07bc1db
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:dc2207a4-0924-4cf2-b2bd-59919eab044c
ModelInvariantUuid:18c7262a-da4b-41d8-ba8e-0babb36c0462
ModelName:vFW 817bd3e8-2db3-nodes.vpgCvfc
ModelUuid:74ea4be9-3d73-4449-b48b-1ef0eaa4a39b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:c937cfcc-3781-4177-a955-bc65a755ea1d
ModelInvariantUuid:cdb911a1-1ce9-4e11-9232-b7270d126164
ModelName:Vfw817bd3e82db3.compute.nodes.heat.vpg
ModelUuid:fc4ae0fe-4d3c-4d50-96a3-ad5cdceab5e7
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-12-31T06:35:32.164Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b7ab083e-16eb-4546-bd22-aa3778ae6fe2
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-12-31T06:35:32.316Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||vFW 817bd3e8-2db3 0
2022-12-31T06:35:32.331Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b7ab083e-16eb-4546-bd22-aa3778ae6fe2
2022-12-31T06:35:32.332Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 246a633a-1940-4c68-9eab-97faa185e702 from URL: /sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json
2022-12-31T06:35:32.332Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-31T06:35:32.332Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json
2022-12-31T06:35:32.410Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-31T06:35:32.411Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json 246a633a-1940-4c68-9eab-97faa185e702 785
2022-12-31T06:35:32.412Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json ASDC sendASDCNotification
2022-12-31T06:35:32.412Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json
2022-12-31T06:35:32.412Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T06:35:32.413Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:35:32.416Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:35:32.417Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468532411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:35:32.518Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-31T06:35:32.520Z||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-12-31T06:35:32.520Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:32.548Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:35:32.549Z||pool-11-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:35:33.419Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw817bd3e82db3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9818a6bf-32c2-4ce1-8070-0252e49b526c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a1566225-ba83-449f-bc1d-6103622860fa",
"vfModuleModelCustomizationUUID": "1b2e4fb0-9c41-440e-9928-1dc3904049a1",
"isBase": true,
"artifacts": [
"768c04ce-b597-4561-8bd3-3399dc5a95a2",
"22954aaf-7406-4611-b08b-0a1d3d45c09b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-31T06:35:33.448Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw817bd3e82db3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a1566225-ba83-449f-bc1d-6103622860fa
VfModuleModelInvariantUUID:9818a6bf-32c2-4ce1-8070-0252e49b526c
VfModuleModelDescription:NULL
Artifacts UUID List:{
768c04ce-b597-4561-8bd3-3399dc5a95a2
,
22954aaf-7406-4611-b08b-0a1d3d45c09b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-31T06:35:33.453Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw817bd3e82db3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9818a6bf-32c2-4ce1-8070-0252e49b526c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a1566225-ba83-449f-bc1d-6103622860fa",
"vfModuleModelCustomizationUUID": "1b2e4fb0-9c41-440e-9928-1dc3904049a1",
"isBase": true,
"artifacts": [
"768c04ce-b597-4561-8bd3-3399dc5a95a2",
"22954aaf-7406-4611-b08b-0a1d3d45c09b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-31T06:35:33.453Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw817bd3e82db3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a1566225-ba83-449f-bc1d-6103622860fa
VfModuleModelInvariantUUID:9818a6bf-32c2-4ce1-8070-0252e49b526c
VfModuleModelDescription:NULL
Artifacts UUID List:{
768c04ce-b597-4561-8bd3-3399dc5a95a2
,
22954aaf-7406-4611-b08b-0a1d3d45c09b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-31T06:35:33.453Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 768c04ce-b597-4561-8bd3-3399dc5a95a2 from URL: /sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml
2022-12-31T06:35:33.453Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-31T06:35:33.454Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml
2022-12-31T06:35:33.508Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-31T06:35:33.513Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml 768c04ce-b597-4561-8bd3-3399dc5a95a2 20368
2022-12-31T06:35:33.514Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-31T06:35:33.515Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml
2022-12-31T06:35:33.515Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T06:35:33.515Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:35:33.519Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:35:33.520Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468533514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:35:33.619Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T06:35:33.621Z||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-12-31T06:35:33.622Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:33.637Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:35:33.638Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:35:34.523Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 22954aaf-7406-4611-b08b-0a1d3d45c09b from URL: /sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env
2022-12-31T06:35:34.524Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-31T06:35:34.525Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env
2022-12-31T06:35:34.573Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-31T06:35:34.573Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env 22954aaf-7406-4611-b08b-0a1d3d45c09b 2098
2022-12-31T06:35:34.574Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-31T06:35:34.574Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env
2022-12-31T06:35:34.574Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T06:35:34.575Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:35:34.583Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:35:34.583Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468534574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:35:34.678Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-12-31T06:35:34.679Z||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-12-31T06:35:34.679Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:34.698Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:35:34.699Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:35:35.584Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 963c5af2-3308-4d76-b8f5-1a018315a4dd
2022-12-31T06:35:35.585Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 817bd3e8-2db3 0 b7ab083e-16eb-4546-bd22-aa3778ae6fe2 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-12-31T06:35:35.637Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@35686160, org.onap.sdc.toscaparser.api.parameters.Input@4b0886b6, org.onap.sdc.toscaparser.api.parameters.Input@23657b58, org.onap.sdc.toscaparser.api.parameters.Input@39bfaaf4, org.onap.sdc.toscaparser.api.parameters.Input@4f2aafc2]
2022-12-31T06:35:35.642Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:35.643Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:35:35.643Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-12-31T06:35:35.643Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b39bbc77-0580-45b9-8675-a690895b44ca
2022-12-31T06:35:35.643Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b39bbc77-0580-45b9-8675-a690895b44ca matches Tosca VF Customization UUID: b39bbc77-0580-45b9-8675-a690895b44ca
2022-12-31T06:35:35.644Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b39bbc77-0580-45b9-8675-a690895b44ca 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-12-31T06:35:35.654Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:35.655Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:35:35.657Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b39bbc77-0580-45b9-8675-a690895b44ca: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-31T06:35:35.657Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@276b08e6
2022-12-31T06:35:35.657Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:35.657Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-31T06:35:35.658Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1b2e4fb0-9c41-440e-9928-1dc3904049a1
2022-12-31T06:35:35.660Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1b2e4fb0-9c41-440e-9928-1dc3904049a1
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-12-31T06:35:35.669Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:35.669Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is matching search criteria
2022-12-31T06:35:35.670Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 817bd3e8-2db3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:35:35.672Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:35.672Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is matching search criteria
2022-12-31T06:35:35.672Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 817bd3e8-2db3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:35:35.672Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:35.673Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is not matching search criteria
2022-12-31T06:35:35.673Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-31T06:35:35.673Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-31T06:35:35.674Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-31T06:35:35.674Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-31T06:35:35.675Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-31T06:35:35.675Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-31T06:35:35.675Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-31T06:35:35.676Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-31T06:35:35.676Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-31T06:35:35.676Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-31T06:35:35.677Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-31T06:35:35.678Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ec7c6a3a-1260-4566-be9b-76933332125e
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-12-31T06:35:35.690Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:35.691Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is matching search criteria
2022-12-31T06:35:35.692Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 817bd3e8-2db3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:35:35.692Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:35.692Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is not matching search criteria
2022-12-31T06:35:35.693Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-31T06:35:35.693Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-31T06:35:35.693Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-31T06:35:35.694Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-31T06:35:35.694Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-31T06:35:35.695Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-31T06:35:35.695Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-31T06:35:35.695Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-31T06:35:35.696Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-31T06:35:35.696Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-31T06:35:35.697Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-31T06:35:35.697Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-31T06:35:35.697Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fd534265-77b3-433e-a6f0-62250412f618
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-12-31T06:35:35.701Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:35.702Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is matching search criteria
2022-12-31T06:35:35.702Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 817bd3e8-2db3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:35:35.708Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:35.708Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is not matching search criteria
2022-12-31T06:35:35.709Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-31T06:35:35.709Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-31T06:35:35.709Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-31T06:35:35.710Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-31T06:35:35.710Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-31T06:35:35.711Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-31T06:35:35.711Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-31T06:35:35.712Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-31T06:35:35.712Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-31T06:35:35.712Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-31T06:35:35.713Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-31T06:35:35.713Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-31T06:35:35.714Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dc2207a4-0924-4cf2-b2bd-59919eab044c
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-12-31T06:35:35.718Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:35.719Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is matching search criteria
2022-12-31T06:35:35.719Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 817bd3e8-2db3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:35:35.719Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:35.720Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is matching search criteria
2022-12-31T06:35:35.720Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 817bd3e8-2db3 0] matching following query criteria: sdcType=VF, customizationUUID=b39bbc77-0580-45b9-8675-a690895b44ca
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-12-31T06:35:35.723Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:35.724Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:35:35.725Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 963c5af2-3308-4d76-b8f5-1a018315a4dd: vFW 817bd3e8-2db3
2022-12-31T06:35:35.726Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:35.726Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:35:35.727Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:35.727Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:35:35.727Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:35.728Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:35:35.728Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:35.729Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:35:35.729Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:35:35.729Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:35:35.730Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-12-31 06-34-17
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:35:36.140Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 817bd3e8-2db3 b7ab083e-16eb-4546-bd22-aa3778ae6fe2 1 ASDC deployResourceStructure
2022-12-31T06:35:36.141Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json ASDC sendASDCNotification
2022-12-31T06:35:36.142Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json
2022-12-31T06:35:36.142Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T06:35:36.145Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:35:36.148Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:35:36.149Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468536141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json",
"status": "DEPLOY_OK"
}
2022-12-31T06:35:36.249Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:35:36.250Z||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-12-31T06:35:36.250Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:36.268Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:35:36.269Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:35:37.150Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-31T06:35:37.151Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml
2022-12-31T06:35:37.151Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T06:35:37.151Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:35:37.166Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:35:37.167Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468537150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-31T06:35:37.254Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-12-31T06:35:37.255Z||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-12-31T06:35:37.255Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:37.273Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:35:37.276Z||pool-15-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:35:38.168Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-31T06:35:38.169Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env
2022-12-31T06:35:38.176Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T06:35:38.177Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:35:38.180Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:35:38.180Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468538168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-31T06:35:38.280Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T06:35:38.282Z||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-12-31T06:35:38.282Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:38.384Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:35:38.385Z||pool-16-thread-1|||||INFO|500||cambria reply ok (104 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:35:39.183Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar ASDC sendASDCNotification
2022-12-31T06:35:39.183Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar
2022-12-31T06:35:39.183Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T06:35:39.184Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:35:39.186Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:35:39.186Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468539183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-31T06:35:39.286Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T06:35:39.288Z||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-12-31T06:35:39.289Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:39.314Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:35:39.315Z||pool-17-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:35:40.187Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b83ce277-c4b3-4c91-9c07-bae8f618a466
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-12-31T06:35:40.244Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b83ce277-c4b3-4c91-9c07-bae8f618a466
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-12-31T06:35:40.248Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-31T06:35:40.249Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-31T06:35:40.250Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-31T06:36:10.251Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b83ce277-c4b3-4c91-9c07-bae8f618a466
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-12-31T06:36:10.268Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b83ce277-c4b3-4c91-9c07-bae8f618a466
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-12-31T06:36:10.273Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-31T06:36:10.273Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-31T06:36:10.273Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-31T06:36:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:36:13.883Z||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-12-31T06:36:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:36:13.908Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:36:13.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:36:13.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "cds-sdc-listener",
"timestamp": 1672468461544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:36:13.910Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:36:40.274Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b83ce277-c4b3-4c91-9c07-bae8f618a466
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-12-31T06:36:40.291Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b83ce277-c4b3-4c91-9c07-bae8f618a466
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-12-31T06:36:40.295Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-31T06:36:40.295Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-31T06:36:40.295Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-31T06:37:10.296Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b83ce277-c4b3-4c91-9c07-bae8f618a466
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-12-31T06:37:10.311Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b83ce277-c4b3-4c91-9c07-bae8f618a466
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-12-31T06:37:10.317Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-31T06:37:10.318Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-31T06:37:10.322Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-31T06:37:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:37:13.883Z||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-12-31T06:37:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:37:13.921Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:37:13.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:37:13.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468513874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:37:13.924Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:37:13.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:37:13.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672468514286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:37:13.925Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:37:40.323Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b83ce277-c4b3-4c91-9c07-bae8f618a466
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-12-31T06:37:40.344Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b83ce277-c4b3-4c91-9c07-bae8f618a466
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-12-31T06:37:40.356Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-31T06:37:40.356Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-31T06:37:40.356Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-31T06:38:10.357Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b83ce277-c4b3-4c91-9c07-bae8f618a466
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-12-31T06:38:10.368Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b83ce277-c4b3-4c91-9c07-bae8f618a466
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-12-31T06:38:10.369Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-31T06:38:10.369Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-31T06:38:10.370Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-31T06:38:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:38:13.882Z||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-12-31T06:38:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:38:13.909Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:38:14.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "multicloud-k8s",
"timestamp": 1672468507475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json",
"status": "NOTIFIED"
}
2022-12-31T06:38:14.424Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "ves-openapi-manager",
"timestamp": 1672468515983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.425Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "cds-sdc-listener",
"timestamp": 1672468461544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.427Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672468514286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.428Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468513874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json",
"status": "NOTIFIED"
}
2022-12-31T06:38:14.429Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "multicloud-k8s",
"timestamp": 1672468507475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-31T06:38:14.431Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "ves-openapi-manager",
"timestamp": 1672468515983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.432Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "cds-sdc-listener",
"timestamp": 1672468461544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.435Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672468514286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468513874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-31T06:38:14.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "ves-openapi-manager",
"timestamp": 1672468515983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.442Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "multicloud-k8s",
"timestamp": 1672468507475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.444Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "cds-sdc-listener",
"timestamp": 1672468461544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.447Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672468514286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468513874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "ves-openapi-manager",
"timestamp": 1672468515983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "multicloud-k8s",
"timestamp": 1672468507475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-31T06:38:14.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "cds-sdc-listener",
"timestamp": 1672468461544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672468514286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468513874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-31T06:38:14.457Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "ves-openapi-manager",
"timestamp": 1672468515983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "multicloud-k8s",
"timestamp": 1672468507475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "cds-sdc-listener",
"timestamp": 1672468461544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672468514286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468513874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "multicloud-k8s",
"timestamp": 1672468507475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
"status": "NOTIFIED"
}
2022-12-31T06:38:14.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "ves-openapi-manager",
"timestamp": 1672468515983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "cds-sdc-listener",
"timestamp": 1672468461544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
"status": "NOTIFIED"
}
2022-12-31T06:38:14.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672468514286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
"status": "NOTIFIED"
}
2022-12-31T06:38:14.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468513874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
"status": "NOTIFIED"
}
2022-12-31T06:38:14.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "multicloud-k8s",
"timestamp": 1672468524021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.463Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "cds-sdc-listener",
"timestamp": 1672468524125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.463Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672468524779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.464Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "multicloud-k8s",
"timestamp": 1672468525148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.464Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "cds-sdc-listener",
"timestamp": 1672468525182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-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-12-31T06:38:14.483Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b83ce277-c4b3-4c91-9c07-bae8f618a466
2022-12-31T06:38:14.484Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b83ce277-c4b3-4c91-9c07-bae8f618a466 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-12-31T06:38:14.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468525563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.507Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "aai-model-loader",
"timestamp": 1672468525355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "multicloud-k8s",
"timestamp": 1672468526271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.509Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "aai-model-loader",
"timestamp": 1672468525355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "multicloud-k8s",
"timestamp": 1672468527389,
"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-12-31T06:38:14.514Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b83ce277-c4b3-4c91-9c07-bae8f618a466
2022-12-31T06:38:14.515Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b83ce277-c4b3-4c91-9c07-bae8f618a466 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-12-31T06:38:14.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "aai-model-loader",
"timestamp": 1672468525355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "multicloud-k8s",
"timestamp": 1672468528395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json",
"status": "DEPLOY_OK"
}
2022-12-31T06:38:14.525Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "aai-model-loader",
"timestamp": 1672468525355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "aai-model-loader",
"timestamp": 1672468525355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "aai-model-loader",
"timestamp": 1672468525355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672468531240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-31T06:38:14.528Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "aai-model-loader",
"timestamp": 1672468525355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
"status": "NOTIFIED"
}
2022-12-31T06:38:14.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672468532247,
"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-12-31T06:38:14.540Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b83ce277-c4b3-4c91-9c07-bae8f618a466
2022-12-31T06:38:14.540Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b83ce277-c4b3-4c91-9c07-bae8f618a466 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-12-31T06:38:14.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468532411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.552Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "aai-model-loader",
"timestamp": 1672468532611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.552Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468533514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.553Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468534574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.553Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468536141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json",
"status": "DEPLOY_OK"
}
2022-12-31T06:38:14.554Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468537150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-31T06:38:14.555Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468538168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-31T06:38:14.555Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468539183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-31T06:38:14.556Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "ves-openapi-manager",
"timestamp": 1672468535714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.556Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "cds-sdc-listener",
"timestamp": 1672468526189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.556Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "multicloud-k8s",
"timestamp": 1672468529401,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672468544286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "ves-openapi-manager",
"timestamp": 1672468535714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "cds-sdc-listener",
"timestamp": 1672468526189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "multicloud-k8s",
"timestamp": 1672468529401,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json",
"status": "NOTIFIED"
}
2022-12-31T06:38:14.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672468544286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "aai-model-loader",
"timestamp": 1672468548535,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-31T06:38:14.561Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "ves-openapi-manager",
"timestamp": 1672468535714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "cds-sdc-listener",
"timestamp": 1672468526189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "multicloud-k8s",
"timestamp": 1672468529401,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-31T06:38:14.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672468544286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "aai-model-loader",
"timestamp": 1672468549539,
"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-12-31T06:38:14.572Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b83ce277-c4b3-4c91-9c07-bae8f618a466
2022-12-31T06:38:14.573Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b83ce277-c4b3-4c91-9c07-bae8f618a466 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-12-31T06:38:14.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "ves-openapi-manager",
"timestamp": 1672468535714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.587Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "cds-sdc-listener",
"timestamp": 1672468526189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.588Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "multicloud-k8s",
"timestamp": 1672468529401,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.589Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672468544286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.591Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "ves-openapi-manager",
"timestamp": 1672468535714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.591Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "cds-sdc-listener",
"timestamp": 1672468526189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.592Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "multicloud-k8s",
"timestamp": 1672468529401,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-31T06:38:14.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672468544286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.594Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "ves-openapi-manager",
"timestamp": 1672468535714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "cds-sdc-listener",
"timestamp": 1672468526189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "multicloud-k8s",
"timestamp": 1672468529401,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672468544286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "ves-openapi-manager",
"timestamp": 1672468535714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "cds-sdc-listener",
"timestamp": 1672468526189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
"status": "NOTIFIED"
}
2022-12-31T06:38:14.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "multicloud-k8s",
"timestamp": 1672468529401,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
"status": "NOTIFIED"
}
2022-12-31T06:38:14.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672468544286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
"status": "NOTIFIED"
}
2022-12-31T06:38:14.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "multicloud-k8s",
"timestamp": 1672468554363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "cds-sdc-listener",
"timestamp": 1672468554332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672468555195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "cds-sdc-listener",
"timestamp": 1672468555340,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-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-12-31T06:38:14.619Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a4b5925f-d107-4e61-bd69-a210e91ece81
2022-12-31T06:38:14.620Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4b5925f-d107-4e61-bd69-a210e91ece81 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-12-31T06:38:14.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "multicloud-k8s",
"timestamp": 1672468555444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.632Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "aai-model-loader",
"timestamp": 1672468555355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "multicloud-k8s",
"timestamp": 1672468556507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.634Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "aai-model-loader",
"timestamp": 1672468555355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.636Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.636Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.636Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "multicloud-k8s",
"timestamp": 1672468557533,
"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-12-31T06:38:14.642Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4b5925f-d107-4e61-bd69-a210e91ece81
2022-12-31T06:38:14.642Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4b5925f-d107-4e61-bd69-a210e91ece81 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-12-31T06:38:14.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672468558027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-31T06:38:14.652Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "aai-model-loader",
"timestamp": 1672468555355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "multicloud-k8s",
"timestamp": 1672468558543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-31T06:38:14.654Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672468559032,
"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-12-31T06:38:14.660Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a4b5925f-d107-4e61-bd69-a210e91ece81
2022-12-31T06:38:14.661Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4b5925f-d107-4e61-bd69-a210e91ece81 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-12-31T06:38:14.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "aai-model-loader",
"timestamp": 1672468555355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "aai-model-loader",
"timestamp": 1672468555355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "aai-model-loader",
"timestamp": 1672468555355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.675Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "aai-model-loader",
"timestamp": 1672468555355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
"status": "NOTIFIED"
}
2022-12-31T06:38:14.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:38:14.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "aai-model-loader",
"timestamp": 1672468562451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.676Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "aai-model-loader",
"timestamp": 1672468569737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-31T06:38:14.677Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "aai-model-loader",
"timestamp": 1672468570739,
"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-12-31T06:38:14.684Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a4b5925f-d107-4e61-bd69-a210e91ece81
2022-12-31T06:38:14.684Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4b5925f-d107-4e61-bd69-a210e91ece81 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-12-31T06:38:40.370Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b83ce277-c4b3-4c91-9c07-bae8f618a466
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-12-31T06:38:40.399Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b83ce277-c4b3-4c91-9c07-bae8f618a466
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-12-31T06:38:40.404Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-31T06:38:40.404Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-31T06:38:40.404Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-31T06:38:40.405Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-31T06:38:40.405Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-31T06:38:40.405Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-31T06:38:40.406Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-31T06:38:40.406Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-31T06:38:40.406Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-31T06:38:40.407Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T06:38:40.413Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-31T06:39:10.414Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b83ce277-c4b3-4c91-9c07-bae8f618a466 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-12-31T06:39:10.430Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b83ce277-c4b3-4c91-9c07-bae8f618a466 and serviceModelVersionId: 963c5af2-3308-4d76-b8f5-1a018315a4dd
2022-12-31T06:39:10.431Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c1f6259-5f3f-4afe-b24d-4a5f8e8e2a71
2022-12-31T06:39:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:39:13.883Z||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-12-31T06:39:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:23.461Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:39:31.966Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c1f6259-5f3f-4afe-b24d-4a5f8e8e2a71/model-vers/model-ver/963c5af2-3308-4d76-b8f5-1a018315a4dd?depth=0
2022-12-31T06:39:32.120Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-12-31T06:39:32.875Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c1f6259-5f3f-4afe-b24d-4a5f8e8e2a71/model-vers/model-ver/963c5af2-3308-4d76-b8f5-1a018315a4dd?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-12-31T06:39:32.882Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c1f6259-5f3f-4afe-b24d-4a5f8e8e2a71/model-vers/model-ver/963c5af2-3308-4d76-b8f5-1a018315a4dd?depth=0|INFO|500||Invoke
2022-12-31T06:39:33.153Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c1f6259-5f3f-4afe-b24d-4a5f8e8e2a71/model-vers/model-ver/963c5af2-3308-4d76-b8f5-1a018315a4dd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-31T06:39:33.370Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c1f6259-5f3f-4afe-b24d-4a5f8e8e2a71/model-vers/model-ver/963c5af2-3308-4d76-b8f5-1a018315a4dd?depth=0|INFO|500||InvokeReturn
2022-12-31T06:39:33.373Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c1f6259-5f3f-4afe-b24d-4a5f8e8e2a71/model-vers/model-ver/963c5af2-3308-4d76-b8f5-1a018315a4dd?depth=0 has http status code:200 and response headers:{date=[Sat, 31 Dec 2022 06:39:32 GMT], content-length=[0], vertex-id=[323784], x-aai-txid=[1-aai-resources-221231-06:39:32:667-23613], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-31T06:39:33.373Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-12-31T06:39:33.380Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-31T06:39:33.381Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T06:39:33.388Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-31T06:39:33.396Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b83ce277-c4b3-4c91-9c07-bae8f618a466 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-31T06:39:33.398Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-31T06:39:33.399Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:33.404Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:33.404Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468773396,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-31T06:39:33.504Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:39:33.505Z||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-12-31T06:39:33.505Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:33.522Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:39:33.523Z||pool-18-thread-1|||||INFO|500||cambria reply ok (19 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-12-31T06:39:34.419Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:39:34.420Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|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-12-31T06:39:34.420Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:40.073Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:39:40.074Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-31T06:39:40.075Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a4b5925f-d107-4e61-bd69-a210e91ece81","serviceName":"basic_onboard_zJNLlg","serviceVersion":"1.0","serviceUUID":"b9325c0e-a592-4173-bfa9-6cb44d0b8e5c","serviceDescription":"service","serviceInvariantUUID":"8eb706a1-3ad6-4f7f-99ab-2e3af2e26307","resources":[{"resourceInstanceName":"basic_onboard_zJNLlg 0","resourceName":"basic_onboard_zJNLlg","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1a9f8ce9-4bd4-4938-9a01-46d06af0e7e9","resourceInvariantUUID":"05674921-759f-4b28-a20a-586f38cba96b","resourceCustomizationUUID":"ab061b7a-a91d-4c42-af74-109129b6d1b9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vf-license-model.xml","artifactChecksum":"YWQ1MGUzNDY5MmQ1YWZjMzRmYTUzN2U4NDZjODM3ZGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9cf46d67-97f5-4619-880e-6475bc075e94","artifactVersion":"1"},{"artifactName":"basic_onboard_zjnllg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json","artifactChecksum":"Y2Y0OTMzNDc2ZmQ1N2M1NTJkZTY0YTVhZmFiMmEyODA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8196c90d-02cd-43da-be4f-a38a6bcfc74e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d0f399af-0017-4164-a596-9568d50faca5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"def6b39b-92e4-4b6c-832a-703f55bb3d46","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1c766c95-d6ac-4769-982b-b10fc23d23ac","artifactVersion":"2","generatedFromUUID":"d0f399af-0017-4164-a596-9568d50faca5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZjnllg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-template.yml","artifactChecksum":"ZTExNGIwNWY5Yzg2ZWEyNDNmZTQwMWEzNDZmMTY4ZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5b4e6b95-a38e-403e-a9b2-ffbbbae52567","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZjnllg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar","artifactChecksum":"ZjYzNGE1OGE2MjNmM2M1NjlhNzMzOThjMjQ2Yzg4YWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6ca32fc1-2afd-4afb-8734-78560041f310","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-31T06:39:40.087Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:39:40.096Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:40.101Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:40.101Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468774419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:39:40.203Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-31T06:39:40.204Z||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-12-31T06:39:40.204Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:40.272Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:39:40.273Z||pool-19-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:39:41.105Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:39:41.106Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:41.109Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:41.109Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468774419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json",
"status": "NOTIFIED"
}
2022-12-31T06:39:41.210Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:39:41.222Z||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-12-31T06:39:41.223Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:41.256Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:39:41.257Z||pool-20-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:39:42.110Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:39:42.111Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:42.114Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:42.114Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468774419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-31T06:39:42.214Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T06:39:42.215Z||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-12-31T06:39:42.215Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:42.226Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:39:42.226Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:39:43.115Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:39:43.116Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:43.119Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:43.119Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468774419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:39:43.219Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:39:43.221Z||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-12-31T06:39:43.221Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:43.236Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:39:43.237Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:39:44.120Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:39:44.123Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:44.127Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:44.128Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468774419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-31T06:39:44.227Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T06:39:44.229Z||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-12-31T06:39:44.229Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:44.248Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:39:44.249Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:39:45.130Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:39:45.131Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:45.138Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:45.138Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468774419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:39:45.238Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:39:45.239Z||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-12-31T06:39:45.240Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:45.253Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:39:45.254Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:39:46.139Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:39:46.140Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:46.142Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:46.142Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468774419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
"status": "NOTIFIED"
}
2022-12-31T06:39:46.243Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:39:46.244Z||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-12-31T06:39:46.244Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:46.258Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:39:46.259Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:39:47.144Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"serviceName": "basic_onboard_zJNLlg",
"serviceVersion": "1.0",
"serviceUUID": "b9325c0e-a592-4173-bfa9-6cb44d0b8e5c",
"serviceDescription": "service",
"serviceInvariantUUID": "8eb706a1-3ad6-4f7f-99ab-2e3af2e26307",
"resources": [
{
"resourceInstanceName": "basic_onboard_zJNLlg 0",
"resourceCustomizationUUID": "ab061b7a-a91d-4c42-af74-109129b6d1b9",
"resourceName": "basic_onboard_zJNLlg",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1a9f8ce9-4bd4-4938-9a01-46d06af0e7e9",
"resourceInvariantUUID": "05674921-759f-4b28-a20a-586f38cba96b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_zjnllg0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json",
"artifactChecksum": "Y2Y0OTMzNDc2ZmQ1N2M1NTJkZTY0YTVhZmFiMmEyODA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8196c90d-02cd-43da-be4f-a38a6bcfc74e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d0f399af-0017-4164-a596-9568d50faca5",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1c766c95-d6ac-4769-982b-b10fc23d23ac",
"generatedFromUUID": "d0f399af-0017-4164-a596-9568d50faca5"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1c766c95-d6ac-4769-982b-b10fc23d23ac",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardZjnllg-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
"artifactChecksum": "ZjYzNGE1OGE2MjNmM2M1NjlhNzMzOThjMjQ2Yzg4YWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6ca32fc1-2afd-4afb-8734-78560041f310"
}
],
"workloadContext": "Production"
}
2022-12-31T06:39:47.145Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-31T06:39:47.145Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b9325c0e-a592-4173-bfa9-6cb44d0b8e5c ASDC
2022-12-31T06:39:47.146Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:a4b5925f-d107-4e61-bd69-a210e91ece81
ServiceName:basic_onboard_zJNLlg
ServiceVersion:1.0
ServiceUUID:b9325c0e-a592-4173-bfa9-6cb44d0b8e5c
ServiceInvariantUUID:8eb706a1-3ad6-4f7f-99ab-2e3af2e26307
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZjnllg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar
ArtifactUUID:6ca32fc1-2afd-4afb-8734-78560041f310
ArtifactChecksum:ZjYzNGE1OGE2MjNmM2M1NjlhNzMzOThjMjQ2Yzg4YWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_zJNLlg 0
ResourceCustomizationUUID:ab061b7a-a91d-4c42-af74-109129b6d1b9
ResourceInvariantUUID:05674921-759f-4b28-a20a-586f38cba96b
ResourceName:basic_onboard_zJNLlg
ResourceType:VF
ResourceUUID:1a9f8ce9-4bd4-4938-9a01-46d06af0e7e9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zjnllg0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json
ArtifactUUID:8196c90d-02cd-43da-be4f-a38a6bcfc74e
ArtifactChecksum:Y2Y0OTMzNDc2ZmQ1N2M1NTJkZTY0YTVhZmFiMmEyODA=
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/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d0f399af-0017-4164-a596-9568d50faca5
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/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env
ArtifactUUID:1c766c95-d6ac-4769-982b-b10fc23d23ac
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/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env
ArtifactUUID:1c766c95-d6ac-4769-982b-b10fc23d23ac
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-31T06:39:47.146Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b9325c0e-a592-4173-bfa9-6cb44d0b8e5c 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-12-31T06:39:47.184Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-31T06:39:47.185Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-31T06:39:47.185Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-31T06:39:47.186Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6ca32fc1-2afd-4afb-8734-78560041f310 from URL: /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:47.186Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-31T06:39:47.186Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:47.350Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-31T06:39:47.355Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar 6ca32fc1-2afd-4afb-8734-78560041f310 75687
2022-12-31T06:39:47.355Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar ASDC sendASDCNotification
2022-12-31T06:39:47.356Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:47.356Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T06:39:47.356Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:47.358Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:47.358Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468787355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:39:47.458Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:39:47.460Z||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-12-31T06:39:47.460Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:47.474Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:39:47.475Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:39:48.361Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-31T06:39:48.362Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-31T06:39:48.363Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 6ca32fc1-2afd-4afb-8734-78560041f310, URL: /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar to file: /app/ASDC/1/service-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:48.364Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:48.364Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:48.365Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:48.608Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8910913280722031589/Definitions/service-BasicOnboardZjnllg-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-12-31T06:39:50.270Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-31T06:39:50.271Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-12-31T06:39:50.272Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:50.272Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-31T06:39:50.273Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_zJNLlg 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:50.273Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:50.273Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:50.274Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:50.274Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:50.274Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:50.275Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:50.275Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-12-31T06:39:50.275Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:39:50.275Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:39:50.276Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zJNLlg 0 is matching search criteria
2022-12-31T06:39:50.276Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-12-31T06:39:50.276Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zJNLlg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-31T06:39:50.276Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:39:50.277Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:39:50.277Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zJNLlg 0 is matching search criteria
2022-12-31T06:39:50.278Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-12-31T06:39:50.278Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zJNLlg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-31T06:39:50.278Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:39:50.279Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:39:50.279Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:39:50.279Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zJNLlg 0 is not matching search criteria
2022-12-31T06:39:50.280Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-31T06:39:50.280Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-31T06:39:50.280Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-31T06:39:50.281Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-31T06:39:50.281Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-31T06:39:50.281Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:39:50.281Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-31T06:39:50.282Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:39:50.282Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zJNLlg 0 is matching search criteria
2022-12-31T06:39:50.282Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zJNLlg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:39:50.283Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:39:50.283Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zJNLlg 0 is matching search criteria
2022-12-31T06:39:50.283Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zJNLlg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:39:50.284Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:39:50.284Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zJNLlg 0 is matching search criteria
2022-12-31T06:39:50.284Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zJNLlg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:39:50.285Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:39:50.285Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zJNLlg 0 is not matching search criteria
2022-12-31T06:39:50.285Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-31T06:39:50.286Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-31T06:39:50.286Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=555afccd-92b7-44ef-8ae9-00b5e4da0f7c
2022-12-31T06:39:50.286Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:39:50.287Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:39:50.287Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:39:50.287Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:39:50.288Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:39:50.288Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:39:50.288Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:39:50.288Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:39:50.289Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_zJNLlg
Description:service
Model UUID:b9325c0e-a592-4173-bfa9-6cb44d0b8e5c
Model Version:NULL
Model InvariantUuid:8eb706a1-3ad6-4f7f-99ab-2e3af2e26307
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_zJNLlg
Model UUID:2f8b0f3d-1999-43ad-a549-cbe6ece5c757
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:05674921-759f-4b28-a20a-586f38cba96b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ab061b7a-a91d-4c42-af74-109129b6d1b9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:760a6f45-a6f3-48f3-bba0-00a6a43c703d
ModelName:BasicOnboardZjnllg..base_ubuntu18..module-0
ModelUuid:90b53989-50b5-470b-b0c8-54bba203a5ec
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:555afccd-92b7-44ef-8ae9-00b5e4da0f7c
ModelInvariantUuid:74a72818-84b0-47d0-a36e-00b28cde6879
ModelName:basic_onboard_zJNLlg-nodes.ubuntu18Cvfc
ModelUuid:6be06920-175d-4a27-a694-d902b55544b0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:fc8dde1b-bb07-4618-b29c-ef8d0ae9d250
ModelInvariantUuid:9e66e4b8-151c-4c96-a85e-cb6a1a7517cf
ModelName:BasicOnboardZjnllg.compute.nodes.heat.ubuntu18
ModelUuid:833b5718-ebe9-4545-bf17-6d077cd4b5f9
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-12-31T06:39:50.297Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 1a9f8ce9-4bd4-4938-9a01-46d06af0e7e9
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-12-31T06:39:50.302Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||basic_onboard_zJNLlg 0
2022-12-31T06:39:50.302Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1a9f8ce9-4bd4-4938-9a01-46d06af0e7e9
2022-12-31T06:39:50.302Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8196c90d-02cd-43da-be4f-a38a6bcfc74e from URL: /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json
2022-12-31T06:39:50.303Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-31T06:39:50.303Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json
2022-12-31T06:39:50.355Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-31T06:39:50.355Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json 8196c90d-02cd-43da-be4f-a38a6bcfc74e 798
2022-12-31T06:39:50.356Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json ASDC sendASDCNotification
2022-12-31T06:39:50.356Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json
2022-12-31T06:39:50.356Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T06:39:50.357Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:50.359Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:50.359Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468790356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:39:50.459Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:39:50.461Z||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-12-31T06:39:50.461Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:50.476Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:39:50.477Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:39:51.359Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZjnllg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "760a6f45-a6f3-48f3-bba0-00a6a43c703d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "90b53989-50b5-470b-b0c8-54bba203a5ec",
"vfModuleModelCustomizationUUID": "5bfcb8dd-bb75-4043-bca2-aab862a7ea53",
"isBase": true,
"artifacts": [
"d0f399af-0017-4164-a596-9568d50faca5",
"1c766c95-d6ac-4769-982b-b10fc23d23ac"
],
"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-12-31T06:39:51.367Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZjnllg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:90b53989-50b5-470b-b0c8-54bba203a5ec
VfModuleModelInvariantUUID:760a6f45-a6f3-48f3-bba0-00a6a43c703d
VfModuleModelDescription:NULL
Artifacts UUID List:{
d0f399af-0017-4164-a596-9568d50faca5
,
1c766c95-d6ac-4769-982b-b10fc23d23ac
}
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-12-31T06:39:51.370Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZjnllg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "760a6f45-a6f3-48f3-bba0-00a6a43c703d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "90b53989-50b5-470b-b0c8-54bba203a5ec",
"vfModuleModelCustomizationUUID": "5bfcb8dd-bb75-4043-bca2-aab862a7ea53",
"isBase": true,
"artifacts": [
"d0f399af-0017-4164-a596-9568d50faca5",
"1c766c95-d6ac-4769-982b-b10fc23d23ac"
],
"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-12-31T06:39:51.371Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZjnllg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:90b53989-50b5-470b-b0c8-54bba203a5ec
VfModuleModelInvariantUUID:760a6f45-a6f3-48f3-bba0-00a6a43c703d
VfModuleModelDescription:NULL
Artifacts UUID List:{
d0f399af-0017-4164-a596-9568d50faca5
,
1c766c95-d6ac-4769-982b-b10fc23d23ac
}
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-12-31T06:39:51.371Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d0f399af-0017-4164-a596-9568d50faca5 from URL: /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml
2022-12-31T06:39:51.371Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-31T06:39:51.371Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml
2022-12-31T06:39:51.419Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-31T06:39:51.419Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml d0f399af-0017-4164-a596-9568d50faca5 5033
2022-12-31T06:39:51.420Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-31T06:39:51.420Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml
2022-12-31T06:39:51.421Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T06:39:51.422Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:51.424Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:51.424Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468791420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:39:51.524Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T06:39:51.525Z||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-12-31T06:39:51.526Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:51.539Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:39:51.540Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:39:52.425Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1c766c95-d6ac-4769-982b-b10fc23d23ac from URL: /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env
2022-12-31T06:39:52.426Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-31T06:39:52.426Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env
2022-12-31T06:39:52.476Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-31T06:39:52.476Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env 1c766c95-d6ac-4769-982b-b10fc23d23ac 909
2022-12-31T06:39:52.477Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-31T06:39:52.477Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env
2022-12-31T06:39:52.477Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T06:39:52.477Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:52.479Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:52.480Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468792477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:39:52.582Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-31T06:39:52.587Z||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-12-31T06:39:52.588Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:52.628Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:39:52.630Z||pool-29-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:39:53.480Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: b9325c0e-a592-4173-bfa9-6cb44d0b8e5c
2022-12-31T06:39:53.481Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_zJNLlg 0 1a9f8ce9-4bd4-4938-9a01-46d06af0e7e9 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T06:39:53.498Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c5acfe5, org.onap.sdc.toscaparser.api.parameters.Input@1e93f13c, org.onap.sdc.toscaparser.api.parameters.Input@76596d14, org.onap.sdc.toscaparser.api.parameters.Input@3e53b8, org.onap.sdc.toscaparser.api.parameters.Input@3aa181bd]
2022-12-31T06:39:53.500Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:39:53.500Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:39:53.500Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-12-31T06:39:53.500Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= ab061b7a-a91d-4c42-af74-109129b6d1b9
2022-12-31T06:39:53.500Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ab061b7a-a91d-4c42-af74-109129b6d1b9 matches Tosca VF Customization UUID: ab061b7a-a91d-4c42-af74-109129b6d1b9
2022-12-31T06:39:53.501Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: ab061b7a-a91d-4c42-af74-109129b6d1b9 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-12-31T06:39:53.504Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:39:53.504Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:39:53.505Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id ab061b7a-a91d-4c42-af74-109129b6d1b9: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-31T06:39:53.505Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@74674697
2022-12-31T06:39:53.505Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:39:53.505Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-31T06:39:53.506Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5bfcb8dd-bb75-4043-bca2-aab862a7ea53
2022-12-31T06:39:53.506Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5bfcb8dd-bb75-4043-bca2-aab862a7ea53
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-12-31T06:39:53.508Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:39:53.509Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zJNLlg 0 is matching search criteria
2022-12-31T06:39:53.509Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zJNLlg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:39:53.509Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:39:53.510Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zJNLlg 0 is matching search criteria
2022-12-31T06:39:53.510Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zJNLlg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:39:53.510Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:39:53.510Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zJNLlg 0 is not matching search criteria
2022-12-31T06:39:53.511Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-31T06:39:53.511Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-31T06:39:53.511Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=555afccd-92b7-44ef-8ae9-00b5e4da0f7c
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-12-31T06:39:53.514Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:39:53.514Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zJNLlg 0 is matching search criteria
2022-12-31T06:39:53.514Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zJNLlg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:39:53.515Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:39:53.515Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zJNLlg 0 is matching search criteria
2022-12-31T06:39:53.515Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zJNLlg 0] matching following query criteria: sdcType=VF, customizationUUID=ab061b7a-a91d-4c42-af74-109129b6d1b9
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-12-31T06:39:53.517Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:39:53.518Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:39:53.518Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid b9325c0e-a592-4173-bfa9-6cb44d0b8e5c: basic_onboard_zJNLlg
2022-12-31T06:39:53.518Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:39:53.519Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:39:53.519Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:39:53.519Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:39:53.519Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:39:53.520Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:39:53.520Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:39:53.520Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:39:53.520Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:39:53.520Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:39:53.521Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_zJNLlg
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-12-31T06:39:53.609Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_zJNLlg 1a9f8ce9-4bd4-4938-9a01-46d06af0e7e9 1 ASDC deployResourceStructure
2022-12-31T06:39:53.610Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json ASDC sendASDCNotification
2022-12-31T06:39:53.610Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json
2022-12-31T06:39:53.610Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T06:39:53.611Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:53.613Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:53.614Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468793610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-31T06:39:53.714Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:39:53.715Z||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-12-31T06:39:53.715Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:53.730Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:39:53.731Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:39:54.616Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-31T06:39:54.616Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml
2022-12-31T06:39:54.616Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T06:39:54.617Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:54.619Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:54.620Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468794615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-31T06:39:54.720Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:39:54.723Z||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-12-31T06:39:54.724Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:54.736Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:39:54.737Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:39:55.621Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-31T06:39:55.621Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env
2022-12-31T06:39:55.621Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T06:39:55.621Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:55.624Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:55.624Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468795620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-31T06:39:55.725Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:39:55.726Z||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-12-31T06:39:55.726Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:55.744Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:39:55.744Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:39:56.626Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar ASDC sendASDCNotification
2022-12-31T06:39:56.626Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:56.626Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T06:39:56.627Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:56.629Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:56.629Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468796625,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-31T06:39:56.729Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:39:56.731Z||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-12-31T06:39:56.731Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:56.744Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:39:56.745Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:39:57.631Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4b5925f-d107-4e61-bd69-a210e91ece81
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-12-31T06:39:57.683Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4b5925f-d107-4e61-bd69-a210e91ece81
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-12-31T06:39:57.690Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-31T06:39:57.690Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-31T06:39:57.691Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-31T06:39:57.691Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-31T06:39:57.691Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-31T06:39:57.691Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-31T06:39:57.691Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-31T06:39:57.691Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-31T06:39:57.691Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-31T06:39:57.691Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T06:39:57.704Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-31T06:40:13.881Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:40:13.882Z||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-12-31T06:40:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:40:14.528Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:40:14.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468773396,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-31T06:40:14.532Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:40:14.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468774419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:40:14.532Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-31T06:40:14.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468774419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json",
"status": "NOTIFIED"
}
2022-12-31T06:40:14.533Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-31T06:40:14.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468774419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-31T06:40:14.534Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-31T06:40:14.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.534Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468774419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:40:14.534Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-31T06:40:14.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468774419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-31T06:40:14.535Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-31T06:40:14.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468774419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:40:14.536Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-31T06:40:14.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468774419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
"status": "NOTIFIED"
}
2022-12-31T06:40:14.536Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-31T06:40:14.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468787355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:40:14.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:40:14.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468790356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:40:14.538Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:40:14.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468791420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:40:14.539Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:40:14.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468792477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:40:14.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:40:14.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468793610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-31T06:40:14.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:40:14.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468794615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-31T06:40:14.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:40:14.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468795620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-31T06:40:14.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:40:14.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468796625,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-31T06:40:14.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:40:27.705Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a4b5925f-d107-4e61-bd69-a210e91ece81 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-12-31T06:40:27.712Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a4b5925f-d107-4e61-bd69-a210e91ece81 and serviceModelVersionId: b9325c0e-a592-4173-bfa9-6cb44d0b8e5c
2022-12-31T06:40:27.713Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8eb706a1-3ad6-4f7f-99ab-2e3af2e26307
2022-12-31T06:40:27.715Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8eb706a1-3ad6-4f7f-99ab-2e3af2e26307/model-vers/model-ver/b9325c0e-a592-4173-bfa9-6cb44d0b8e5c?depth=0
2022-12-31T06:40:27.724Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-12-31T06:40:27.803Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8eb706a1-3ad6-4f7f-99ab-2e3af2e26307/model-vers/model-ver/b9325c0e-a592-4173-bfa9-6cb44d0b8e5c?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-12-31T06:40:27.805Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8eb706a1-3ad6-4f7f-99ab-2e3af2e26307/model-vers/model-ver/b9325c0e-a592-4173-bfa9-6cb44d0b8e5c?depth=0|INFO|500||Invoke
2022-12-31T06:40:27.874Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8eb706a1-3ad6-4f7f-99ab-2e3af2e26307/model-vers/model-ver/b9325c0e-a592-4173-bfa9-6cb44d0b8e5c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-31T06:40:27.987Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8eb706a1-3ad6-4f7f-99ab-2e3af2e26307/model-vers/model-ver/b9325c0e-a592-4173-bfa9-6cb44d0b8e5c?depth=0|INFO|500||InvokeReturn
2022-12-31T06:40:27.995Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8eb706a1-3ad6-4f7f-99ab-2e3af2e26307/model-vers/model-ver/b9325c0e-a592-4173-bfa9-6cb44d0b8e5c?depth=0 has http status code:200 and response headers:{date=[Sat, 31 Dec 2022 06:40:27 GMT], content-length=[0], vertex-id=[229600], x-aai-txid=[2-aai-resources-221231-06:40:27:386-62611], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-31T06:40:27.996Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-12-31T06:40:27.997Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-31T06:40:27.997Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T06:40:28.004Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-31T06:40:28.004Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a4b5925f-d107-4e61-bd69-a210e91ece81 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-31T06:40:28.005Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-31T06:40:28.005Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:40:28.008Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:40:28.008Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468828005,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-31T06:40:28.108Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:40:28.109Z||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-12-31T06:40:28.109Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:40:28.133Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:40:28.134Z||pool-34-thread-1|||||INFO|500||cambria reply ok (26 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-12-31T06:40:29.027Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:40:29.027Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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-12-31T06:40:29.028Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:40:38.591Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:40:38.591Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:40:38.592Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:40:38.592Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:40:48.189Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:40:48.190Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:40:48.191Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:40:48.191Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:40:57.754Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:40:57.755Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:40:57.756Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:40:57.756Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:41:07.335Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:41:13.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:41:13.873Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:41:13.873Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:41:13.881Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:41:13.882Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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-12-31T06:41:13.882Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:41:14.529Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:41:14.529Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-31T06:41:14.530Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672468828005,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-31T06:41:14.531Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:41:23.451Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:42:13.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:42:13.873Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:42:13.873Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:42:13.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:42:13.882Z||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-12-31T06:42:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:42:23.440Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:42:23.440Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:43:13.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:43:13.873Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:43:13.873Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:43:13.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:43:13.883Z||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-12-31T06:43:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:43:23.473Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:43:23.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:44:13.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:44:13.873Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:44:13.873Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:44:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:44:13.882Z||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-12-31T06:44:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:44:23.422Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:44:23.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:45:13.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:45:13.873Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:45:13.873Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:45:13.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:45:13.883Z||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-12-31T06:45:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:45:23.449Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:45:23.449Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:46:13.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:46:13.873Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:46:13.873Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:46:13.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:46:13.882Z||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-12-31T06:46:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:46:23.433Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:46:23.435Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:47:13.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:47:13.874Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:47:13.874Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:47:13.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:47:13.882Z||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-12-31T06:47:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:47:23.436Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:47:23.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:48:13.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:48:13.873Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:48:13.874Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:48:13.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:48:13.882Z||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-12-31T06:48:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:48:23.439Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:48:23.439Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:49:13.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:49:13.874Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:49:13.874Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:49:13.881Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:49:13.882Z||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-12-31T06:49:13.884Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:49:23.439Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:49:23.441Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:50:13.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:50:13.874Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:50:13.874Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:50:13.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:50:13.882Z||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-12-31T06:50:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:50:23.472Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:50:23.508Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:51:13.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:51:13.873Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:51:13.873Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:51:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:51:13.882Z||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-12-31T06:51:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:51:14.044Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:51:14.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
"consumerID": "aai-model-loader",
"timestamp": 1672469425355,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
"consumerID": "ves-openapi-manager",
"timestamp": 1672469435767,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
"consumerID": "multicloud-k8s",
"timestamp": 1672469429595,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
"consumerID": "cds-sdc-listener",
"timestamp": 1672469396375,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
"consumerID": "aai-model-loader",
"timestamp": 1672469425355,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-31T06:51:14.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
"consumerID": "ves-openapi-manager",
"timestamp": 1672469435767,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
"consumerID": "multicloud-k8s",
"timestamp": 1672469429595,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-31T06:51:14.054Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
"consumerID": "cds-sdc-listener",
"timestamp": 1672469396375,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-31T06:51:14.055Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
"consumerID": "aai-model-loader",
"timestamp": 1672469437856,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:51:14.055Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:51:14.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
"consumerID": "cds-sdc-listener",
"timestamp": 1672469438557,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:51:14.056Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:51:14.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
"consumerID": "cds-sdc-listener",
"timestamp": 1672469439563,
"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-12-31T06:51:14.101Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7a82188e-b38a-45a2-8801-faabaeb5bead
2022-12-31T06:51:14.101Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a82188e-b38a-45a2-8801-faabaeb5bead 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-12-31T06:51:14.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
"consumerID": "aai-model-loader",
"timestamp": 1672469442042,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-31T06:51:14.152Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:51:14.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
"consumerID": "aai-model-loader",
"timestamp": 1672469443045,
"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-12-31T06:51:14.204Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a82188e-b38a-45a2-8801-faabaeb5bead
2022-12-31T06:51:14.205Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a82188e-b38a-45a2-8801-faabaeb5bead 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-12-31T06:51:14.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672469444286,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672469444286,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-31T06:51:14.237Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672469447167,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:51:14.237Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:51:14.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672469449277,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-31T06:51:14.238Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:51:14.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672469450286,
"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-12-31T06:51:14.245Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7a82188e-b38a-45a2-8801-faabaeb5bead
2022-12-31T06:51:14.246Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a82188e-b38a-45a2-8801-faabaeb5bead 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-12-31T06:51:14.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.274Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "ves-openapi-manager",
"timestamp": 1672469455714,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.274Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.274Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.275Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "aai-model-loader",
"timestamp": 1672469455355,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.275Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.275Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "multicloud-k8s",
"timestamp": 1672469438382,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.275Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.276Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "cds-sdc-listener",
"timestamp": 1672469440567,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.276Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.277Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "ves-openapi-manager",
"timestamp": 1672469455714,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.277Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "multicloud-k8s",
"timestamp": 1672469438382,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-12-31T06:51:14.279Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "aai-model-loader",
"timestamp": 1672469455355,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.282Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "cds-sdc-listener",
"timestamp": 1672469440567,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.283Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "ves-openapi-manager",
"timestamp": 1672469455714,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.284Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "aai-model-loader",
"timestamp": 1672469455355,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.284Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "multicloud-k8s",
"timestamp": 1672469438382,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-12-31T06:51:14.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "cds-sdc-listener",
"timestamp": 1672469440567,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.286Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "ves-openapi-manager",
"timestamp": 1672469455714,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.286Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "aai-model-loader",
"timestamp": 1672469455355,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.287Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "multicloud-k8s",
"timestamp": 1672469438382,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "cds-sdc-listener",
"timestamp": 1672469440567,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "ves-openapi-manager",
"timestamp": 1672469455714,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "aai-model-loader",
"timestamp": 1672469455355,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "multicloud-k8s",
"timestamp": 1672469438382,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-12-31T06:51:14.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "cds-sdc-listener",
"timestamp": 1672469440567,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "ves-openapi-manager",
"timestamp": 1672469455714,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "aai-model-loader",
"timestamp": 1672469455355,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "multicloud-k8s",
"timestamp": 1672469438382,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "cds-sdc-listener",
"timestamp": 1672469440567,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "ves-openapi-manager",
"timestamp": 1672469455714,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "aai-model-loader",
"timestamp": 1672469455355,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-31T06:51:14.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "multicloud-k8s",
"timestamp": 1672469438382,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-31T06:51:14.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "cds-sdc-listener",
"timestamp": 1672469440567,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-31T06:51:14.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-31T06:51:14.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "multicloud-k8s",
"timestamp": 1672469472867,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:51:14.298Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:51:14.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "aai-model-loader",
"timestamp": 1672469472224,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:51:14.298Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:51:14.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "cds-sdc-listener",
"timestamp": 1672469472860,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:51:14.299Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:51:14.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "cds-sdc-listener",
"timestamp": 1672469473867,
"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-12-31T06:51:14.325Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2f961dfe-dc7e-48f3-b954-62712dcc8d04
2022-12-31T06:51:14.326Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f961dfe-dc7e-48f3-b954-62712dcc8d04 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-12-31T06:51:14.516Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:51:14.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7a82188e-b38a-45a2-8801-faabaeb5bead","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"6da1ca0a-7b2f-464e-a672-40dbf3924d34","serviceDescription":"service","serviceInvariantUUID":"7d6d8333-af27-4936-b4e4-e535e6acca42","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"1bb92f2e-c71f-4abf-a532-6bdeb723e931","resourceInvariantUUID":"af406964-b023-4383-83a0-d9fe1ed74f7f","resourceCustomizationUUID":"1767aa45-d150-4c30-ad90-717a8cd24d98","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":"ZmJjNzA2MzUwYTNkMjFhOWUwMTk2M2NiNTQ2OGJmYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e83c61bd-9f53-4ccb-b2b5-2af292f45e2f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDVkMzU2MjlmZDc3MmVkYjkyMGQ5MTM4ODU3NGE4N2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bf66d00a-c7e7-4579-bf6c-011281875116","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-31T06:51:14.524Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:51:14.524Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:51:14.528Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:51:14.529Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672469473872,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.635Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-12-31T06:51:14.636Z||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-12-31T06:51:14.637Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:51:14.662Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:51:14.663Z||pool-35-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:51:15.529Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:51:15.534Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:51:15.538Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:51:15.539Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672469473872,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-31T06:51:15.638Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T06:51:15.639Z||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-12-31T06:51:15.639Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:51:15.666Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:51:15.667Z||pool-36-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":2,"count":1}
2022-12-31T06:51:16.540Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "6da1ca0a-7b2f-464e-a672-40dbf3924d34",
"serviceDescription": "service",
"serviceInvariantUUID": "7d6d8333-af27-4936-b4e4-e535e6acca42",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "1767aa45-d150-4c30-ad90-717a8cd24d98",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "1bb92f2e-c71f-4abf-a532-6bdeb723e931",
"resourceInvariantUUID": "af406964-b023-4383-83a0-d9fe1ed74f7f",
"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": "NDVkMzU2MjlmZDc3MmVkYjkyMGQ5MTM4ODU3NGE4N2M\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bf66d00a-c7e7-4579-bf6c-011281875116"
}
],
"workloadContext": "Production"
}
2022-12-31T06:51:16.541Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-31T06:51:16.546Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6da1ca0a-7b2f-464e-a672-40dbf3924d34 ASDC
2022-12-31T06:51:16.548Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:7a82188e-b38a-45a2-8801-faabaeb5bead
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:6da1ca0a-7b2f-464e-a672-40dbf3924d34
ServiceInvariantUUID:7d6d8333-af27-4936-b4e4-e535e6acca42
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:bf66d00a-c7e7-4579-bf6c-011281875116
ArtifactChecksum:NDVkMzU2MjlmZDc3MmVkYjkyMGQ5MTM4ODU3NGE4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:1767aa45-d150-4c30-ad90-717a8cd24d98
ResourceInvariantUUID:af406964-b023-4383-83a0-d9fe1ed74f7f
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:1bb92f2e-c71f-4abf-a532-6bdeb723e931
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-12-31T06:51:16.548Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6da1ca0a-7b2f-464e-a672-40dbf3924d34 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-12-31T06:51:16.601Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-31T06:51:16.603Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-31T06:51:16.603Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-31T06:51:16.604Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bf66d00a-c7e7-4579-bf6c-011281875116 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-31T06:51:16.604Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-31T06:51:16.605Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-31T06:51:16.744Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-31T06:51:16.788Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar bf66d00a-c7e7-4579-bf6c-011281875116 57789
2022-12-31T06:51:16.789Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-31T06:51:16.789Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-31T06:51:16.790Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T06:51:16.791Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:51:16.798Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:51:16.799Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672469476789,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:51:16.894Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-12-31T06:51:16.896Z||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-12-31T06:51:16.896Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:51:16.930Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:51:16.931Z||pool-37-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:51:17.810Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-31T06:51:17.816Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-31T06:51:17.820Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: bf66d00a-c7e7-4579-bf6c-011281875116, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-31T06:51:17.820Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-31T06:51:17.821Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-31T06:51:17.821Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-31T06:51:18.127Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4423668150799214486/Definitions/service-BasicNetwork-template.yml
2022-12-31T06:51:18.908Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-31T06:51:18.909Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-31T06:51:18.909Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-31T06:51:18.909Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-31T06:51:18.909Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||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-12-31T06:51:18.910Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||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-12-31T06:51:18.910Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||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-12-31T06:51:18.910Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||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-12-31T06:51:18.910Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||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-12-31T06:51:18.910Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||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-12-31T06:51:18.910Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||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-12-31T06:51:18.911Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||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-12-31T06:51:18.911Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-31T06:51:18.911Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:51:18.912Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:51:18.912Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-31T06:51:18.913Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-31T06:51:18.913Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-31T06:51:18.914Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:51:18.914Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:51:18.915Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-31T06:51:18.916Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-31T06:51:18.916Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-31T06:51:18.916Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:51:18.917Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:51:18.917Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:51:18.917Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:51:18.918Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:51:18.919Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:51:18.919Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:51:18.919Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:51:18.920Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:51:18.920Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:51:18.921Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:6da1ca0a-7b2f-464e-a672-40dbf3924d34
Model Version:NULL
Model InvariantUuid:7d6d8333-af27-4936-b4e4-e535e6acca42
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:af406964-b023-4383-83a0-d9fe1ed74f7f
Model UUID:a99ddca5-3ee8-4469-a695-a7e8b3b16db0
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:1767aa45-d150-4c30-ad90-717a8cd24d98
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-12-31T06:51:18.962Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 1bb92f2e-c71f-4abf-a532-6bdeb723e931
2022-12-31T06:51:18.963Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||No resources found for Service: 6da1ca0a-7b2f-464e-a672-40dbf3924d34
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-12-31T06:51:18.975Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||
2022-12-31T06:51:18.976Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-12-31T06:51:18.978Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 6da1ca0a-7b2f-464e-a672-40dbf3924d34
2022-12-31T06:51:18.978Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 6da1ca0a-7b2f-464e-a672-40dbf3924d34
2022-12-31T06:51:18.978Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-12-31T06:51:18.979Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||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-12-31T06:51:19.001Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f5c92d, org.onap.sdc.toscaparser.api.parameters.Input@1a1f0c7f, org.onap.sdc.toscaparser.api.parameters.Input@2ad1775b, org.onap.sdc.toscaparser.api.parameters.Input@50058e04, org.onap.sdc.toscaparser.api.parameters.Input@79108988]
2022-12-31T06:51:19.005Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:51:19.006Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:51:19.006Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:51:19.007Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:51:19.007Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 6da1ca0a-7b2f-464e-a672-40dbf3924d34: Generic NeutronNet
2022-12-31T06:51:19.007Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:51:19.008Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:51:19.008Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:51:19.008Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||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-12-31T06:51:19.090Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:51:19.090Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:51:19.091Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:51:19.091Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:51:19.091Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:51:19.092Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:51:19.092Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||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-12-31T06:51:19.176Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-12-31T06:51:19.177Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-31T06:51:19.177Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-31T06:51:19.178Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T06:51:19.178Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:51:19.181Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:51:19.181Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672469479177,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-31T06:51:19.281Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:51:19.283Z||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-12-31T06:51:19.283Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:51:19.303Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:51:19.304Z||pool-38-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:51:20.182Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a82188e-b38a-45a2-8801-faabaeb5bead
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-12-31T06:51:20.216Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a82188e-b38a-45a2-8801-faabaeb5bead
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-12-31T06:51:20.221Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-31T06:51:20.221Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-31T06:51:20.221Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-31T06:51:20.222Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-31T06:51:20.222Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-31T06:51:20.222Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-31T06:51:20.223Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-31T06:51:20.223Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-31T06:51:20.224Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||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-12-31T06:51:20.232Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-31T06:51:50.232Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7a82188e-b38a-45a2-8801-faabaeb5bead 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-12-31T06:51:50.242Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7a82188e-b38a-45a2-8801-faabaeb5bead and serviceModelVersionId: 6da1ca0a-7b2f-464e-a672-40dbf3924d34
2022-12-31T06:51:50.242Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7d6d8333-af27-4936-b4e4-e535e6acca42
2022-12-31T06:51:50.244Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7d6d8333-af27-4936-b4e4-e535e6acca42/model-vers/model-ver/6da1ca0a-7b2f-464e-a672-40dbf3924d34?depth=0
2022-12-31T06:51:50.251Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-31T06:51:50.336Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d6d8333-af27-4936-b4e4-e535e6acca42/model-vers/model-ver/6da1ca0a-7b2f-464e-a672-40dbf3924d34?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-12-31T06:51:50.339Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d6d8333-af27-4936-b4e4-e535e6acca42/model-vers/model-ver/6da1ca0a-7b2f-464e-a672-40dbf3924d34?depth=0|INFO|500||Invoke
2022-12-31T06:51:50.370Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d6d8333-af27-4936-b4e4-e535e6acca42/model-vers/model-ver/6da1ca0a-7b2f-464e-a672-40dbf3924d34?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-31T06:51:50.467Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d6d8333-af27-4936-b4e4-e535e6acca42/model-vers/model-ver/6da1ca0a-7b2f-464e-a672-40dbf3924d34?depth=0|INFO|500||InvokeReturn
2022-12-31T06:51:50.467Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d6d8333-af27-4936-b4e4-e535e6acca42/model-vers/model-ver/6da1ca0a-7b2f-464e-a672-40dbf3924d34?depth=0 has http status code:200 and response headers:{date=[Sat, 31 Dec 2022 06:51:49 GMT], content-length=[0], vertex-id=[176264], x-aai-txid=[2-aai-resources-221231-06:51:49:857-77389], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-31T06:51:50.468Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-12-31T06:51:50.469Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-31T06:51:50.469Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||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-12-31T06:51:50.475Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||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-12-31T06:51:50.476Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7a82188e-b38a-45a2-8801-faabaeb5bead and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-31T06:51:50.476Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-31T06:51:50.477Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:51:50.479Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:51:50.479Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672469510476,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-31T06:51:50.579Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:51:50.581Z||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-12-31T06:51:50.581Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:51:50.612Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:51:50.614Z||pool-39-thread-1|||||INFO|500||cambria reply ok (34 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-12-31T06:51:51.494Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-31T06:51:51.495Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"2f961dfe-dc7e-48f3-b954-62712dcc8d04","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2b00503a-edc1-4a28-ab22-de5d5ad98c39","serviceDescription":"service","serviceInvariantUUID":"7bd44774-3c6d-485f-80bb-ac48c33f6e55","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ce1857af-d9dd-4adc-85e9-69e07601a91e","resourceInvariantUUID":"6fb12821-ddda-4232-9d1c-54ef15ba7153","resourceCustomizationUUID":"eddf29f8-9169-4adc-a3ec-fcbc7505d01a","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":"NWIxNzQzYWQ3OGY1NzEyYmI2OGRjZWNlOTA2MzI4NDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92641d32-3bfb-4735-9b34-a04dca824e94","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":"MzlkMWUwOTQ2MTdkYTBkOWM2OGFiNmZiM2M2ODVkNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d0b0e546-c0df-441a-957b-5c8ceb25bf27","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":"dfd64039-5d55-4206-8b7e-adebd3f1a9ee","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":"efd0108d-bee1-4cff-8a26-31ab9b34964f","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":"92b0f96a-b12e-469d-b270-fbf4deae9de5","artifactVersion":"2","generatedFromUUID":"dfd64039-5d55-4206-8b7e-adebd3f1a9ee"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OWFmOWE5M2NhNzM4ZjI0YjY0ZmEyN2I0NDJlNTA0MWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b134adf7-9371-47a6-b87d-091315bd87ed","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZTI4ZjMxODUyMzE2NDQ3ZmU5NzQ5MmUyMzI2OGMyYTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"052d5596-b4a2-4a16-8ec4-3d9a5d310b55","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-31T06:51:51.495Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:51:51.495Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:51:51.498Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:51:51.498Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672469473872,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:51.598Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:51:51.599Z||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-12-31T06:51:51.599Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:51:51.610Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:51:51.611Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:51:52.498Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:51:52.499Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:51:52.502Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:51:52.502Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672469473872,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-12-31T06:51:52.610Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-12-31T06:51:52.611Z||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-12-31T06:51:52.611Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:51:52.653Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:51:52.654Z||pool-41-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:51:53.503Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:51:53.504Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:51:53.506Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:51:53.506Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672469473872,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-12-31T06:51:53.607Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:51:53.608Z||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-12-31T06:51:53.608Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:51:53.640Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:51:53.641Z||pool-42-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:51:54.507Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:51:54.508Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:51:54.511Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:51:54.513Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672469473872,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:54.611Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-31T06:51:54.612Z||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-12-31T06:51:54.612Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:51:54.633Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:51:54.634Z||pool-43-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:51:55.514Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:51:55.515Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:51:55.517Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:51:55.517Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672469473872,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-12-31T06:51:55.617Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:51:55.630Z||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-12-31T06:51:55.631Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:51:55.655Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:51:55.655Z||pool-44-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:51:56.518Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:51:56.519Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:51:56.522Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:51:56.523Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672469473872,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-31T06:51:56.623Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:51:56.624Z||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-12-31T06:51:56.624Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:51:56.638Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:51:56.639Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:51:57.523Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:51:57.524Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:51:57.527Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:51:57.527Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672469473872,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-31T06:51:57.628Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-31T06:51:57.630Z||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-12-31T06:51:57.630Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:51:57.650Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:51:57.651Z||pool-46-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:51:58.528Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "2b00503a-edc1-4a28-ab22-de5d5ad98c39",
"serviceDescription": "service",
"serviceInvariantUUID": "7bd44774-3c6d-485f-80bb-ac48c33f6e55",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "eddf29f8-9169-4adc-a3ec-fcbc7505d01a",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ce1857af-d9dd-4adc-85e9-69e07601a91e",
"resourceInvariantUUID": "6fb12821-ddda-4232-9d1c-54ef15ba7153",
"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": "MzlkMWUwOTQ2MTdkYTBkOWM2OGFiNmZiM2M2ODVkNWM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d0b0e546-c0df-441a-957b-5c8ceb25bf27",
"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": "dfd64039-5d55-4206-8b7e-adebd3f1a9ee",
"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": "92b0f96a-b12e-469d-b270-fbf4deae9de5",
"generatedFromUUID": "dfd64039-5d55-4206-8b7e-adebd3f1a9ee"
},
"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": "92b0f96a-b12e-469d-b270-fbf4deae9de5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "ZTI4ZjMxODUyMzE2NDQ3ZmU5NzQ5MmUyMzI2OGMyYTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "052d5596-b4a2-4a16-8ec4-3d9a5d310b55"
}
],
"workloadContext": "Production"
}
2022-12-31T06:51:58.528Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-31T06:51:58.529Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2b00503a-edc1-4a28-ab22-de5d5ad98c39 ASDC
2022-12-31T06:51:58.529Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:2f961dfe-dc7e-48f3-b954-62712dcc8d04
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:2b00503a-edc1-4a28-ab22-de5d5ad98c39
ServiceInvariantUUID:7bd44774-3c6d-485f-80bb-ac48c33f6e55
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:052d5596-b4a2-4a16-8ec4-3d9a5d310b55
ArtifactChecksum:ZTI4ZjMxODUyMzE2NDQ3ZmU5NzQ5MmUyMzI2OGMyYTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:eddf29f8-9169-4adc-a3ec-fcbc7505d01a
ResourceInvariantUUID:6fb12821-ddda-4232-9d1c-54ef15ba7153
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:ce1857af-d9dd-4adc-85e9-69e07601a91e
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:d0b0e546-c0df-441a-957b-5c8ceb25bf27
ArtifactChecksum:MzlkMWUwOTQ2MTdkYTBkOWM2OGFiNmZiM2M2ODVkNWM=
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:dfd64039-5d55-4206-8b7e-adebd3f1a9ee
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:92b0f96a-b12e-469d-b270-fbf4deae9de5
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:92b0f96a-b12e-469d-b270-fbf4deae9de5
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-31T06:51:58.529Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2b00503a-edc1-4a28-ab22-de5d5ad98c39 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-12-31T06:51:58.574Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-31T06:51:58.575Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-31T06:51:58.575Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-31T06:51:58.575Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 052d5596-b4a2-4a16-8ec4-3d9a5d310b55 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-31T06:51:58.575Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-31T06:51:58.576Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-31T06:51:58.643Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-31T06:51:58.655Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 052d5596-b4a2-4a16-8ec4-3d9a5d310b55 75195
2022-12-31T06:51:58.656Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-12-31T06:51:58.656Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-31T06:51:58.657Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T06:51:58.657Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:51:58.660Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:51:58.660Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672469518656,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-31T06:51:58.760Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:51:58.761Z||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-12-31T06:51:58.761Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:51:58.785Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-31T06:51:58.786Z||pool-47-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:51:59.661Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-31T06:51:59.663Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-31T06:51:59.663Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 052d5596-b4a2-4a16-8ec4-3d9a5d310b55, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-31T06:51:59.663Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-12-31T06:51:59.664Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-31T06:51:59.664Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-12-31T06:51:59.825Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8874423409211390382/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-12-31T06:52:01.532Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-31T06:52:01.533Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-31T06:52:01.533Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-31T06:52:01.533Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-31T06:52:01.533Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||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-12-31T06:52:01.533Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||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-12-31T06:52:01.533Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-31T06:52:01.534Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-31T06:52:01.534Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||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-12-31T06:52:01.534Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||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-12-31T06:52:01.534Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||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-12-31T06:52:01.534Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-31T06:52:01.535Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:52:01.535Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:52:01.535Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-31T06:52:01.535Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-31T06:52:01.536Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-31T06:52:01.536Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:52:01.536Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:52:01.536Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-31T06:52:01.537Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-31T06:52:01.537Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-31T06:52:01.537Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:52:01.537Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:52:01.538Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:52:01.538Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-31T06:52:01.538Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-31T06:52:01.538Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-31T06:52:01.539Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-31T06:52:01.539Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-31T06:52:01.539Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-31T06:52:01.539Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:52:01.540Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-31T06:52:01.540Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:52:01.540Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-31T06:52:01.540Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:52:01.541Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:52:01.541Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-31T06:52:01.541Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:52:01.541Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-31T06:52:01.542Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-31T06:52:01.542Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:52:01.542Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery