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-11-02T05:24:19.599Z||main|||||INFO|500||The following profiles are active: basic
2022-11-02T05:24:31.454Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-02T05:24:31.455Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-02T05:24:31.590Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-02T05:24:36.459Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-02T05:24:36.999Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-02T05:24:37.513Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-02T05:24:37.521Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-02T05:24:37.706Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-02T05:24:38.081Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-02T05:24:38.655Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-02T05:24:41.219Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-02T05:24:43.863Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-02T05:24:43.922Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-02T05:24:44.553Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-02T05:24:44.929Z||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-11-02T05:24:46.302Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-02T05:24:47.508Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-02T05:24:47.528Z||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$$db920399.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-11-02T05:24:47.529Z||main|||||WARN|500||The sdc end point is not alive
2022-11-02T05:24:50.725Z||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-11-02T05:24:53.972Z||main|||||WARN|500||---
2022-11-02T05:24:53.974Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-02T05:24:53.974Z||main|||||WARN|500||---
2022-11-02T05:24:54.526Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-02T05:25:00.007Z||main|||||INFO|500||Started Application in 44.412 seconds (JVM running for 47.156)
2022-11-02T05:25:00.026Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-02T05:25:00.030Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-02T05:25:00.042Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-02T05:25:00.066Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-02T05:25:00.114Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4f47d58e-5af6-4f61-b9f6-3aba4a67f89a url= /sdc/v1/artifactTypes
2022-11-02T05:25:00.115Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-02T05:25:00.431Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-02T05:25:00.462Z||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-11-02T05:25:00.484Z||scheduling-1|||||DEBUG|500||create keys
2022-11-02T05:25:00.494Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-02T05:25:00.562Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:25:00.583Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6d4623a5-30e2-476e-8112-add8a6e04b6d url= /sdc/v1/registerForDistribution
2022-11-02T05:25:00.707Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6d4623a5-30e2-476e-8112-add8a6e04b6d url= /sdc/v1/registerForDistribution
2022-11-02T05:25:00.707Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-02T05:25:00.716Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:25:00.717Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:25:00.724Z||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-11-02T05:25:00.725Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:25:00.724Z||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-11-02T05:25:00.725Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:25:00.729Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-02T05:25:11.083Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:25:11.095Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:26:00.714Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:26:00.716Z||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-11-02T05:26:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:26:00.717Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:26:00.718Z||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-11-02T05:26:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:26:10.280Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:26:10.280Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:27:00.714Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:27:00.716Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:27:00.717Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:27:00.717Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as V5bESGozshoyR2iH) ...
2022-11-02T05:27:00.718Z||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-11-02T05:27:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:27:10.276Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:27:10.278Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:28:00.715Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:28:00.716Z||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-11-02T05:28:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:28:00.717Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:28:00.722Z||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-11-02T05:28:00.722Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:28:10.298Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:28:10.298Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:29:00.715Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:29:00.717Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:29:00.718Z||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-11-02T05:29:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:29:00.718Z||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-11-02T05:29:00.721Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:29:10.298Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:29:10.301Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:30:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:30:00.715Z||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-11-02T05:30:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:30:00.717Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:30:00.717Z||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-11-02T05:30:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:30:10.266Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:30:10.266Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:31:00.715Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:31:00.716Z||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-11-02T05:31:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:31:00.717Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:31:00.718Z||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-11-02T05:31:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:31:10.279Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:31:10.282Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:32:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:32:00.716Z||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-11-02T05:32:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:32:00.717Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:32:00.719Z||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-11-02T05:32:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:32:10.275Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:32:10.303Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:33:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:33:00.716Z||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-11-02T05:33:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:33:00.717Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:33:00.718Z||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-11-02T05:33:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:33:10.264Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:33:10.272Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:34:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:34:00.717Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:34:00.717Z||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-11-02T05:34:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:34:00.718Z||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-11-02T05:34:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:34:10.284Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:34:10.292Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:35:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:35:00.715Z||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-11-02T05:35:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:35:00.717Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:35:00.718Z||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-11-02T05:35:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:35:02.544Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-02T05:35:10.269Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:35:10.272Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:36:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:36:00.715Z||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-11-02T05:36:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:36:00.717Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:36:00.718Z||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-11-02T05:36:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:36:10.277Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:36:10.277Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:37:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:37:00.715Z||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-11-02T05:37:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:37:00.717Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:37:00.720Z||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-11-02T05:37:00.720Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:37:10.270Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:37:10.273Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:38:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:38:00.715Z||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-11-02T05:38:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:38:00.717Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:38:00.717Z||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-11-02T05:38:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:38:10.282Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:38:10.285Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:39:00.717Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:39:00.716Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:39:00.721Z||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-11-02T05:39:00.721Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:39:00.724Z||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-11-02T05:39:00.724Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:39:10.288Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:39:10.303Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:40:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:40:00.716Z||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-11-02T05:40:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:40:00.717Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:40:00.717Z||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-11-02T05:40:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:40:10.273Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:40:10.273Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:41:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:41:00.715Z||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-11-02T05:41:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:41:00.717Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:41:00.717Z||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-11-02T05:41:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:41:10.267Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:41:10.267Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:42:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:42:00.716Z||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-11-02T05:42:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:42:00.717Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:42:00.718Z||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-11-02T05:42:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:42:10.270Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:42:10.270Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:43:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:43:00.717Z||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-11-02T05:43:00.717Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:43:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:43:00.718Z||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-11-02T05:43:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:43:10.262Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:43:10.267Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:44:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:44:00.716Z||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-11-02T05:44:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:44:00.717Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:44:00.717Z||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-11-02T05:44:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:44:10.285Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:44:10.296Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:45:00.715Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:45:00.717Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:45:00.719Z||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-11-02T05:45:00.719Z||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-11-02T05:45:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:45:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:45:10.271Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:45:10.281Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:46:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:46:00.716Z||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-11-02T05:46:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:46:00.717Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:46:00.718Z||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-11-02T05:46:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:46:10.315Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:46:10.321Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:47:00.714Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:47:00.716Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:47:00.716Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as V5bESGozshoyR2iH) ...
2022-11-02T05:47:00.717Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:47:00.718Z||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-11-02T05:47:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:47:10.294Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:47:10.298Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:48:00.714Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:48:00.715Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:48:00.715Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as V5bESGozshoyR2iH) ...
2022-11-02T05:48:00.717Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:48:00.717Z||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-11-02T05:48:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:48:10.281Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:48:10.281Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:49:00.714Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:49:00.715Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:49:00.716Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as V5bESGozshoyR2iH) ...
2022-11-02T05:49:00.717Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:49:00.718Z||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-11-02T05:49:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:49:10.291Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:49:10.292Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:50:00.714Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:50:00.716Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:50:00.716Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as V5bESGozshoyR2iH) ...
2022-11-02T05:50:00.717Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:50:00.718Z||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-11-02T05:50:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:50:10.268Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:50:10.268Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:51:00.714Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:51:00.717Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:51:00.717Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:51:00.717Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as V5bESGozshoyR2iH) ...
2022-11-02T05:51:00.718Z||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-11-02T05:51:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:51:10.301Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:51:10.305Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:52:00.714Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:52:00.715Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:52:00.715Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as V5bESGozshoyR2iH) ...
2022-11-02T05:52:00.717Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:52:00.718Z||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-11-02T05:52:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:52:10.271Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:52:10.327Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:53:00.714Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:53:00.715Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:53:00.716Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as V5bESGozshoyR2iH) ...
2022-11-02T05:53:00.717Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:53:00.718Z||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-11-02T05:53:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:53:10.271Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:53:10.271Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:54:00.714Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:54:00.715Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:54:00.715Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as V5bESGozshoyR2iH) ...
2022-11-02T05:54:00.717Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:54:00.717Z||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-11-02T05:54:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:54:10.264Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:54:10.265Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:55:00.714Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:55:00.715Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:55:00.715Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as V5bESGozshoyR2iH) ...
2022-11-02T05:55:00.717Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:55:00.718Z||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-11-02T05:55:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:55:10.277Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:55:10.277Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:56:00.714Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:56:00.715Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:56:00.715Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as V5bESGozshoyR2iH) ...
2022-11-02T05:56:00.717Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:56:00.717Z||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-11-02T05:56:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:56:10.268Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:56:10.269Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:57:00.714Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:57:00.715Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:57:00.715Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as V5bESGozshoyR2iH) ...
2022-11-02T05:57:00.717Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:57:00.717Z||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-11-02T05:57:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:57:10.273Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:57:10.273Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:58:00.715Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:58:00.717Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:58:00.718Z||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-11-02T05:58:00.718Z||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-11-02T05:58:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:58:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:58:10.275Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:58:10.275Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:59:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:59:00.715Z||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-11-02T05:59:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:59:00.717Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:59:00.718Z||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-11-02T05:59:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:59:10.265Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T05:59:10.272Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:00:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:00:00.715Z||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-11-02T06:00:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:00:00.717Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:00:00.717Z||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-11-02T06:00:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:00:10.286Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:00:10.286Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:01:00.714Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:01:00.715Z||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-11-02T06:01:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:01:00.717Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:01:00.718Z||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-11-02T06:01:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:01:10.289Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:01:10.290Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:02:00.714Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:02:00.715Z||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-11-02T06:02:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:02:00.717Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:02:00.717Z||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-11-02T06:02:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:02:10.271Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:02:10.280Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:03:00.714Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:03:00.715Z||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-11-02T06:03:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:03:00.717Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:03:00.718Z||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-11-02T06:03:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:03:10.304Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:03:10.304Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:04:00.714Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:04:00.717Z||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-11-02T06:04:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:04:00.717Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:04:00.718Z||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-11-02T06:04:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:04:10.299Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:04:10.336Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:05:00.715Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:05:00.717Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:05:00.721Z||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-11-02T06:05:00.721Z||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-11-02T06:05:00.722Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:05:00.722Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:05:10.307Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:05:10.307Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:06:00.714Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:06:00.715Z||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-11-02T06:06:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:06:00.717Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:06:00.718Z||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-11-02T06:06:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:06:10.283Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:06:10.283Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:07:00.714Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:07:00.715Z||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-11-02T06:07:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:07:00.717Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:07:00.718Z||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-11-02T06:07:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:07:10.263Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:07:10.265Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:08:00.714Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:08:00.715Z||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-11-02T06:08:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:08:00.717Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:08:00.719Z||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-11-02T06:08:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:08:10.276Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:08:10.302Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:09:00.714Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:09:00.715Z||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-11-02T06:09:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:09:00.717Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:09:00.718Z||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-11-02T06:09:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:09:00.956Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:09:00.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:00.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667369286584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:00.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:00.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:00.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "cds",
"timestamp": 1667369286998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:00.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:00.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:00.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "aai-ml",
"timestamp": 1667369292527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:00.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:00.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:00.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "cds",
"timestamp": 1667369286998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:00.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:00.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:00.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667369286584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json",
"status": "NOTIFIED"
}
2022-11-02T06:09:00.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:00.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:00.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "aai-ml",
"timestamp": 1667369292527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:00.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:00.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:00.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1667369297424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:00.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:00.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:00.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "cds",
"timestamp": 1667369286998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:00.999Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:00.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667369286584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-02T06:09:01.000Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "aai-ml",
"timestamp": 1667369292527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.001Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667369297825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.002Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1667369297424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.002Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "cds",
"timestamp": 1667369286998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.003Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.004Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667369286584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.004Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.004Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.004Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "aai-ml",
"timestamp": 1667369292527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.005Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.005Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.005Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667369297825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.006Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1667369297424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.007Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "cds",
"timestamp": 1667369286998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667369286584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-02T06:09:01.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "aai-ml",
"timestamp": 1667369292527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667369297825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.010Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1667369297424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.011Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "cds",
"timestamp": 1667369286998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.012Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667369286584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.013Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "aai-ml",
"timestamp": 1667369292527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667369297825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1667369297424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "cds",
"timestamp": 1667369286998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T06:09:01.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667369286584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T06:09:01.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "aai-ml",
"timestamp": 1667369292527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T06:09:01.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667369297825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1667369297424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.019Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667369303102,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:09:01.020Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:09:01.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "cds",
"timestamp": 1667369303129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:09:01.021Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:09:01.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "aai-ml",
"timestamp": 1667369304087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:09:01.022Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:09:01.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667369297825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1667369297424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.024Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "cds",
"timestamp": 1667369304144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-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-11-02T06:09:01.238Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7d535135-c8ac-4191-b799-d302d79de6a9
2022-11-02T06:09:01.262Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d535135-c8ac-4191-b799-d302d79de6a9 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-11-02T06:09:01.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667369304184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:09:01.287Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:09:01.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667369297825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T06:09:01.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667369305247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:09:01.288Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:09:01.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667369305677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:09:01.289Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:09:01.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667369306336,
"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-11-02T06:09:01.305Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d535135-c8ac-4191-b799-d302d79de6a9
2022-11-02T06:09:01.305Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d535135-c8ac-4191-b799-d302d79de6a9 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-11-02T06:09:01.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667369307341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json",
"status": "DEPLOY_OK"
}
2022-11-02T06:09:01.314Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:09:01.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667369311629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T06:09:01.314Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:09:01.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667369312635,
"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-11-02T06:09:01.319Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7d535135-c8ac-4191-b799-d302d79de6a9
2022-11-02T06:09:01.319Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d535135-c8ac-4191-b799-d302d79de6a9 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-11-02T06:09:01.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "aai-ml",
"timestamp": 1667369319871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T06:09:01.333Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:09:01.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "aai-ml",
"timestamp": 1667369320878,
"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-11-02T06:09:01.340Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7d535135-c8ac-4191-b799-d302d79de6a9
2022-11-02T06:09:01.340Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d535135-c8ac-4191-b799-d302d79de6a9 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-11-02T06:09:01.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "cds",
"timestamp": 1667369331998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667369326584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667369327824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667369326584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json",
"status": "NOTIFIED"
}
2022-11-02T06:09:01.352Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:09:01.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667369327824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "cds",
"timestamp": 1667369331998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7d535135-c8ac-4191-b799-d302d79de6a9","serviceName":"vFW 2022-11-02 06-07-20","serviceVersion":"1.0","serviceUUID":"ba0ab936-62fa-4352-bb80-357b022c7328","serviceDescription":"catalog service description","serviceInvariantUUID":"13860357-985d-4ff0-8766-67d5078070c5","resources":[{"resourceInstanceName":"vFW c488e4e7-1244 0","resourceName":"vFW c488e4e7-1244","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2f5fbb0f-389a-4a06-b2e1-1aa2bae66436","resourceInvariantUUID":"468ecc81-027d-43d4-bb84-7acf2d56c1b2","resourceCustomizationUUID":"58fff626-e8a2-4037-a5c7-2d2f1a6236d1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vf-license-model.xml","artifactChecksum":"YTA4M2VjZjliMzA2NGYyZmRkYjdhMTk1ODU5ZTUzY2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"db458924-e99e-48d6-bdfd-0aa56cd23221","artifactVersion":"1"},{"artifactName":"vfwc488e4e712440_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json","artifactChecksum":"NjA0M2ExZTYzY2RmNzU2NDQ3MzY4ODkwMGEwMTNkNDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"afa4200d-e6e2-4f97-afeb-16216c94dd0c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0fe06b42-0efb-4099-97db-8660e742cb44","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vendor-license-model.xml","artifactChecksum":"MzQxZGI2NzcyYTI4YTgyMzIxNzM1NTgzMzE5MTU4Njk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"33a9ac42-87ff-4728-bf94-5d59a165899b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"90a223cc-e1b2-43dd-8087-59dd9d71f7d7","artifactVersion":"2","generatedFromUUID":"0fe06b42-0efb-4099-97db-8660e742cb44"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221102060720-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-template.yml","artifactChecksum":"NjQ2NjA2NGQ3ZTI3M2FjYzM4YTY4ZGY2YmEyZDBhMzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab95ec2-592c-4275-a8b1-72f9f806866c","artifactVersion":"1"},{"artifactName":"service-Vfw20221102060720-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar","artifactChecksum":"MmQyMzE0YmNkN2ZhMWI1N2VjZTUzMzlmNTA3NjM3MTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"47d2c3b0-2c9f-485e-a7ab-1d46871ef15b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-02T06:09:01.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "ves-openapi-manager",
"timestamp": 1667369337424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667369326584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-02T06:09:01.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "cds",
"timestamp": 1667369331998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667369327824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.360Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "ves-openapi-manager",
"timestamp": 1667369337424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:09:01.367Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:09:01.373Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:09:01.386Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:09:01.386Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369340714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.486Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-11-02T06:09:01.492Z||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-11-02T06:09:01.492Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:09:01.505Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:09:01.507Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:09:02.395Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:09:02.395Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:09:02.398Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:09:02.399Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369340714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json",
"status": "NOTIFIED"
}
2022-11-02T06:09:02.499Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:09:02.500Z||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-11-02T06:09:02.501Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:09:02.512Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:09:02.513Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:09:03.400Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:09:03.401Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:09:03.403Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:09:03.403Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369340714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-02T06:09:03.503Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:09:03.505Z||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-11-02T06:09:03.505Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:09:03.517Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:09:03.518Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:09:04.404Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:09:04.405Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:09:04.407Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:09:04.407Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369340714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:04.507Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:09:04.508Z||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-11-02T06:09:04.509Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:09:04.522Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:09:04.523Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:09:05.408Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:09:05.409Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:09:05.412Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:09:05.412Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369340714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-02T06:09:05.512Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:09:05.513Z||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-11-02T06:09:05.513Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:09:05.525Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:09:05.526Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:09:06.412Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:09:06.413Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:09:06.416Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:09:06.416Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369340714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:09:06.516Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:09:06.517Z||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-11-02T06:09:06.517Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:09:06.531Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:09:06.531Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:09:07.416Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:09:07.418Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:09:07.421Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:09:07.421Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369340714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T06:09:07.521Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:09:07.522Z||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-11-02T06:09:07.523Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:09:07.536Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:09:07.537Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:09:08.423Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"serviceName": "vFW 2022-11-02 06-07-20",
"serviceVersion": "1.0",
"serviceUUID": "ba0ab936-62fa-4352-bb80-357b022c7328",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "13860357-985d-4ff0-8766-67d5078070c5",
"resources": [
{
"resourceInstanceName": "vFW c488e4e7-1244 0",
"resourceCustomizationUUID": "58fff626-e8a2-4037-a5c7-2d2f1a6236d1",
"resourceName": "vFW c488e4e7-1244",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2f5fbb0f-389a-4a06-b2e1-1aa2bae66436",
"resourceInvariantUUID": "468ecc81-027d-43d4-bb84-7acf2d56c1b2",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwc488e4e712440_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json",
"artifactChecksum": "NjA0M2ExZTYzY2RmNzU2NDQ3MzY4ODkwMGEwMTNkNDQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "afa4200d-e6e2-4f97-afeb-16216c94dd0c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0fe06b42-0efb-4099-97db-8660e742cb44",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "90a223cc-e1b2-43dd-8087-59dd9d71f7d7",
"generatedFromUUID": "0fe06b42-0efb-4099-97db-8660e742cb44"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "90a223cc-e1b2-43dd-8087-59dd9d71f7d7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221102060720-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
"artifactChecksum": "MmQyMzE0YmNkN2ZhMWI1N2VjZTUzMzlmNTA3NjM3MTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "47d2c3b0-2c9f-485e-a7ab-1d46871ef15b"
}
],
"workloadContext": "Production"
}
2022-11-02T06:09:08.425Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-02T06:09:08.425Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ba0ab936-62fa-4352-bb80-357b022c7328 ASDC
2022-11-02T06:09:08.546Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:7d535135-c8ac-4191-b799-d302d79de6a9
ServiceName:vFW 2022-11-02 06-07-20
ServiceVersion:1.0
ServiceUUID:ba0ab936-62fa-4352-bb80-357b022c7328
ServiceInvariantUUID:13860357-985d-4ff0-8766-67d5078070c5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221102060720-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar
ArtifactUUID:47d2c3b0-2c9f-485e-a7ab-1d46871ef15b
ArtifactChecksum:MmQyMzE0YmNkN2ZhMWI1N2VjZTUzMzlmNTA3NjM3MTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c488e4e7-1244 0
ResourceCustomizationUUID:58fff626-e8a2-4037-a5c7-2d2f1a6236d1
ResourceInvariantUUID:468ecc81-027d-43d4-bb84-7acf2d56c1b2
ResourceName:vFW c488e4e7-1244
ResourceType:VF
ResourceUUID:2f5fbb0f-389a-4a06-b2e1-1aa2bae66436
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc488e4e712440_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json
ArtifactUUID:afa4200d-e6e2-4f97-afeb-16216c94dd0c
ArtifactChecksum:NjA0M2ExZTYzY2RmNzU2NDQ3MzY4ODkwMGEwMTNkNDQ=
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/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml
ArtifactUUID:0fe06b42-0efb-4099-97db-8660e742cb44
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/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env
ArtifactUUID:90a223cc-e1b2-43dd-8087-59dd9d71f7d7
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/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env
ArtifactUUID:90a223cc-e1b2-43dd-8087-59dd9d71f7d7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-02T06:09:08.546Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ba0ab936-62fa-4352-bb80-357b022c7328 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-11-02T06:09:08.602Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T06:09:08.603Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-02T06:09:08.604Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-02T06:09:08.605Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 47d2c3b0-2c9f-485e-a7ab-1d46871ef15b from URL: /sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:08.605Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-02T06:09:08.606Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:08.706Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-02T06:09:08.727Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar 47d2c3b0-2c9f-485e-a7ab-1d46871ef15b 100679
2022-11-02T06:09:08.729Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar ASDC sendASDCNotification
2022-11-02T06:09:08.730Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:08.732Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:09:08.733Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:09:08.735Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:09:08.735Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369348728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:09:08.835Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:09:08.836Z||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-11-02T06:09:08.837Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:09:08.855Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:09:08.855Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:09:09.736Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T06:09:09.737Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-02T06:09:09.738Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 47d2c3b0-2c9f-485e-a7ab-1d46871ef15b, URL: /sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar to file: /app/ASDC/1/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:09.739Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221102060720-csar.csar
2022-11-02T06:09:09.842Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:09.842Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:10.695Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12738555071964167844/Definitions/service-Vfw20221102060720-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_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
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
2022-11-02T06:09:13.430Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-02T06:09:13.436Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-02T06:09:13.436Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:13.437Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-02T06:09:13.437Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:13.437Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c488e4e7-1244 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-Vfw20221102060720-csar.csar
2022-11-02T06:09:13.437Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:13.437Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:13.437Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:13.438Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:13.438Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:13.438Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:13.438Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:13.438Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:13.438Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:13.439Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-02T06:09:13.445Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:13.446Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:09:13.451Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is matching search criteria
2022-11-02T06:09:13.451Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-02T06:09:13.453Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c488e4e7-1244 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T06:09:13.454Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:13.455Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:09:13.455Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is matching search criteria
2022-11-02T06:09:13.455Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-02T06:09:13.455Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c488e4e7-1244 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T06:09:13.456Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:13.456Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:09:13.459Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:13.459Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is not matching search criteria
2022-11-02T06:09:13.460Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-02T06:09:13.460Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-02T06:09:13.460Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-02T06:09:13.460Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-02T06:09:13.460Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T06:09:13.461Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-02T06:09:13.461Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-02T06:09:13.461Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-02T06:09:13.461Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-02T06:09:13.461Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-02T06:09:13.462Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-02T06:09:13.462Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-02T06:09:13.462Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-02T06:09:13.462Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-02T06:09:13.462Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T06:09:13.463Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-02T06:09:13.463Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:13.463Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-02T06:09:13.464Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:13.464Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is matching search criteria
2022-11-02T06:09:13.465Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c488e4e7-1244 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:09:13.465Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:13.465Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is matching search criteria
2022-11-02T06:09:13.465Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c488e4e7-1244 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:09:13.466Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:13.466Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is matching search criteria
2022-11-02T06:09:13.466Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c488e4e7-1244 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:09:13.466Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:13.467Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is not matching search criteria
2022-11-02T06:09:13.467Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-02T06:09:13.467Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-02T06:09:13.467Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-02T06:09:13.467Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-02T06:09:13.468Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-02T06:09:13.468Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-02T06:09:13.468Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-02T06:09:13.468Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-02T06:09:13.468Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-02T06:09:13.469Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-02T06:09:13.469Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T06:09:13.469Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d90cbfd8-7db0-4ce9-933b-f6ff7bba5b83
2022-11-02T06:09:13.469Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:13.469Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is not matching search criteria
2022-11-02T06:09:13.470Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-02T06:09:13.470Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-02T06:09:13.470Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-02T06:09:13.470Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-02T06:09:13.470Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T06:09:13.470Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-02T06:09:13.471Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-02T06:09:13.471Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-02T06:09:13.471Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-02T06:09:13.471Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-02T06:09:13.471Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-02T06:09:13.472Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T06:09:13.472Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8c60fb6a-ef7d-4548-9060-ddef7540e955
2022-11-02T06:09:13.472Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:13.472Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is not matching search criteria
2022-11-02T06:09:13.472Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-02T06:09:13.473Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-02T06:09:13.473Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-02T06:09:13.473Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-02T06:09:13.473Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T06:09:13.473Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-02T06:09:13.474Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-02T06:09:13.474Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-02T06:09:13.474Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-02T06:09:13.474Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-02T06:09:13.474Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-02T06:09:13.475Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-02T06:09:13.475Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=23c249d1-eba7-4d08-81d9-7bbd36e86507
2022-11-02T06:09:13.475Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:13.475Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:09:13.475Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:13.476Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:09:13.476Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:13.476Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:09:13.476Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:13.476Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:09:13.477Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-02 06-07-20
Description:catalog service description
Model UUID:ba0ab936-62fa-4352-bb80-357b022c7328
Model Version:NULL
Model InvariantUuid:13860357-985d-4ff0-8766-67d5078070c5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW c488e4e7-1244
Model UUID:c70818cf-b30e-42a8-93ac-e5e56425190c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:468ecc81-027d-43d4-bb84-7acf2d56c1b2
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:58fff626-e8a2-4037-a5c7-2d2f1a6236d1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b3ae710c-05ba-4211-ae10-7eb98fd5b0d5
ModelName:VfwC488e4e71244..base_vfw..module-0
ModelUuid:808b3028-0587-4103-a1c7-33b0cac34fed
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d90cbfd8-7db0-4ce9-933b-f6ff7bba5b83
ModelInvariantUuid:159fa845-a044-4cce-bd53-4f39ed88f414
ModelName:vFW c488e4e7-1244-nodes.vfwCvfc
ModelUuid:511d2dfb-5d42-453e-9262-88d99945c351
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:d4289773-6c71-4bf7-8a08-f76555d83ec3
ModelInvariantUuid:809557c3-33c6-4b78-bcfc-02a043bb192e
ModelName:VfwC488e4e71244.compute.nodes.heat.vfw
ModelUuid:6f62a15f-517c-4bcd-b0db-3b6f4153e072
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8c60fb6a-ef7d-4548-9060-ddef7540e955
ModelInvariantUuid:3bcc2cb9-159c-44c7-8f74-b9000a13971b
ModelName:vFW c488e4e7-1244-nodes.vsnCvfc
ModelUuid:844a5ef5-2d2f-4db8-9851-3bf861d30205
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:c7fc6309-ec18-49f9-add0-927ef7332e17
ModelInvariantUuid:8957abb3-a864-41ad-b460-12b5063fdeac
ModelName:VfwC488e4e71244.compute.nodes.heat.vsn
ModelUuid:0a314eb9-76d4-4d4d-86f1-a967f6dd04b5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:23c249d1-eba7-4d08-81d9-7bbd36e86507
ModelInvariantUuid:c7c00caf-adec-441f-ab56-ae13a02cf265
ModelName:vFW c488e4e7-1244-nodes.vpgCvfc
ModelUuid:34be15c9-0c57-4c2a-be2d-e8dbc96c7e49
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:dafa493c-691f-4927-b73e-35f36ca56d6a
ModelInvariantUuid:e06439e7-8511-4335-9c83-1d7156680761
ModelName:VfwC488e4e71244.compute.nodes.heat.vpg
ModelUuid:37410f53-36ad-42bd-933f-e521e17c63e0
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-11-02T06:09:13.488Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 2f5fbb0f-389a-4a06-b2e1-1aa2bae66436
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-11-02T06:09:13.577Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||vFW c488e4e7-1244 0
2022-11-02T06:09:13.583Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2f5fbb0f-389a-4a06-b2e1-1aa2bae66436
2022-11-02T06:09:13.583Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: afa4200d-e6e2-4f97-afeb-16216c94dd0c from URL: /sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json
2022-11-02T06:09:13.583Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-02T06:09:13.584Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json
2022-11-02T06:09:13.678Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-02T06:09:13.679Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json afa4200d-e6e2-4f97-afeb-16216c94dd0c 785
2022-11-02T06:09:13.679Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json ASDC sendASDCNotification
2022-11-02T06:09:13.679Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json
2022-11-02T06:09:13.679Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:09:13.680Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:09:13.682Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:09:13.683Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369353679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:09:13.783Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:09:13.784Z||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-11-02T06:09:13.784Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:09:13.798Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:09:13.798Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:09:14.684Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC488e4e71244..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b3ae710c-05ba-4211-ae10-7eb98fd5b0d5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "808b3028-0587-4103-a1c7-33b0cac34fed",
"vfModuleModelCustomizationUUID": "a2b0fd68-ffee-41d8-8038-605d9cf241ef",
"isBase": true,
"artifacts": [
"0fe06b42-0efb-4099-97db-8660e742cb44",
"90a223cc-e1b2-43dd-8087-59dd9d71f7d7"
],
"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-11-02T06:09:14.699Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC488e4e71244..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:808b3028-0587-4103-a1c7-33b0cac34fed
VfModuleModelInvariantUUID:b3ae710c-05ba-4211-ae10-7eb98fd5b0d5
VfModuleModelDescription:NULL
Artifacts UUID List:{
0fe06b42-0efb-4099-97db-8660e742cb44
,
90a223cc-e1b2-43dd-8087-59dd9d71f7d7
}
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-11-02T06:09:14.703Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC488e4e71244..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b3ae710c-05ba-4211-ae10-7eb98fd5b0d5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "808b3028-0587-4103-a1c7-33b0cac34fed",
"vfModuleModelCustomizationUUID": "a2b0fd68-ffee-41d8-8038-605d9cf241ef",
"isBase": true,
"artifacts": [
"0fe06b42-0efb-4099-97db-8660e742cb44",
"90a223cc-e1b2-43dd-8087-59dd9d71f7d7"
],
"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-11-02T06:09:14.703Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC488e4e71244..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:808b3028-0587-4103-a1c7-33b0cac34fed
VfModuleModelInvariantUUID:b3ae710c-05ba-4211-ae10-7eb98fd5b0d5
VfModuleModelDescription:NULL
Artifacts UUID List:{
0fe06b42-0efb-4099-97db-8660e742cb44
,
90a223cc-e1b2-43dd-8087-59dd9d71f7d7
}
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-11-02T06:09:14.703Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0fe06b42-0efb-4099-97db-8660e742cb44 from URL: /sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml
2022-11-02T06:09:14.704Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-02T06:09:14.704Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml
2022-11-02T06:09:14.756Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-02T06:09:14.757Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml 0fe06b42-0efb-4099-97db-8660e742cb44 20368
2022-11-02T06:09:14.758Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-02T06:09:14.758Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml
2022-11-02T06:09:14.758Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:09:14.759Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:09:14.761Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:09:14.761Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369354758,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:09:14.861Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:09:14.863Z||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-11-02T06:09:14.863Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:09:14.879Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:09:14.880Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:09:15.762Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 90a223cc-e1b2-43dd-8087-59dd9d71f7d7 from URL: /sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env
2022-11-02T06:09:15.763Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-02T06:09:15.764Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env
2022-11-02T06:09:15.834Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-02T06:09:15.835Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env 90a223cc-e1b2-43dd-8087-59dd9d71f7d7 2098
2022-11-02T06:09:15.835Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-02T06:09:15.835Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env
2022-11-02T06:09:15.835Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:09:15.836Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:09:15.839Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:09:15.839Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369355835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:09:15.941Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-02T06:09:15.942Z||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-11-02T06:09:15.942Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:09:15.954Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:09:15.954Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:09:16.840Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: ba0ab936-62fa-4352-bb80-357b022c7328
2022-11-02T06:09:16.841Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c488e4e7-1244 0 2f5fbb0f-389a-4a06-b2e1-1aa2bae66436 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-11-02T06:09:16.879Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17f02d9d, org.onap.sdc.toscaparser.api.parameters.Input@72d6a032, org.onap.sdc.toscaparser.api.parameters.Input@4bfdc0fb, org.onap.sdc.toscaparser.api.parameters.Input@78f1182d, org.onap.sdc.toscaparser.api.parameters.Input@6efb5e6b]
2022-11-02T06:09:16.883Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:16.884Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:09:16.884Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-11-02T06:09:16.884Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 58fff626-e8a2-4037-a5c7-2d2f1a6236d1
2022-11-02T06:09:16.884Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 58fff626-e8a2-4037-a5c7-2d2f1a6236d1 matches Tosca VF Customization UUID: 58fff626-e8a2-4037-a5c7-2d2f1a6236d1
2022-11-02T06:09:16.884Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 58fff626-e8a2-4037-a5c7-2d2f1a6236d1 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-11-02T06:09:16.893Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:16.893Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:09:16.894Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 58fff626-e8a2-4037-a5c7-2d2f1a6236d1: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-02T06:09:16.895Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3b2d8710
2022-11-02T06:09:16.897Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:16.897Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-02T06:09:16.898Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a2b0fd68-ffee-41d8-8038-605d9cf241ef
2022-11-02T06:09:16.899Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a2b0fd68-ffee-41d8-8038-605d9cf241ef
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-11-02T06:09:16.905Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:16.906Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is matching search criteria
2022-11-02T06:09:16.906Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c488e4e7-1244 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:09:16.907Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:16.907Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is matching search criteria
2022-11-02T06:09:16.907Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c488e4e7-1244 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:09:16.907Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:16.908Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is not matching search criteria
2022-11-02T06:09:16.908Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-02T06:09:16.908Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-02T06:09:16.908Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-02T06:09:16.908Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-02T06:09:16.909Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-02T06:09:16.909Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-02T06:09:16.909Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-02T06:09:16.909Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-02T06:09:16.909Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-02T06:09:16.910Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-02T06:09:16.910Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T06:09:16.910Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d90cbfd8-7db0-4ce9-933b-f6ff7bba5b83
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-11-02T06:09:16.917Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:16.917Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is matching search criteria
2022-11-02T06:09:16.918Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c488e4e7-1244 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:09:16.918Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:16.918Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is not matching search criteria
2022-11-02T06:09:16.918Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-02T06:09:16.918Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-02T06:09:16.919Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-02T06:09:16.919Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-02T06:09:16.919Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T06:09:16.919Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-02T06:09:16.919Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-02T06:09:16.920Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-02T06:09:16.920Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-02T06:09:16.920Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-02T06:09:16.920Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-02T06:09:16.921Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T06:09:16.921Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8c60fb6a-ef7d-4548-9060-ddef7540e955
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-11-02T06:09:16.923Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:16.923Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is matching search criteria
2022-11-02T06:09:16.923Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c488e4e7-1244 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:09:16.925Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:16.926Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is not matching search criteria
2022-11-02T06:09:16.926Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-02T06:09:16.926Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-02T06:09:16.926Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-02T06:09:16.927Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-02T06:09:16.927Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T06:09:16.927Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-02T06:09:16.927Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-02T06:09:16.927Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-02T06:09:16.928Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-02T06:09:16.928Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-02T06:09:16.928Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-02T06:09:16.928Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-02T06:09:16.928Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=23c249d1-eba7-4d08-81d9-7bbd36e86507
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-11-02T06:09:16.930Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:16.930Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is matching search criteria
2022-11-02T06:09:16.930Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c488e4e7-1244 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:09:16.931Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:16.931Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is matching search criteria
2022-11-02T06:09:16.931Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c488e4e7-1244 0] matching following query criteria: sdcType=VF, customizationUUID=58fff626-e8a2-4037-a5c7-2d2f1a6236d1
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-11-02T06:09:16.933Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:16.933Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:09:16.934Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid ba0ab936-62fa-4352-bb80-357b022c7328: vFW c488e4e7-1244
2022-11-02T06:09:16.934Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:16.934Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:09:16.934Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:16.935Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:09:16.935Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:16.935Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:09:16.935Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:16.935Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:09:16.936Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:09:16.936Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:09:16.936Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-11-02 06-07-20
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-11-02T06:09:17.205Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c488e4e7-1244 2f5fbb0f-389a-4a06-b2e1-1aa2bae66436 1 ASDC deployResourceStructure
2022-11-02T06:09:17.205Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json ASDC sendASDCNotification
2022-11-02T06:09:17.205Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json
2022-11-02T06:09:17.206Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:09:17.206Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:09:17.212Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:09:17.212Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369357205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json",
"status": "DEPLOY_OK"
}
2022-11-02T06:09:17.308Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-02T06:09:17.309Z||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-11-02T06:09:17.309Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:09:17.322Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:09:17.322Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:09:18.212Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-02T06:09:18.213Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml
2022-11-02T06:09:18.213Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:09:18.214Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:09:18.216Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:09:18.216Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369358212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-02T06:09:18.316Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:09:18.318Z||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-11-02T06:09:18.318Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:09:18.334Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:09:18.334Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:09:19.217Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-02T06:09:19.218Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env
2022-11-02T06:09:19.218Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:09:19.218Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:09:19.220Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:09:19.221Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369359217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-02T06:09:19.321Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:09:19.323Z||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-11-02T06:09:19.323Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:09:19.336Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:09:19.337Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:09:20.222Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar ASDC sendASDCNotification
2022-11-02T06:09:20.222Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:20.222Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:09:20.222Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:09:20.225Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:09:20.225Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369360222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T06:09:20.325Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:09:20.327Z||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-11-02T06:09:20.327Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:09:20.339Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:09:20.340Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:09:21.226Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d535135-c8ac-4191-b799-d302d79de6a9
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-11-02T06:09:21.247Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d535135-c8ac-4191-b799-d302d79de6a9
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-11-02T06:09:21.251Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:09:21.251Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-02T06:09:21.251Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-02T06:09:21.252Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-02T06:09:21.252Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T06:09:21.252Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T06:09:21.252Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T06:09:21.253Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T06:09:21.253Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T06:09:21.253Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:09:21.259Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-02T06:09:51.260Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7d535135-c8ac-4191-b799-d302d79de6a9 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-11-02T06:09:51.270Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7d535135-c8ac-4191-b799-d302d79de6a9 and serviceModelVersionId: ba0ab936-62fa-4352-bb80-357b022c7328
2022-11-02T06:09:51.270Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13860357-985d-4ff0-8766-67d5078070c5
2022-11-02T06:10:00.717Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:10:00.718Z||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-11-02T06:10:00.723Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:10:00.749Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:10:00.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:10:00.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667369326584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:10:00.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:10:06.892Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13860357-985d-4ff0-8766-67d5078070c5/model-vers/model-ver/ba0ab936-62fa-4352-bb80-357b022c7328?depth=0
2022-11-02T06:10:07.014Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-11-02T06:10:07.547Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13860357-985d-4ff0-8766-67d5078070c5/model-vers/model-ver/ba0ab936-62fa-4352-bb80-357b022c7328?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-11-02T06:10:07.551Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13860357-985d-4ff0-8766-67d5078070c5/model-vers/model-ver/ba0ab936-62fa-4352-bb80-357b022c7328?depth=0|INFO|500||Invoke
2022-11-02T06:10:07.671Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13860357-985d-4ff0-8766-67d5078070c5/model-vers/model-ver/ba0ab936-62fa-4352-bb80-357b022c7328?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-02T06:10:07.910Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13860357-985d-4ff0-8766-67d5078070c5/model-vers/model-ver/ba0ab936-62fa-4352-bb80-357b022c7328?depth=0|INFO|500||InvokeReturn
2022-11-02T06:10:07.911Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13860357-985d-4ff0-8766-67d5078070c5/model-vers/model-ver/ba0ab936-62fa-4352-bb80-357b022c7328?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221102-06:10:07:064-23544], vertex-id=[209032], Content-Length=[0], Date=[Wed, 02 Nov 2022 06:10:07 GMT], Content-Type=[application/json]}
2022-11-02T06:10:07.912Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-11-02T06:10:07.915Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-02T06:10:07.915Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T06:10:07.921Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-02T06:10:07.922Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7d535135-c8ac-4191-b799-d302d79de6a9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-02T06:10:07.923Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-02T06:10:07.923Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:07.925Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:07.925Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369407922,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T06:10:08.025Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:10:08.027Z||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-11-02T06:10:08.027Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:08.041Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:10:08.041Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 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-11-02T06:10:08.938Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-02T06:10:08.938Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"4ebef748-c4cf-49e1-acb6-d845c9ffb432","serviceName":"basic_onboard_lseEVx","serviceVersion":"1.0","serviceUUID":"951edba6-b7b6-45ec-950c-769a6be8dc31","serviceDescription":"service","serviceInvariantUUID":"ebe0dc80-3942-47d5-86aa-12018904fb25","resources":[{"resourceInstanceName":"basic_onboard_lseEVx 0","resourceName":"basic_onboard_lseEVx","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ddc9f828-2ab9-4c2a-bd5a-484460eab6ea","resourceInvariantUUID":"ead1dcd5-97b8-4ef6-889b-26435ab0d5a2","resourceCustomizationUUID":"567f738e-b1b7-4396-9ba7-0be9f0627793","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vf-license-model.xml","artifactChecksum":"OTA0YWRlYjVlNzJiMzFiODkxMzhhNWRmZjM4NDVhMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4fd5e56-d8c2-45ed-8acc-d635afa8d203","artifactVersion":"1"},{"artifactName":"basic_onboard_lseevx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json","artifactChecksum":"NTk2MTRkYzI0YzU0NjA1NDc3NWUwZDBiNjlhNGE0NGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4478fe70-f4c9-4b4f-8b2e-b08c6facf5ee","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9fd273d3-ec72-4ecf-82a1-c14a012773fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"08daa499-a516-4210-8c7b-e582289b1d4f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53ee7383-431f-452a-809d-7bf2b7090c22","artifactVersion":"2","generatedFromUUID":"9fd273d3-ec72-4ecf-82a1-c14a012773fa"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLseevx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-template.yml","artifactChecksum":"ZmZhMDU0MDEyMzFjYTA4MTYyMjRkNzVmZjQwMGZjMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8025ff72-ab2e-4422-8677-98b70d9609bf","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLseevx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar","artifactChecksum":"ZmE2MTI5YTgxZDA0M2U0ZjViODgxYzliZWUwNzJhNzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55447993-20d7-4b06-a5c1-8afdfeee4e03","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-02T06:10:08.939Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:10:08.939Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:08.941Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:08.941Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369340714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:10:09.042Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:10:09.044Z||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-11-02T06:10:09.045Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:09.061Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:10:09.062Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:10:09.942Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:10:09.943Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:09.945Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:09.945Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369340714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json",
"status": "NOTIFIED"
}
2022-11-02T06:10:10.045Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:10:10.046Z||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-11-02T06:10:10.046Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:10.058Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:10:10.058Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:10:10.946Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:10:10.947Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:10.949Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:10.949Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369340714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-02T06:10:11.049Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:10:11.051Z||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-11-02T06:10:11.051Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:11.067Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:10:11.067Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:10:11.950Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:10:11.951Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:11.954Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:11.954Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369340714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:10:12.055Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-02T06:10:12.056Z||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-11-02T06:10:12.056Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:12.069Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:10:12.069Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:10:12.955Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:10:12.956Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:12.958Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:12.959Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369340714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-02T06:10:13.059Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:10:13.060Z||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-11-02T06:10:13.060Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:13.073Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:10:13.074Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:10:13.959Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:10:13.960Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:13.962Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:13.962Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369340714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:10:14.063Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-02T06:10:14.063Z||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-11-02T06:10:14.064Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:14.088Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:10:14.088Z||pool-24-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:10:14.963Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:10:14.964Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:14.966Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:14.966Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369340714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T06:10:15.066Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:10:15.068Z||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-11-02T06:10:15.068Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:15.080Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:10:15.081Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:10:15.968Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"serviceName": "basic_onboard_lseEVx",
"serviceVersion": "1.0",
"serviceUUID": "951edba6-b7b6-45ec-950c-769a6be8dc31",
"serviceDescription": "service",
"serviceInvariantUUID": "ebe0dc80-3942-47d5-86aa-12018904fb25",
"resources": [
{
"resourceInstanceName": "basic_onboard_lseEVx 0",
"resourceCustomizationUUID": "567f738e-b1b7-4396-9ba7-0be9f0627793",
"resourceName": "basic_onboard_lseEVx",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ddc9f828-2ab9-4c2a-bd5a-484460eab6ea",
"resourceInvariantUUID": "ead1dcd5-97b8-4ef6-889b-26435ab0d5a2",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_lseevx0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json",
"artifactChecksum": "NTk2MTRkYzI0YzU0NjA1NDc3NWUwZDBiNjlhNGE0NGU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4478fe70-f4c9-4b4f-8b2e-b08c6facf5ee",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9fd273d3-ec72-4ecf-82a1-c14a012773fa",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "53ee7383-431f-452a-809d-7bf2b7090c22",
"generatedFromUUID": "9fd273d3-ec72-4ecf-82a1-c14a012773fa"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "53ee7383-431f-452a-809d-7bf2b7090c22",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardLseevx-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
"artifactChecksum": "ZmE2MTI5YTgxZDA0M2U0ZjViODgxYzliZWUwNzJhNzE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "55447993-20d7-4b06-a5c1-8afdfeee4e03"
}
],
"workloadContext": "Production"
}
2022-11-02T06:10:15.969Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-02T06:10:15.969Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 951edba6-b7b6-45ec-950c-769a6be8dc31 ASDC
2022-11-02T06:10:15.969Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:4ebef748-c4cf-49e1-acb6-d845c9ffb432
ServiceName:basic_onboard_lseEVx
ServiceVersion:1.0
ServiceUUID:951edba6-b7b6-45ec-950c-769a6be8dc31
ServiceInvariantUUID:ebe0dc80-3942-47d5-86aa-12018904fb25
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardLseevx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar
ArtifactUUID:55447993-20d7-4b06-a5c1-8afdfeee4e03
ArtifactChecksum:ZmE2MTI5YTgxZDA0M2U0ZjViODgxYzliZWUwNzJhNzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_lseEVx 0
ResourceCustomizationUUID:567f738e-b1b7-4396-9ba7-0be9f0627793
ResourceInvariantUUID:ead1dcd5-97b8-4ef6-889b-26435ab0d5a2
ResourceName:basic_onboard_lseEVx
ResourceType:VF
ResourceUUID:ddc9f828-2ab9-4c2a-bd5a-484460eab6ea
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_lseevx0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json
ArtifactUUID:4478fe70-f4c9-4b4f-8b2e-b08c6facf5ee
ArtifactChecksum:NTk2MTRkYzI0YzU0NjA1NDc3NWUwZDBiNjlhNGE0NGU=
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/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9fd273d3-ec72-4ecf-82a1-c14a012773fa
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/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env
ArtifactUUID:53ee7383-431f-452a-809d-7bf2b7090c22
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/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env
ArtifactUUID:53ee7383-431f-452a-809d-7bf2b7090c22
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-02T06:10:15.970Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 951edba6-b7b6-45ec-950c-769a6be8dc31 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-11-02T06:10:16.000Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T06:10:16.001Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-02T06:10:16.001Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-02T06:10:16.001Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 55447993-20d7-4b06-a5c1-8afdfeee4e03 from URL: /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:16.002Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-02T06:10:16.002Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:16.161Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-02T06:10:16.165Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar 55447993-20d7-4b06-a5c1-8afdfeee4e03 75302
2022-11-02T06:10:16.166Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar ASDC sendASDCNotification
2022-11-02T06:10:16.166Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:16.166Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:10:16.167Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:16.169Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:16.170Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369416166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:10:16.270Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:10:16.271Z||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-11-02T06:10:16.271Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:16.301Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:10:16.302Z||pool-26-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:10:17.170Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T06:10:17.173Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-02T06:10:17.174Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 55447993-20d7-4b06-a5c1-8afdfeee4e03, URL: /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar to file: /app/ASDC/1/service-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:17.174Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:17.175Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:17.175Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:17.318Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2913367253680495298/Definitions/service-BasicOnboardLseevx-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-11-02T06:10:18.610Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-02T06:10:18.611Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-02T06:10:18.611Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:18.611Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-02T06:10:18.611Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:18.611Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:18.611Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:18.611Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:18.612Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_lseEVx 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-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:18.612Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:18.612Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:18.612Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-02T06:10:18.612Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:10:18.612Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:10:18.613Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_lseEVx 0 is matching search criteria
2022-11-02T06:10:18.613Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-02T06:10:18.613Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_lseEVx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T06:10:18.613Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:10:18.613Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:10:18.614Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_lseEVx 0 is matching search criteria
2022-11-02T06:10:18.614Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-02T06:10:18.614Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_lseEVx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T06:10:18.614Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:10:18.614Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:10:18.615Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:10:18.615Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_lseEVx 0 is not matching search criteria
2022-11-02T06:10:18.615Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-02T06:10:18.615Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-02T06:10:18.615Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-02T06:10:18.616Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-02T06:10:18.616Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-02T06:10:18.616Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:10:18.616Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-02T06:10:18.616Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:10:18.616Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_lseEVx 0 is matching search criteria
2022-11-02T06:10:18.617Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_lseEVx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:10:18.617Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:10:18.617Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_lseEVx 0 is matching search criteria
2022-11-02T06:10:18.617Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_lseEVx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:10:18.618Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:10:18.618Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_lseEVx 0 is matching search criteria
2022-11-02T06:10:18.618Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_lseEVx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:10:18.618Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:10:18.618Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_lseEVx 0 is not matching search criteria
2022-11-02T06:10:18.619Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-02T06:10:18.619Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-02T06:10:18.619Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e7bf8d5f-163d-47ff-bb6a-2901d449057e
2022-11-02T06:10:18.619Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:10:18.619Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:10:18.620Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:10:18.620Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:10:18.620Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:10:18.620Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:10:18.620Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:10:18.621Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:10:18.621Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_lseEVx
Description:service
Model UUID:951edba6-b7b6-45ec-950c-769a6be8dc31
Model Version:NULL
Model InvariantUuid:ebe0dc80-3942-47d5-86aa-12018904fb25
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_lseEVx
Model UUID:82898d88-855d-4aa5-ae1b-5badc853a1e8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ead1dcd5-97b8-4ef6-889b-26435ab0d5a2
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:567f738e-b1b7-4396-9ba7-0be9f0627793
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8a5280a1-2a10-42aa-8d8d-2a5017ad7db4
ModelName:BasicOnboardLseevx..base_ubuntu18..module-0
ModelUuid:1b66bba0-31ad-441c-a649-d5b9920c2bc1
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e7bf8d5f-163d-47ff-bb6a-2901d449057e
ModelInvariantUuid:ba16422e-2d1c-433b-b830-9202a388c7b7
ModelName:basic_onboard_lseEVx-nodes.ubuntu18Cvfc
ModelUuid:b91e550e-2ea1-4089-b382-51c5abc6b469
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:4889f90f-c5f4-4143-b8e8-bc460ca1e82b
ModelInvariantUuid:3661e754-714a-4c3a-b226-6a39ffc294eb
ModelName:BasicOnboardLseevx.compute.nodes.heat.ubuntu18
ModelUuid:00befa8b-fc6f-42c1-b4b3-dfed52719244
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-11-02T06:10:18.626Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: ddc9f828-2ab9-4c2a-bd5a-484460eab6ea
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-11-02T06:10:18.629Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||basic_onboard_lseEVx 0
2022-11-02T06:10:18.629Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ddc9f828-2ab9-4c2a-bd5a-484460eab6ea
2022-11-02T06:10:18.629Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4478fe70-f4c9-4b4f-8b2e-b08c6facf5ee from URL: /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json
2022-11-02T06:10:18.629Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-02T06:10:18.630Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json
2022-11-02T06:10:18.682Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-02T06:10:18.682Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json 4478fe70-f4c9-4b4f-8b2e-b08c6facf5ee 798
2022-11-02T06:10:18.682Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json ASDC sendASDCNotification
2022-11-02T06:10:18.683Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json
2022-11-02T06:10:18.683Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:10:18.683Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:18.687Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:18.688Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369418682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:10:18.786Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-02T06:10:18.787Z||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-11-02T06:10:18.787Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:18.803Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:10:18.804Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:10:19.689Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLseevx..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8a5280a1-2a10-42aa-8d8d-2a5017ad7db4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1b66bba0-31ad-441c-a649-d5b9920c2bc1",
"vfModuleModelCustomizationUUID": "cd3006cb-de64-4a76-ae25-20cdcc4a5587",
"isBase": true,
"artifacts": [
"9fd273d3-ec72-4ecf-82a1-c14a012773fa",
"53ee7383-431f-452a-809d-7bf2b7090c22"
],
"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-11-02T06:10:19.693Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLseevx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1b66bba0-31ad-441c-a649-d5b9920c2bc1
VfModuleModelInvariantUUID:8a5280a1-2a10-42aa-8d8d-2a5017ad7db4
VfModuleModelDescription:NULL
Artifacts UUID List:{
9fd273d3-ec72-4ecf-82a1-c14a012773fa
,
53ee7383-431f-452a-809d-7bf2b7090c22
}
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-11-02T06:10:19.695Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLseevx..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8a5280a1-2a10-42aa-8d8d-2a5017ad7db4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1b66bba0-31ad-441c-a649-d5b9920c2bc1",
"vfModuleModelCustomizationUUID": "cd3006cb-de64-4a76-ae25-20cdcc4a5587",
"isBase": true,
"artifacts": [
"9fd273d3-ec72-4ecf-82a1-c14a012773fa",
"53ee7383-431f-452a-809d-7bf2b7090c22"
],
"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-11-02T06:10:19.695Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLseevx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1b66bba0-31ad-441c-a649-d5b9920c2bc1
VfModuleModelInvariantUUID:8a5280a1-2a10-42aa-8d8d-2a5017ad7db4
VfModuleModelDescription:NULL
Artifacts UUID List:{
9fd273d3-ec72-4ecf-82a1-c14a012773fa
,
53ee7383-431f-452a-809d-7bf2b7090c22
}
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-11-02T06:10:19.696Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9fd273d3-ec72-4ecf-82a1-c14a012773fa from URL: /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml
2022-11-02T06:10:19.696Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-02T06:10:19.696Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml
2022-11-02T06:10:19.745Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-02T06:10:19.746Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml 9fd273d3-ec72-4ecf-82a1-c14a012773fa 5033
2022-11-02T06:10:19.746Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-02T06:10:19.746Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml
2022-11-02T06:10:19.746Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:10:19.747Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:19.749Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:19.749Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369419746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:10:19.849Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:10:19.850Z||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-11-02T06:10:19.850Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:19.864Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:10:19.865Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:10:20.750Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 53ee7383-431f-452a-809d-7bf2b7090c22 from URL: /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env
2022-11-02T06:10:20.750Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-02T06:10:20.750Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env
2022-11-02T06:10:20.798Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-02T06:10:20.798Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env 53ee7383-431f-452a-809d-7bf2b7090c22 909
2022-11-02T06:10:20.799Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-02T06:10:20.799Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env
2022-11-02T06:10:20.799Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:10:20.800Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:20.802Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:20.802Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369420799,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:10:20.902Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:10:20.903Z||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-11-02T06:10:20.903Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:20.945Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:10:20.945Z||pool-29-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:10:21.803Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 951edba6-b7b6-45ec-950c-769a6be8dc31
2022-11-02T06:10:21.803Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_lseEVx 0 ddc9f828-2ab9-4c2a-bd5a-484460eab6ea 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-11-02T06:10:21.819Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3243274d, org.onap.sdc.toscaparser.api.parameters.Input@3abb2709, org.onap.sdc.toscaparser.api.parameters.Input@4c110071, org.onap.sdc.toscaparser.api.parameters.Input@f6bc683, org.onap.sdc.toscaparser.api.parameters.Input@2439e16c]
2022-11-02T06:10:21.821Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:10:21.822Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:10:21.822Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-11-02T06:10:21.822Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 567f738e-b1b7-4396-9ba7-0be9f0627793
2022-11-02T06:10:21.823Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 567f738e-b1b7-4396-9ba7-0be9f0627793 matches Tosca VF Customization UUID: 567f738e-b1b7-4396-9ba7-0be9f0627793
2022-11-02T06:10:21.823Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 567f738e-b1b7-4396-9ba7-0be9f0627793 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-11-02T06:10:21.827Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:10:21.827Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:10:21.828Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 567f738e-b1b7-4396-9ba7-0be9f0627793: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-02T06:10:21.828Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@52811ab3
2022-11-02T06:10:21.828Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:10:21.829Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-02T06:10:21.829Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cd3006cb-de64-4a76-ae25-20cdcc4a5587
2022-11-02T06:10:21.829Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cd3006cb-de64-4a76-ae25-20cdcc4a5587
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-11-02T06:10:21.832Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:10:21.832Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_lseEVx 0 is matching search criteria
2022-11-02T06:10:21.832Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_lseEVx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:10:21.833Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:10:21.833Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_lseEVx 0 is matching search criteria
2022-11-02T06:10:21.834Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_lseEVx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:10:21.834Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:10:21.834Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_lseEVx 0 is not matching search criteria
2022-11-02T06:10:21.835Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-02T06:10:21.835Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-02T06:10:21.835Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e7bf8d5f-163d-47ff-bb6a-2901d449057e
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-11-02T06:10:21.838Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:10:21.838Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_lseEVx 0 is matching search criteria
2022-11-02T06:10:21.839Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_lseEVx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:10:21.839Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:10:21.840Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_lseEVx 0 is matching search criteria
2022-11-02T06:10:21.840Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_lseEVx 0] matching following query criteria: sdcType=VF, customizationUUID=567f738e-b1b7-4396-9ba7-0be9f0627793
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-11-02T06:10:21.842Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:10:21.842Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:10:21.843Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 951edba6-b7b6-45ec-950c-769a6be8dc31: basic_onboard_lseEVx
2022-11-02T06:10:21.843Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:10:21.844Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:10:21.844Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:10:21.845Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:10:21.845Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:10:21.846Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:10:21.846Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:10:21.846Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:10:21.846Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:10:21.847Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:10:21.848Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_lseEVx
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-11-02T06:10:21.938Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_lseEVx ddc9f828-2ab9-4c2a-bd5a-484460eab6ea 1 ASDC deployResourceStructure
2022-11-02T06:10:21.938Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json ASDC sendASDCNotification
2022-11-02T06:10:21.938Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json
2022-11-02T06:10:21.938Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:10:21.939Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:21.941Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:21.941Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369421938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-02T06:10:22.041Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:10:22.042Z||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-11-02T06:10:22.042Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:22.058Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:10:22.058Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:10:22.942Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-02T06:10:22.942Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml
2022-11-02T06:10:22.943Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:10:22.943Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:22.945Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:22.945Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369422942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-02T06:10:23.045Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:10:23.046Z||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-11-02T06:10:23.046Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:23.057Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:10:23.058Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:10:23.946Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-02T06:10:23.947Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env
2022-11-02T06:10:23.947Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:10:23.947Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:23.949Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:23.949Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369423946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-02T06:10:24.049Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:10:24.050Z||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-11-02T06:10:24.050Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:24.062Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:10:24.062Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:10:24.950Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar ASDC sendASDCNotification
2022-11-02T06:10:24.951Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:24.951Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:10:24.951Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:24.953Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:24.953Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369424950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T06:10:25.053Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:10:25.055Z||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-11-02T06:10:25.055Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:25.083Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:10:25.084Z||pool-33-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:10:25.954Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ebef748-c4cf-49e1-acb6-d845c9ffb432
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-11-02T06:10:25.964Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ebef748-c4cf-49e1-acb6-d845c9ffb432
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-11-02T06:10:25.967Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:10:25.967Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T06:10:25.967Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T06:10:55.967Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ebef748-c4cf-49e1-acb6-d845c9ffb432
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-11-02T06:10:55.986Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ebef748-c4cf-49e1-acb6-d845c9ffb432
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-11-02T06:10:55.988Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:10:55.988Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T06:10:55.988Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T06:11:00.717Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:11:00.719Z||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-11-02T06:11:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:11:00.748Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:11:00.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:11:00.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "cds",
"timestamp": 1667369331998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:11:00.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:11:25.989Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ebef748-c4cf-49e1-acb6-d845c9ffb432
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-11-02T06:11:26.011Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ebef748-c4cf-49e1-acb6-d845c9ffb432
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-11-02T06:11:26.013Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:11:26.013Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T06:11:26.014Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T06:11:56.015Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ebef748-c4cf-49e1-acb6-d845c9ffb432
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-11-02T06:11:56.029Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ebef748-c4cf-49e1-acb6-d845c9ffb432
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-11-02T06:11:56.032Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:11:56.032Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T06:11:56.032Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T06:12:00.718Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:12:00.720Z||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-11-02T06:12:00.720Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:12:00.764Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:12:00.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667369327824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:12:00.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "ves-openapi-manager",
"timestamp": 1667369337424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:12:00.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369340714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:12:00.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667369326584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-02T06:12:00.770Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:12:00.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "cds",
"timestamp": 1667369331998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.770Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:12:00.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667369327824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.771Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:12:00.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "ves-openapi-manager",
"timestamp": 1667369337424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.771Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:12:00.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369340714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json",
"status": "NOTIFIED"
}
2022-11-02T06:12:00.772Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:12:00.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667369326584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.772Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:12:00.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "cds",
"timestamp": 1667369331998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:12:00.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667369327824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:12:00.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "ves-openapi-manager",
"timestamp": 1667369337424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:12:00.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369340714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-02T06:12:00.774Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:12:00.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667369326584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T06:12:00.774Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:12:00.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "cds",
"timestamp": 1667369331998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T06:12:00.774Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:12:00.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667369327824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T06:12:00.775Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:12:00.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "ves-openapi-manager",
"timestamp": 1667369337424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.775Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:12:00.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369340714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.776Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:12:00.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667369343760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:12:00.776Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "ves-openapi-manager",
"timestamp": 1667369337424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.777Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:12:00.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "cds",
"timestamp": 1667369343765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:12:00.777Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667369343670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:12:00.777Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369340714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-02T06:12:00.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:12:00.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "cds",
"timestamp": 1667369344770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-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-11-02T06:12:00.785Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4ebef748-c4cf-49e1-acb6-d845c9ffb432
2022-11-02T06:12:00.785Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ebef748-c4cf-49e1-acb6-d845c9ffb432 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-11-02T06:12:00.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667369344827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:12:00.799Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369340714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:12:00.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667369345882,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:12:00.800Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667369346044,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T06:12:00.801Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369340714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T06:12:00.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:12:00.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667369346905,
"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-11-02T06:12:00.806Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ebef748-c4cf-49e1-acb6-d845c9ffb432
2022-11-02T06:12:00.806Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ebef748-c4cf-49e1-acb6-d845c9ffb432 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-11-02T06:12:00.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667369347049,
"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-11-02T06:12:00.827Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4ebef748-c4cf-49e1-acb6-d845c9ffb432
2022-11-02T06:12:00.827Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ebef748-c4cf-49e1-acb6-d845c9ffb432 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-11-02T06:12:00.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.836Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369348728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:12:00.836Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.836Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667369347910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-02T06:12:00.837Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "aai-ml",
"timestamp": 1667369352526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.837Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:12:00.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369353679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:12:00.837Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "aai-ml",
"timestamp": 1667369352526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.838Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:12:00.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369354758,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:12:00.838Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "aai-ml",
"timestamp": 1667369352526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.839Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:12:00.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369355835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:12:00.839Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "aai-ml",
"timestamp": 1667369352526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:12:00.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369357205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json",
"status": "DEPLOY_OK"
}
2022-11-02T06:12:00.840Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "aai-ml",
"timestamp": 1667369352526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:12:00.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369358212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-02T06:12:00.841Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "aai-ml",
"timestamp": 1667369352526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.841Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:12:00.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369359217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-02T06:12:00.842Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "aai-ml",
"timestamp": 1667369352526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T06:12:00.842Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T06:12:00.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369360222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T06:12:00.842Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "aai-ml",
"timestamp": 1667369360335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:12:00.843Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "aai-ml",
"timestamp": 1667369367875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T06:12:00.843Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "aai-ml",
"timestamp": 1667369368879,
"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-11-02T06:12:00.849Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4ebef748-c4cf-49e1-acb6-d845c9ffb432
2022-11-02T06:12:00.849Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ebef748-c4cf-49e1-acb6-d845c9ffb432 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-11-02T06:12:26.033Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ebef748-c4cf-49e1-acb6-d845c9ffb432
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-11-02T06:12:26.046Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ebef748-c4cf-49e1-acb6-d845c9ffb432
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-11-02T06:12:26.051Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:12:26.051Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-02T06:12:26.051Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-02T06:12:26.052Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-02T06:12:26.052Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T06:12:26.052Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T06:12:26.053Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T06:12:26.053Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T06:12:26.053Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T06:12:26.053Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:12:26.060Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-02T06:12:56.060Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4ebef748-c4cf-49e1-acb6-d845c9ffb432 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-11-02T06:12:56.068Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4ebef748-c4cf-49e1-acb6-d845c9ffb432 and serviceModelVersionId: 951edba6-b7b6-45ec-950c-769a6be8dc31
2022-11-02T06:12:56.068Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ebe0dc80-3942-47d5-86aa-12018904fb25
2022-11-02T06:12:56.070Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ebe0dc80-3942-47d5-86aa-12018904fb25/model-vers/model-ver/951edba6-b7b6-45ec-950c-769a6be8dc31?depth=0
2022-11-02T06:12:56.080Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-11-02T06:12:56.150Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe0dc80-3942-47d5-86aa-12018904fb25/model-vers/model-ver/951edba6-b7b6-45ec-950c-769a6be8dc31?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-11-02T06:12:56.153Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe0dc80-3942-47d5-86aa-12018904fb25/model-vers/model-ver/951edba6-b7b6-45ec-950c-769a6be8dc31?depth=0|INFO|500||Invoke
2022-11-02T06:12:56.198Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe0dc80-3942-47d5-86aa-12018904fb25/model-vers/model-ver/951edba6-b7b6-45ec-950c-769a6be8dc31?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-02T06:12:56.308Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe0dc80-3942-47d5-86aa-12018904fb25/model-vers/model-ver/951edba6-b7b6-45ec-950c-769a6be8dc31?depth=0|INFO|500||InvokeReturn
2022-11-02T06:12:56.309Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe0dc80-3942-47d5-86aa-12018904fb25/model-vers/model-ver/951edba6-b7b6-45ec-950c-769a6be8dc31?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221102-06:12:55:574-91206], vertex-id=[151640], Content-Length=[0], Date=[Wed, 02 Nov 2022 06:12:55 GMT], Content-Type=[application/json]}
2022-11-02T06:12:56.309Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-11-02T06:12:56.309Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-02T06:12:56.309Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T06:12:56.318Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-02T06:12:56.319Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4ebef748-c4cf-49e1-acb6-d845c9ffb432 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-02T06:12:56.319Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-02T06:12:56.320Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:12:56.323Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:12:56.323Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369576319,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T06:12:56.423Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:12:56.424Z||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-11-02T06:12:56.424Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:12:56.441Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:12:56.442Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-02T06:12:57.337Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:12:57.338Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|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-11-02T06:12:57.338Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|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 V5bESGozshoyR2iH) ...
2022-11-02T06:13:00.717Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:13:00.718Z||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-11-02T06:13:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:13:00.750Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:13:00.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369407922,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T06:13:00.753Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:13:00.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369340714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:13:00.754Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-02T06:13:00.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369340714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json",
"status": "NOTIFIED"
}
2022-11-02T06:13:00.754Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-02T06:13:00.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369340714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-02T06:13:00.755Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-02T06:13:00.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369340714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:13:00.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-02T06:13:00.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369340714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-02T06:13:00.757Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-02T06:13:00.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369340714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:13:00.757Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-02T06:13:00.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369340714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T06:13:00.758Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-02T06:13:00.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369416166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:13:00.758Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:13:00.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369418682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:13:00.758Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:13:00.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369419746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:13:00.759Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:13:00.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369420799,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:13:00.759Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:13:00.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369421938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-02T06:13:00.760Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:13:00.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369422942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-02T06:13:00.760Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:13:00.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369423946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-02T06:13:00.761Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:13:00.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369424950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T06:13:00.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:13:07.663Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:13:07.664Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:13:07.665Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|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-11-02T06:13:07.666Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|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 V5bESGozshoyR2iH) ...
2022-11-02T06:13:17.217Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:13:17.217Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:13:17.218Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|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-11-02T06:13:17.218Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|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 V5bESGozshoyR2iH) ...
2022-11-02T06:13:26.776Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:13:26.777Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:13:26.778Z||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-11-02T06:13:26.778Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:13:36.340Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:14:00.714Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:14:00.715Z||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-11-02T06:14:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:14:00.717Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:14:00.717Z||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-11-02T06:14:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:14:01.253Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:14:01.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T06:14:01.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667369576319,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T06:14:01.255Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:14:10.276Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:15:00.714Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:15:00.715Z||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-11-02T06:15:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:15:00.717Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:15:00.717Z||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-11-02T06:15:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:15:10.287Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:15:10.295Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:16:00.715Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:16:00.717Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:16:00.719Z||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-11-02T06:16:00.719Z||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-11-02T06:16:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:16:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:16:10.278Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:16:10.290Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:17:00.714Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:17:00.715Z||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-11-02T06:17:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:17:00.718Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:17:00.718Z||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-11-02T06:17:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:17:10.285Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:17:10.286Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:18:00.716Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:18:00.717Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:18:00.718Z||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-11-02T06:18:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:18:00.718Z||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-11-02T06:18:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:18:10.284Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:18:10.290Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:19:00.714Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:19:00.716Z||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-11-02T06:19:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:19:00.718Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:19:00.718Z||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-11-02T06:19:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:19:10.280Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:19:10.281Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:20:00.714Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:20:00.716Z||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-11-02T06:20:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:20:00.717Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:20:00.717Z||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-11-02T06:20:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:20:10.273Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:20:10.279Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:21:00.714Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:21:00.717Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:21:00.718Z||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-11-02T06:21:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:21:00.728Z||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-11-02T06:21:00.728Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:21:10.289Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:21:10.289Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:22:00.715Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:22:00.717Z||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-11-02T06:22:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:22:00.718Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:22:00.719Z||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-11-02T06:22:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:22:09.343Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:22:09.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:22:09.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"605a736e-c120-4f5e-af48-c7d511e4697d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f76c34d7-eb3d-4d43-8de5-f37919b212cc","serviceDescription":"service","serviceInvariantUUID":"e645fc62-c049-457d-af01-8200464c34a9","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"95634d07-c7f6-4844-a2ec-88f30b4273fc","resourceInvariantUUID":"4ff8974b-2e26-4ff8-8173-72d0504d2c69","resourceCustomizationUUID":"12efab83-2ab9-4bf1-9dc7-8fb3371bf4ca","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":"NjA0ODg5YjJmOWQ5NzlmNDhlNjdiODkxODU0ZWUxN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"54245100-0fe3-44a8-b8d0-8b2f5a4a3d0b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjA4NDYxYjRkYjVmNzJmNDkxN2M4MDI1NmM1MGM5ZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4f816d61-b5a1-46f6-8884-4599d363c3be","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-02T06:22:09.353Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:22:09.355Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:22:09.360Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:22:09.361Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667370120714,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:22:09.460Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-02T06:22:09.462Z||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-11-02T06:22:09.462Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:22:09.473Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:22:09.474Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:22:09.592Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:22:09.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:22:09.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667370126584,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:22:09.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:22:09.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:22:09.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
"consumerID": "cds",
"timestamp": 1667370126998,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:22:09.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:22:10.361Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:22:10.362Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:22:10.364Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:22:10.364Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667370120714,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T06:22:10.464Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:22:10.465Z||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-11-02T06:22:10.466Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:22:10.479Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:22:10.479Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:22:11.365Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "f76c34d7-eb3d-4d43-8de5-f37919b212cc",
"serviceDescription": "service",
"serviceInvariantUUID": "e645fc62-c049-457d-af01-8200464c34a9",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "12efab83-2ab9-4bf1-9dc7-8fb3371bf4ca",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "95634d07-c7f6-4844-a2ec-88f30b4273fc",
"resourceInvariantUUID": "4ff8974b-2e26-4ff8-8173-72d0504d2c69",
"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": "MjA4NDYxYjRkYjVmNzJmNDkxN2M4MDI1NmM1MGM5ZGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4f816d61-b5a1-46f6-8884-4599d363c3be"
}
],
"workloadContext": "Production"
}
2022-11-02T06:22:11.366Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-02T06:22:11.366Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f76c34d7-eb3d-4d43-8de5-f37919b212cc ASDC
2022-11-02T06:22:11.367Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:605a736e-c120-4f5e-af48-c7d511e4697d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f76c34d7-eb3d-4d43-8de5-f37919b212cc
ServiceInvariantUUID:e645fc62-c049-457d-af01-8200464c34a9
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:4f816d61-b5a1-46f6-8884-4599d363c3be
ArtifactChecksum:MjA4NDYxYjRkYjVmNzJmNDkxN2M4MDI1NmM1MGM5ZGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:12efab83-2ab9-4bf1-9dc7-8fb3371bf4ca
ResourceInvariantUUID:4ff8974b-2e26-4ff8-8173-72d0504d2c69
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:95634d07-c7f6-4844-a2ec-88f30b4273fc
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-02T06:22:11.368Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f76c34d7-eb3d-4d43-8de5-f37919b212cc 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-11-02T06:22:11.418Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T06:22:11.420Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-02T06:22:11.420Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-02T06:22:11.420Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4f816d61-b5a1-46f6-8884-4599d363c3be from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-02T06:22:11.420Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-02T06:22:11.421Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-02T06:22:11.490Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-02T06:22:11.493Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4f816d61-b5a1-46f6-8884-4599d363c3be 57662
2022-11-02T06:22:11.493Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-02T06:22:11.493Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-02T06:22:11.493Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:22:11.494Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:22:11.496Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:22:11.496Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667370131493,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:22:11.596Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-02T06:22:11.598Z||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-11-02T06:22:11.598Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:22:11.633Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:22:11.633Z||pool-37-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:22:12.497Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T06:22:12.498Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-02T06:22:12.498Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4f816d61-b5a1-46f6-8884-4599d363c3be, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-02T06:22:12.499Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-02T06:22:12.499Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-02T06:22:12.500Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-02T06:22:12.680Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12026354817498972590/Definitions/service-BasicNetwork-template.yml
2022-11-02T06:22:13.328Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-02T06:22:13.329Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-02T06:22:13.329Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-02T06:22:13.329Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-02T06:22:13.329Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||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-11-02T06:22:13.330Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||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-11-02T06:22:13.330Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||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-11-02T06:22:13.330Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||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-11-02T06:22:13.330Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||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-11-02T06:22:13.330Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||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-11-02T06:22:13.330Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||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-11-02T06:22:13.330Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||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-11-02T06:22:13.331Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-02T06:22:13.331Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:22:13.331Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:22:13.332Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-02T06:22:13.332Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-02T06:22:13.332Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T06:22:13.332Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:22:13.333Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:22:13.333Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-02T06:22:13.333Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-02T06:22:13.333Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T06:22:13.333Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:22:13.333Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:22:13.334Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:22:13.334Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:22:13.334Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:22:13.335Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:22:13.335Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:22:13.335Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:22:13.335Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:22:13.335Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:22:13.336Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:f76c34d7-eb3d-4d43-8de5-f37919b212cc
Model Version:NULL
Model InvariantUuid:e645fc62-c049-457d-af01-8200464c34a9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:4ff8974b-2e26-4ff8-8173-72d0504d2c69
Model UUID:b6010f46-33f1-439b-9855-7908827eadca
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:12efab83-2ab9-4bf1-9dc7-8fb3371bf4ca
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-11-02T06:22:13.350Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 95634d07-c7f6-4844-a2ec-88f30b4273fc
2022-11-02T06:22:13.351Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||No resources found for Service: f76c34d7-eb3d-4d43-8de5-f37919b212cc
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-11-02T06:22:13.357Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||
2022-11-02T06:22:13.357Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-02T06:22:13.358Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||No resources found for Service: f76c34d7-eb3d-4d43-8de5-f37919b212cc
2022-11-02T06:22:13.358Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: f76c34d7-eb3d-4d43-8de5-f37919b212cc
2022-11-02T06:22:13.358Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-02T06:22:13.359Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||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-11-02T06:22:13.363Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75ce7a94, org.onap.sdc.toscaparser.api.parameters.Input@4664c9e3, org.onap.sdc.toscaparser.api.parameters.Input@17e9d9eb, org.onap.sdc.toscaparser.api.parameters.Input@f7fd82a, org.onap.sdc.toscaparser.api.parameters.Input@9e3198b]
2022-11-02T06:22:13.365Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:22:13.365Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:22:13.366Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:22:13.366Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:22:13.366Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid f76c34d7-eb3d-4d43-8de5-f37919b212cc: Generic NeutronNet
2022-11-02T06:22:13.366Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:22:13.366Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:22:13.367Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:22:13.367Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||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-11-02T06:22:13.406Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:22:13.407Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:22:13.408Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:22:13.408Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:22:13.408Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:22:13.409Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:22:13.409Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||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-11-02T06:22:13.461Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-02T06:22:13.461Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-02T06:22:13.462Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-02T06:22:13.462Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:22:13.462Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:22:13.464Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:22:13.464Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667370133461,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T06:22:13.564Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:22:13.565Z||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-11-02T06:22:13.566Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:22:13.578Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:22:13.578Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:22:14.465Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 605a736e-c120-4f5e-af48-c7d511e4697d
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-11-02T06:22:14.477Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 605a736e-c120-4f5e-af48-c7d511e4697d
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-11-02T06:22:14.479Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:22:14.479Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T06:22:14.480Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T06:22:44.480Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 605a736e-c120-4f5e-af48-c7d511e4697d
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-11-02T06:22:44.491Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 605a736e-c120-4f5e-af48-c7d511e4697d
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-11-02T06:22:44.494Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:22:44.494Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T06:22:44.495Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T06:23:00.717Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:23:00.718Z||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-11-02T06:23:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:23:00.764Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:23:00.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:23:00.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667370120714,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:23:00.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:23:14.496Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 605a736e-c120-4f5e-af48-c7d511e4697d
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-11-02T06:23:14.506Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 605a736e-c120-4f5e-af48-c7d511e4697d
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-11-02T06:23:14.508Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:23:14.508Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T06:23:14.509Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T06:23:44.509Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 605a736e-c120-4f5e-af48-c7d511e4697d
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-11-02T06:23:44.522Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 605a736e-c120-4f5e-af48-c7d511e4697d
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-11-02T06:23:44.525Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:23:44.525Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T06:23:44.525Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T06:24:00.717Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:24:00.718Z||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-11-02T06:24:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:24:00.789Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:24:00.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
"consumerID": "cds",
"timestamp": 1667370126998,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T06:24:00.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667370126584,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T06:24:00.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667370120714,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T06:24:00.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667370131493,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:24:00.803Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:24:00.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
"consumerID": "cds",
"timestamp": 1667370130167,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:24:00.807Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:24:00.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
"consumerID": "cds",
"timestamp": 1667370131180,
"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=?
2022-11-02T06:24:00.827Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 605a736e-c120-4f5e-af48-c7d511e4697d
2022-11-02T06:24:00.828Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 605a736e-c120-4f5e-af48-c7d511e4697d 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-11-02T06:24:00.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667370133461,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T06:24:00.837Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:24:00.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
"consumerID": "aai-ml",
"timestamp": 1667370132527,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
"consumerID": "aai-ml",
"timestamp": 1667370132527,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T06:24:00.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
"consumerID": "aai-ml",
"timestamp": 1667370135277,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:24:00.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:24:00.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
"consumerID": "ves-openapi-manager",
"timestamp": 1667370137424,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667370137825,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.840Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
"consumerID": "aai-ml",
"timestamp": 1667370139680,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T06:24:00.840Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:24:00.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
"consumerID": "ves-openapi-manager",
"timestamp": 1667370137424,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.841Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667370137825,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T06:24:00.841Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
"consumerID": "aai-ml",
"timestamp": 1667370140685,
"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-11-02T06:24:00.847Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 605a736e-c120-4f5e-af48-c7d511e4697d
2022-11-02T06:24:00.847Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 605a736e-c120-4f5e-af48-c7d511e4697d 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-11-02T06:24:00.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667370140640,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:24:00.858Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:24:00.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667370142381,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T06:24:00.859Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:24:00.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667370143385,
"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-11-02T06:24:00.864Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 605a736e-c120-4f5e-af48-c7d511e4697d
2022-11-02T06:24:00.864Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 605a736e-c120-4f5e-af48-c7d511e4697d 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-11-02T06:24:00.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667370166584,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "aai-ml",
"timestamp": 1667370162527,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667370167824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667370166584,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "aai-ml",
"timestamp": 1667370162527,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667370167824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667370166584,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "aai-ml",
"timestamp": 1667370162527,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667370167824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667370166584,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "aai-ml",
"timestamp": 1667370162527,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667370167824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667370166584,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "aai-ml",
"timestamp": 1667370162527,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667370167824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "cds",
"timestamp": 1667370171998,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.880Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667370166584,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.880Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "aai-ml",
"timestamp": 1667370162527,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667370167824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "cds",
"timestamp": 1667370171998,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667370166584,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "aai-ml",
"timestamp": 1667370162527,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667370167824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "cds",
"timestamp": 1667370171998,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667370166584,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T06:24:00.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "aai-ml",
"timestamp": 1667370162527,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T06:24:00.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667370167824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T06:24:00.886Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "cds",
"timestamp": 1667370171998,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "aai-ml",
"timestamp": 1667370177369,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:24:00.887Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:24:00.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "cds",
"timestamp": 1667370171998,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667370176574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:24:00.888Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:24:00.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "cds",
"timestamp": 1667370171998,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "ves-openapi-manager",
"timestamp": 1667370177424,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667370178510,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T06:24:00.890Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:24:00.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "cds",
"timestamp": 1667370171998,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:00.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "ves-openapi-manager",
"timestamp": 1667370177424,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T06:24:14.528Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 605a736e-c120-4f5e-af48-c7d511e4697d
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-11-02T06:24:14.539Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 605a736e-c120-4f5e-af48-c7d511e4697d
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-11-02T06:24:14.545Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:24:14.545Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-02T06:24:14.545Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-02T06:24:14.546Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-02T06:24:14.546Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T06:24:14.546Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T06:24:14.546Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T06:24:14.547Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T06:24:14.547Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||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-11-02T06:24:14.552Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-02T06:24:44.552Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 605a736e-c120-4f5e-af48-c7d511e4697d 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-11-02T06:24:44.559Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 605a736e-c120-4f5e-af48-c7d511e4697d and serviceModelVersionId: f76c34d7-eb3d-4d43-8de5-f37919b212cc
2022-11-02T06:24:44.559Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e645fc62-c049-457d-af01-8200464c34a9
2022-11-02T06:24:44.573Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e645fc62-c049-457d-af01-8200464c34a9/model-vers/model-ver/f76c34d7-eb3d-4d43-8de5-f37919b212cc?depth=0
2022-11-02T06:24:44.580Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-02T06:24:44.644Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e645fc62-c049-457d-af01-8200464c34a9/model-vers/model-ver/f76c34d7-eb3d-4d43-8de5-f37919b212cc?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-11-02T06:24:44.646Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e645fc62-c049-457d-af01-8200464c34a9/model-vers/model-ver/f76c34d7-eb3d-4d43-8de5-f37919b212cc?depth=0|INFO|500||Invoke
2022-11-02T06:24:44.669Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e645fc62-c049-457d-af01-8200464c34a9/model-vers/model-ver/f76c34d7-eb3d-4d43-8de5-f37919b212cc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-02T06:24:44.771Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e645fc62-c049-457d-af01-8200464c34a9/model-vers/model-ver/f76c34d7-eb3d-4d43-8de5-f37919b212cc?depth=0|INFO|500||InvokeReturn
2022-11-02T06:24:44.773Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e645fc62-c049-457d-af01-8200464c34a9/model-vers/model-ver/f76c34d7-eb3d-4d43-8de5-f37919b212cc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221102-06:24:43:985-64697], vertex-id=[168056], Content-Length=[0], Date=[Wed, 02 Nov 2022 06:24:43 GMT], Content-Type=[application/json]}
2022-11-02T06:24:44.774Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-11-02T06:24:44.774Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-02T06:24:44.774Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||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-11-02T06:24:44.780Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||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-11-02T06:24:44.782Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 605a736e-c120-4f5e-af48-c7d511e4697d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-02T06:24:44.782Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-02T06:24:44.783Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:24:44.787Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:24:44.787Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667370284782,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T06:24:44.886Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-02T06:24:44.887Z||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-11-02T06:24:44.887Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:24:44.911Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:24:44.912Z||pool-39-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-11-02T06:24:45.800Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:24:45.800Z|605a736e-c120-4f5e-af48-c7d511e4697d|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-11-02T06:24:45.801Z|605a736e-c120-4f5e-af48-c7d511e4697d|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 V5bESGozshoyR2iH) ...
2022-11-02T06:24:50.248Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:24:50.249Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:24:50.249Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e","serviceName":"Demo_pNF_YmKRDZLDnFPIeyzTdLhH","serviceVersion":"1.0","serviceUUID":"3928b572-2e97-4457-b6d8-a8813af7df88","serviceDescription":"catalog service description","serviceInvariantUUID":"51b4dba8-4eb3-426d-bfcf-4c1e2cdac12a","resources":[{"resourceInstanceName":"pNF d35ee08a-ac3a 0","resourceName":"pNF d35ee08a-ac3a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"767c690b-4b52-498e-917f-59b95dc3fe58","resourceInvariantUUID":"7a18b0a0-b0c8-4e93-adea-ec073eb55922","resourceCustomizationUUID":"52b0f9a7-04ae-4859-a499-2067330dacc2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ2ODc3MWYyMzk2NDU3YjZiOGM4MGYzNjg1OWE0N2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9109c189-1f87-44c1-b8a2-3bf5342855db","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/pNF.csar","artifactChecksum":"ZDY2ZjA3OWViMDMzZWU3NWE1MGUxZTQ4NGI2ZTc5NWI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"12291380-e07c-4223-9c02-0f9ff33fb3df","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5a5eb31d-51a1-4420-8d31-35819caeedc1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/vendor-license-model.xml","artifactChecksum":"NTIyZGZiMmNkMmMzYzkwY2ViODdkNmQ4MmY4MzA1N2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"af858eaf-c447-4b64-8211-ca803d76db49","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7f56f00d-3973-48c4-b9cf-79ade4be1eac","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c93ac560-a88f-4a97-a510-fb12b8df0139","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfYmkrdzldnfpieyztdlhh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-template.yml","artifactChecksum":"ZjQ2NjE3ZWEzZjJmZTVmMTEzZTc4OTliOTk2MjA2ZDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"662d5777-e0be-4cea-8381-5cc48343450d","artifactVersion":"1"},{"artifactName":"service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar","artifactChecksum":"NGYxODc5YTA2MjNhZTI4YTVkMDg3NGU0OTU5YjU2YzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"084e9b5d-86ff-4f3f-94b3-07c64b993355","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-02T06:24:50.251Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:24:50.252Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:24:50.254Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:24:50.254Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667370285800,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:50.354Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:24:50.355Z||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-11-02T06:24:50.355Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:24:50.394Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:24:50.395Z||pool-40-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:24:51.255Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:24:51.256Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:24:51.259Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:24:51.259Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667370285800,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:51.359Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:24:51.360Z||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-11-02T06:24:51.360Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:24:51.416Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:24:51.417Z||pool-41-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:24:52.259Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:24:52.260Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:24:52.263Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:24:52.263Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667370285800,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:52.363Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:24:52.364Z||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-11-02T06:24:52.364Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:24:52.378Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:24:52.378Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:24:53.263Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:24:53.264Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:24:53.266Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:24:53.267Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667370285800,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:53.367Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:24:53.368Z||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-11-02T06:24:53.368Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:24:53.380Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:24:53.381Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:24:54.267Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:24:54.268Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:24:54.271Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:24:54.271Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667370285800,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:54.371Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:24:54.372Z||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-11-02T06:24:54.372Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:24:54.386Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:24:54.386Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:24:55.272Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:24:55.273Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:24:55.275Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:24:55.275Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667370285800,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:55.375Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:24:55.377Z||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-11-02T06:24:55.377Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:24:55.390Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:24:55.391Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:24:56.276Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:24:56.277Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:24:56.279Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:24:56.279Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667370285800,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T06:24:56.379Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:24:56.380Z||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-11-02T06:24:56.380Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:24:56.393Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:24:56.394Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:24:57.280Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:24:57.281Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:24:57.283Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:24:57.284Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667370285800,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T06:24:57.384Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:24:57.385Z||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-11-02T06:24:57.385Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:24:57.397Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:24:57.397Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:24:58.285Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"serviceName": "Demo_pNF_YmKRDZLDnFPIeyzTdLhH",
"serviceVersion": "1.0",
"serviceUUID": "3928b572-2e97-4457-b6d8-a8813af7df88",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "51b4dba8-4eb3-426d-bfcf-4c1e2cdac12a",
"resources": [
{
"resourceInstanceName": "pNF d35ee08a-ac3a 0",
"resourceCustomizationUUID": "52b0f9a7-04ae-4859-a499-2067330dacc2",
"resourceName": "pNF d35ee08a-ac3a",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "767c690b-4b52-498e-917f-59b95dc3fe58",
"resourceInvariantUUID": "7a18b0a0-b0c8-4e93-adea-ec073eb55922",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar",
"artifactChecksum": "NGYxODc5YTA2MjNhZTI4YTVkMDg3NGU0OTU5YjU2YzM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "084e9b5d-86ff-4f3f-94b3-07c64b993355"
}
],
"workloadContext": "Production"
}
2022-11-02T06:24:58.286Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-02T06:24:58.286Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3928b572-2e97-4457-b6d8-a8813af7df88 ASDC
2022-11-02T06:24:58.287Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e
ServiceName:Demo_pNF_YmKRDZLDnFPIeyzTdLhH
ServiceVersion:1.0
ServiceUUID:3928b572-2e97-4457-b6d8-a8813af7df88
ServiceInvariantUUID:51b4dba8-4eb3-426d-bfcf-4c1e2cdac12a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
ArtifactUUID:084e9b5d-86ff-4f3f-94b3-07c64b993355
ArtifactChecksum:NGYxODc5YTA2MjNhZTI4YTVkMDg3NGU0OTU5YjU2YzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d35ee08a-ac3a 0
ResourceCustomizationUUID:52b0f9a7-04ae-4859-a499-2067330dacc2
ResourceInvariantUUID:7a18b0a0-b0c8-4e93-adea-ec073eb55922
ResourceName:pNF d35ee08a-ac3a
ResourceType:PNF
ResourceUUID:767c690b-4b52-498e-917f-59b95dc3fe58
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-11-02T06:24:58.287Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3928b572-2e97-4457-b6d8-a8813af7df88 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-11-02T06:24:58.319Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T06:24:58.320Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-02T06:24:58.320Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-02T06:24:58.320Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 084e9b5d-86ff-4f3f-94b3-07c64b993355 from URL: /sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
2022-11-02T06:24:58.320Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-02T06:24:58.321Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
2022-11-02T06:24:58.401Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-02T06:24:58.405Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar 084e9b5d-86ff-4f3f-94b3-07c64b993355 87782
2022-11-02T06:24:58.405Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar ASDC sendASDCNotification
2022-11-02T06:24:58.405Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
2022-11-02T06:24:58.406Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:24:58.406Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:24:58.408Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:24:58.408Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667370298405,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T06:24:58.508Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:24:58.510Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:24:58.510Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:24:58.522Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T06:24:58.522Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:24:59.408Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T06:24:59.410Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-02T06:24:59.410Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 084e9b5d-86ff-4f3f-94b3-07c64b993355, URL: /sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar to file: /app/ASDC/1/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
2022-11-02T06:24:59.411Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
2022-11-02T06:24:59.411Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
2022-11-02T06:24:59.411Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
2022-11-02T06:24:59.586Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18129760513675416571/Definitions/service-DemoPnfYmkrdzldnfpieyztdlhh-template.yml
2022-11-02T06:25:00.435Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-02T06:25:00.436Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-02T06:25:00.436Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
2022-11-02T06:25:00.436Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-02T06:25:00.436Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
2022-11-02T06:25:00.436Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
2022-11-02T06:25:00.436Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
2022-11-02T06:25:00.436Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||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-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
2022-11-02T06:25:00.437Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||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-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
2022-11-02T06:25:00.437Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d35ee08a-ac3a 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
2022-11-02T06:25:00.437Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||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-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
2022-11-02T06:25:00.437Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-02T06:25:00.437Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:25:00.437Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_YmKRDZLDnFPIeyzTdLhH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:25:00.438Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Node template pNF d35ee08a-ac3a 0 is matching search criteria
2022-11-02T06:25:00.438Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-02T06:25:00.438Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d35ee08a-ac3a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T06:25:00.438Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:25:00.438Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_YmKRDZLDnFPIeyzTdLhH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:25:00.438Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Node template pNF d35ee08a-ac3a 0 is matching search criteria
2022-11-02T06:25:00.438Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-02T06:25:00.439Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d35ee08a-ac3a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T06:25:00.439Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:25:00.439Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_YmKRDZLDnFPIeyzTdLhH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:25:00.439Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:25:00.439Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_YmKRDZLDnFPIeyzTdLhH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:25:00.439Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:25:00.440Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_YmKRDZLDnFPIeyzTdLhH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:25:00.440Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:25:00.440Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_YmKRDZLDnFPIeyzTdLhH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:25:00.440Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:25:00.440Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_YmKRDZLDnFPIeyzTdLhH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:25:00.440Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_YmKRDZLDnFPIeyzTdLhH
Description:catalog service description
Model UUID:3928b572-2e97-4457-b6d8-a8813af7df88
Model Version:NULL
Model InvariantUuid:51b4dba8-4eb3-426d-bfcf-4c1e2cdac12a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-02T06:25:00.447Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 767c690b-4b52-498e-917f-59b95dc3fe58
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-11-02T06:25:00.450Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||pNF d35ee08a-ac3a 0
2022-11-02T06:25:00.450Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 767c690b-4b52-498e-917f-59b95dc3fe58
2022-11-02T06:25:00.450Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 3928b572-2e97-4457-b6d8-a8813af7df88
2022-11-02T06:25:00.450Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 3928b572-2e97-4457-b6d8-a8813af7df88
2022-11-02T06:25:00.450Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d35ee08a-ac3a 0 767c690b-4b52-498e-917f-59b95dc3fe58 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T06:25:00.454Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@112c56cd, org.onap.sdc.toscaparser.api.parameters.Input@5ec26df4, org.onap.sdc.toscaparser.api.parameters.Input@710b44c, org.onap.sdc.toscaparser.api.parameters.Input@60292e4d, org.onap.sdc.toscaparser.api.parameters.Input@134086bb]
2022-11-02T06:25:00.454Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T06:25:00.454Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_YmKRDZLDnFPIeyzTdLhH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:25:00.455Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 3928b572-2e97-4457-b6d8-a8813af7df88: pNF d35ee08a-ac3a
2022-11-02T06:25:00.455Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||Processing PNF resource: 767c690b-4b52-498e-917f-59b95dc3fe58
2022-11-02T06:25:00.455Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery