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-01T05:28:19.786Z||main|||||INFO|500||The following profiles are active: basic
2022-11-01T05:28:31.738Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-01T05:28:31.738Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-01T05:28:31.848Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-01T05:28:36.014Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-01T05:28:36.447Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-01T05:28:37.034Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-01T05:28:37.042Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-01T05:28:37.191Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-01T05:28:37.428Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-01T05:28:38.700Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-01T05:28:40.947Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-01T05:28:43.420Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-01T05:28:43.487Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-01T05:28:44.085Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-01T05:28:44.312Z||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-01T05:28:45.549Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-01T05:28:46.646Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-01T05:28:46.664Z||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$$75ebdfa9.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-01T05:28:46.665Z||main|||||WARN|500||The sdc end point is not alive
2022-11-01T05:28:49.722Z||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-01T05:28:52.728Z||main|||||WARN|500||---
2022-11-01T05:28:52.728Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-01T05:28:52.729Z||main|||||WARN|500||---
2022-11-01T05:28:53.189Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-01T05:28:58.428Z||main|||||INFO|500||Started Application in 42.213 seconds (JVM running for 44.813)
2022-11-01T05:28:58.453Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-01T05:28:58.454Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-01T05:28:58.467Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-01T05:28:58.489Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-01T05:28:58.534Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 26bc82e9-cb28-4462-8c26-f77c5df3dc41 url= /sdc/v1/artifactTypes
2022-11-01T05:28:58.535Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-01T05:28:58.786Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-01T05:28:58.849Z||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-01T05:28:58.870Z||scheduling-1|||||DEBUG|500||create keys
2022-11-01T05:28:58.882Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-01T05:28:58.917Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:28:58.934Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 51185a9b-10c8-49e2-bac9-a5188637f9a9 url= /sdc/v1/registerForDistribution
2022-11-01T05:28:59.011Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 51185a9b-10c8-49e2-bac9-a5188637f9a9 url= /sdc/v1/registerForDistribution
2022-11-01T05:28:59.012Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-01T05:28:59.025Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:28:59.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:28:59.036Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-01T05:28:59.046Z||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-01T05:28:59.046Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:28:59.045Z||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-01T05:28:59.047Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:29:09.374Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:29:09.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:29:59.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:29:59.024Z||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-01T05:29:59.025Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:29:59.025Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:29:59.026Z||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-01T05:29:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:30:08.578Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:30:08.582Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:30:59.020Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:30:59.021Z||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-01T05:30:59.021Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:30:59.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:30:59.025Z||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-01T05:30:59.025Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:31:08.584Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:31:08.592Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:31:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:31:59.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T05:31:59.021Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iEGnMOf2EBzXGwAE) ...
2022-11-01T05:31:59.025Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:31:59.026Z||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-01T05:31:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:32:08.584Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:32:08.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:32:59.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:32:59.022Z||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-01T05:32:59.022Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:32:59.026Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:32:59.027Z||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-01T05:32:59.027Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:33:08.567Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:33:08.568Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:33:59.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:33:59.021Z||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-01T05:33:59.022Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:33:59.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:33:59.025Z||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-01T05:33:59.025Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:34:08.565Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:34:08.577Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:34:59.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:34:59.021Z||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-01T05:34:59.022Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:34:59.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:34:59.028Z||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-01T05:34:59.028Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:35:08.574Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:35:08.576Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:35:59.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:35:59.021Z||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-01T05:35:59.021Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:35:59.025Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:35:59.026Z||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-01T05:35:59.027Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:36:08.568Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:36:08.569Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:36:59.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:36:59.022Z||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-01T05:36:59.022Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:36:59.025Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:36:59.025Z||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-01T05:36:59.025Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:37:08.571Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:37:08.572Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:37:59.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:37:59.021Z||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-01T05:37:59.022Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:37:59.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:37:59.026Z||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-01T05:37:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:38:08.573Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:38:08.591Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:38:59.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:38:59.023Z||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-01T05:38:59.023Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:38:59.025Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:38:59.026Z||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-01T05:38:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:39:05.731Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-01T05:39:08.567Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:39:08.567Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:39:59.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:39:59.024Z||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-01T05:39:59.024Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:39:59.025Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:39:59.026Z||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-01T05:39:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:40:08.571Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:40:08.575Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:40:59.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:40:59.021Z||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-01T05:40:59.022Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:40:59.025Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:40:59.026Z||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-01T05:40:59.027Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:41:08.572Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:41:08.573Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:41:59.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:41:59.022Z||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-01T05:41:59.023Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:41:59.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:41:59.026Z||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-01T05:41:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:42:08.566Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:42:08.570Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:42:59.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:42:59.025Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:42:59.027Z||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-01T05:42:59.027Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:42:59.028Z||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-01T05:42:59.029Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:43:08.591Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:43:08.595Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:43:59.022Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:43:59.024Z||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-01T05:43:59.024Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:43:59.025Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:43:59.025Z||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-01T05:43:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:44:08.601Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:44:08.607Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:44:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:44:59.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T05:44:59.022Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iEGnMOf2EBzXGwAE) ...
2022-11-01T05:44:59.025Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:44:59.026Z||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-01T05:44:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:45:08.590Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:45:08.603Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:45:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:45:59.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T05:45:59.021Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iEGnMOf2EBzXGwAE) ...
2022-11-01T05:45:59.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:45:59.025Z||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-01T05:45:59.025Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:46:08.597Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:46:08.598Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:46:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:46:59.022Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T05:46:59.022Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iEGnMOf2EBzXGwAE) ...
2022-11-01T05:46:59.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:46:59.025Z||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-01T05:46:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:47:08.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:47:08.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:47:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:47:59.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T05:47:59.021Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iEGnMOf2EBzXGwAE) ...
2022-11-01T05:47:59.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:47:59.026Z||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-01T05:47:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:48:08.568Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:48:08.573Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:48:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:48:59.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T05:48:59.021Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iEGnMOf2EBzXGwAE) ...
2022-11-01T05:48:59.025Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:48:59.026Z||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-01T05:48:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:49:08.588Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:49:08.589Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:49:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:49:59.022Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T05:49:59.022Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iEGnMOf2EBzXGwAE) ...
2022-11-01T05:49:59.025Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:49:59.026Z||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-01T05:49:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:50:08.572Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:50:08.586Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:50:59.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:50:59.024Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T05:50:59.024Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iEGnMOf2EBzXGwAE) ...
2022-11-01T05:50:59.025Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:50:59.025Z||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-01T05:50:59.025Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:51:08.578Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:51:08.578Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:51:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:51:59.022Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T05:51:59.023Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iEGnMOf2EBzXGwAE) ...
2022-11-01T05:51:59.025Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:51:59.026Z||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-01T05:51:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:52:08.562Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:52:08.565Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:52:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:52:59.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T05:52:59.021Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iEGnMOf2EBzXGwAE) ...
2022-11-01T05:52:59.025Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:52:59.025Z||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-01T05:52:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:53:08.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:53:08.572Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:53:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:53:59.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T05:53:59.021Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iEGnMOf2EBzXGwAE) ...
2022-11-01T05:53:59.025Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:53:59.026Z||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-01T05:53:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:54:08.592Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:54:08.593Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:54:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:54:59.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T05:54:59.021Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iEGnMOf2EBzXGwAE) ...
2022-11-01T05:54:59.025Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:54:59.026Z||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-01T05:54:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:55:08.574Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:55:08.580Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:55:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:55:59.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T05:55:59.021Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iEGnMOf2EBzXGwAE) ...
2022-11-01T05:55:59.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:55:59.026Z||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-01T05:55:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:56:08.564Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:56:08.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:56:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:56:59.022Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T05:56:59.023Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iEGnMOf2EBzXGwAE) ...
2022-11-01T05:56:59.025Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:56:59.026Z||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-01T05:56:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:57:08.590Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:57:08.591Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:57:59.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:57:59.022Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T05:57:59.022Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iEGnMOf2EBzXGwAE) ...
2022-11-01T05:57:59.025Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:57:59.025Z||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-01T05:57:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:58:08.562Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:58:08.582Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:58:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:58:59.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T05:58:59.021Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iEGnMOf2EBzXGwAE) ...
2022-11-01T05:58:59.025Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:58:59.026Z||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-01T05:58:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T05:59:08.564Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:59:08.590Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T05:59:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:59:59.022Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T05:59:59.022Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iEGnMOf2EBzXGwAE) ...
2022-11-01T05:59:59.025Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:59:59.026Z||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-01T05:59:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:00:08.567Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:00:08.568Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:00:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:00:59.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T06:00:59.021Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:00:59.025Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:00:59.025Z||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-01T06:00:59.025Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:01:08.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:01:08.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:01:59.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:01:59.021Z||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-01T06:01:59.021Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:01:59.025Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:01:59.026Z||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-01T06:01:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:02:08.564Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:02:08.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:02:59.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:02:59.022Z||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-01T06:02:59.022Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:02:59.025Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:02:59.026Z||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-01T06:02:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:03:08.566Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:03:08.566Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:03:59.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:03:59.023Z||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-01T06:03:59.023Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:03:59.025Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:03:59.026Z||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-01T06:03:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:04:08.568Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:04:08.571Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:04:59.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:04:59.021Z||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-01T06:04:59.021Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:04:59.025Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:04:59.025Z||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-01T06:04:59.025Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:05:08.573Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:05:08.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:05:59.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:05:59.021Z||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-01T06:05:59.021Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:05:59.025Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:05:59.025Z||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-01T06:05:59.025Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:06:08.571Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:06:08.571Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:06:59.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:06:59.021Z||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-01T06:06:59.021Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:06:59.025Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:06:59.025Z||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-01T06:06:59.025Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:07:08.563Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:07:08.569Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:07:59.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:07:59.021Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T06:07:59.021Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:07:59.025Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:07:59.025Z||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-01T06:07:59.025Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:08:08.593Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:08:08.602Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:08:59.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:08:59.021Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T06:08:59.022Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:08:59.025Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:08:59.025Z||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-01T06:08:59.025Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:08:59.646Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:08:59.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"17c002dd-806b-483b-9401-ff608af8257e","serviceName":"vFW 2022-11-01 06-07-34","serviceVersion":"1.0","serviceUUID":"793f3603-de06-42cd-b840-057958ef7717","serviceDescription":"catalog service description","serviceInvariantUUID":"3ca459a0-d4d1-47ec-968d-051c3b099810","resources":[{"resourceInstanceName":"vFW 356123ac-943e 0","resourceName":"vFW 356123ac-943e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d6caf87b-e01c-4988-bead-d3629423f507","resourceInvariantUUID":"e6bfdfa8-4bcd-46e7-82e9-c45686220712","resourceCustomizationUUID":"c98d7e45-ad30-4826-9668-f82bab637c9c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vf-license-model.xml","artifactChecksum":"MzEwODUyMGUyOGI4NDc5ODcxODI0OWZiMDY1MWMzODk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"32599199-3773-4dfd-a1bb-76a25b2eb32d","artifactVersion":"1"},{"artifactName":"vfw356123ac943e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json","artifactChecksum":"NzNiN2MyNDcxMTYxMjQzNjY4MWViMGUzZTk3YTQ5ZTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5b463bd7-05df-47d3-ad09-eef0d1a776e0","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0401e90f-5920-4db8-825f-70f8e31eeda4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDM0NDcyMjI1OGRjMDIyZDAxNjg4MzA5YmUxYThjMGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"adf197d9-2c09-42cf-8fd4-7d6408d3457c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"657ac5a4-62e7-47ed-b415-dd6124d0bea5","artifactVersion":"2","generatedFromUUID":"0401e90f-5920-4db8-825f-70f8e31eeda4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221101060734-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-template.yml","artifactChecksum":"ZjVlODZjNzdhNzMyNTEzMWUzMDM1MDY2YmVkN2VjMDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e9814954-bb7d-465a-8f0f-a82b12c19e70","artifactVersion":"1"},{"artifactName":"service-Vfw20221101060734-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar","artifactChecksum":"M2NiNTU3YmIyNWZiNDYyNzhhZmM5NTNjZWM4NGNmOGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f789bd1-475f-4e16-84e7-f0cdce9bb0e5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-01T06:08:59.649Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:08:59.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "ves-openapi-manager",
"timestamp": 1667282900905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:08:59.679Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T06:08:59.685Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:08:59.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.700Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:08:59.700Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667282939021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:08:59.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "cds",
"timestamp": 1667282907106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:08:59.701Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667282905017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:08:59.702Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "aai-ml",
"timestamp": 1667282901726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:08:59.703Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "ves-openapi-manager",
"timestamp": 1667282900905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:08:59.704Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.704Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.704Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "cds",
"timestamp": 1667282907106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:08:59.705Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.705Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.705Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667282905017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:08:59.706Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "aai-ml",
"timestamp": 1667282901726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:08:59.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "ves-openapi-manager",
"timestamp": 1667282900905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:08:59.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "cds",
"timestamp": 1667282907106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:08:59.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667282905017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:08:59.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "aai-ml",
"timestamp": 1667282901726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:08:59.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "ves-openapi-manager",
"timestamp": 1667282900905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:08:59.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667282905017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:08:59.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "cds",
"timestamp": 1667282907106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:08:59.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "aai-ml",
"timestamp": 1667282901726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:08:59.715Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "ves-openapi-manager",
"timestamp": 1667282900905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:08:59.716Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "cds",
"timestamp": 1667282907106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:08:59.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "aai-ml",
"timestamp": 1667282901726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:08:59.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667282905017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:08:59.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "ves-openapi-manager",
"timestamp": 1667282900905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:08:59.722Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667282905017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:08:59.723Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "aai-ml",
"timestamp": 1667282901726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:08:59.723Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "cds",
"timestamp": 1667282907106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:08:59.723Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "ves-openapi-manager",
"timestamp": 1667282900905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:08:59.724Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667282905017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar",
"status": "NOTIFIED"
}
2022-11-01T06:08:59.724Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "aai-ml",
"timestamp": 1667282901726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar",
"status": "NOTIFIED"
}
2022-11-01T06:08:59.724Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "cds",
"timestamp": 1667282907106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar",
"status": "NOTIFIED"
}
2022-11-01T06:08:59.725Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667282917090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:08:59.725Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:08:59.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "aai-ml",
"timestamp": 1667282917366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:08:59.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:08:59.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "cds",
"timestamp": 1667282916053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:08:59.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:08:59.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "cds",
"timestamp": 1667282917074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-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-01T06:08:59.800Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-11-01T06:08:59.805Z||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-01T06:08:59.805Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:08:59.819Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:08:59.820Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-01T06:08:59.940Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 17c002dd-806b-483b-9401-ff608af8257e
2022-11-01T06:08:59.963Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17c002dd-806b-483b-9401-ff608af8257e 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-01T06:08:59.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667282917330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:08:59.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667282917330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json",
"status": "NOTIFIED"
}
2022-11-01T06:08:59.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667282917330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-01T06:08:59.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667282917330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:08:59.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667282922497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-01T06:08:59.991Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:08:59.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667282917330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-01T06:08:59.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:08:59.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:08:59.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667282923501,
"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-01T06:09:00.009Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 17c002dd-806b-483b-9401-ff608af8257e
2022-11-01T06:09:00.009Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17c002dd-806b-483b-9401-ff608af8257e 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-01T06:09:00.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:09:00.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667282917330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:09:00.019Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:09:00.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:09:00.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667282917330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar",
"status": "NOTIFIED"
}
2022-11-01T06:09:00.020Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:09:00.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:09:00.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667282925154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:09:00.020Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:09:00.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:09:00.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667282926231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:09:00.020Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:09:00.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:09:00.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667282927305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:09:00.021Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:09:00.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:09:00.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667282928415,
"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-01T06:09:00.027Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17c002dd-806b-483b-9401-ff608af8257e
2022-11-01T06:09:00.027Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17c002dd-806b-483b-9401-ff608af8257e 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-01T06:09:00.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:09:00.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667282929424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-01T06:09:00.037Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:09:00.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:09:00.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "aai-ml",
"timestamp": 1667282932530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-01T06:09:00.038Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:09:00.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:09:00.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "aai-ml",
"timestamp": 1667282933535,
"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-01T06:09:00.049Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 17c002dd-806b-483b-9401-ff608af8257e
2022-11-01T06:09:00.049Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17c002dd-806b-483b-9401-ff608af8257e 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-01T06:09:00.708Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T06:09:00.709Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:09:00.711Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:09:00.711Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667282939021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json",
"status": "NOTIFIED"
}
2022-11-01T06:09:00.811Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:09:00.812Z||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-01T06:09:00.812Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:09:00.824Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:09:00.825Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-01T06:09:01.712Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T06:09:01.713Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:09:01.715Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:09:01.715Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667282939021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-01T06:09:01.815Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:09:01.816Z||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-01T06:09:01.816Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:09:01.828Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:09:01.829Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-01T06:09:02.716Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T06:09:02.717Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:09:02.719Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:09:02.719Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667282939021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:09:02.819Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:09:02.820Z||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-01T06:09:02.820Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:09:02.839Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:09:02.839Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-01T06:09:03.719Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T06:09:03.720Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:09:03.722Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:09:03.723Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667282939021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-01T06:09:03.823Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:09:03.824Z||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-01T06:09:03.824Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:09:03.836Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:09:03.836Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-01T06:09:04.723Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T06:09:04.724Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:09:04.728Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:09:04.728Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667282939021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:09:04.828Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:09:04.829Z||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-01T06:09:04.829Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:09:04.841Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:09:04.841Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-01T06:09:05.729Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T06:09:05.730Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:09:05.732Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:09:05.732Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667282939021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar",
"status": "NOTIFIED"
}
2022-11-01T06:09:05.832Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:09:05.833Z||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-01T06:09:05.833Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:09:05.844Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:09:05.845Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T06:09:06.735Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"serviceName": "vFW 2022-11-01 06-07-34",
"serviceVersion": "1.0",
"serviceUUID": "793f3603-de06-42cd-b840-057958ef7717",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "3ca459a0-d4d1-47ec-968d-051c3b099810",
"resources": [
{
"resourceInstanceName": "vFW 356123ac-943e 0",
"resourceCustomizationUUID": "c98d7e45-ad30-4826-9668-f82bab637c9c",
"resourceName": "vFW 356123ac-943e",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d6caf87b-e01c-4988-bead-d3629423f507",
"resourceInvariantUUID": "e6bfdfa8-4bcd-46e7-82e9-c45686220712",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw356123ac943e0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json",
"artifactChecksum": "NzNiN2MyNDcxMTYxMjQzNjY4MWViMGUzZTk3YTQ5ZTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5b463bd7-05df-47d3-ad09-eef0d1a776e0",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0401e90f-5920-4db8-825f-70f8e31eeda4",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "657ac5a4-62e7-47ed-b415-dd6124d0bea5",
"generatedFromUUID": "0401e90f-5920-4db8-825f-70f8e31eeda4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "657ac5a4-62e7-47ed-b415-dd6124d0bea5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221101060734-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar",
"artifactChecksum": "M2NiNTU3YmIyNWZiNDYyNzhhZmM5NTNjZWM4NGNmOGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1f789bd1-475f-4e16-84e7-f0cdce9bb0e5"
}
],
"workloadContext": "Production"
}
2022-11-01T06:09:06.736Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-01T06:09:06.736Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 793f3603-de06-42cd-b840-057958ef7717 ASDC
2022-11-01T06:09:06.850Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:17c002dd-806b-483b-9401-ff608af8257e
ServiceName:vFW 2022-11-01 06-07-34
ServiceVersion:1.0
ServiceUUID:793f3603-de06-42cd-b840-057958ef7717
ServiceInvariantUUID:3ca459a0-d4d1-47ec-968d-051c3b099810
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221101060734-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar
ArtifactUUID:1f789bd1-475f-4e16-84e7-f0cdce9bb0e5
ArtifactChecksum:M2NiNTU3YmIyNWZiNDYyNzhhZmM5NTNjZWM4NGNmOGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 356123ac-943e 0
ResourceCustomizationUUID:c98d7e45-ad30-4826-9668-f82bab637c9c
ResourceInvariantUUID:e6bfdfa8-4bcd-46e7-82e9-c45686220712
ResourceName:vFW 356123ac-943e
ResourceType:VF
ResourceUUID:d6caf87b-e01c-4988-bead-d3629423f507
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw356123ac943e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json
ArtifactUUID:5b463bd7-05df-47d3-ad09-eef0d1a776e0
ArtifactChecksum:NzNiN2MyNDcxMTYxMjQzNjY4MWViMGUzZTk3YTQ5ZTU=
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/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml
ArtifactUUID:0401e90f-5920-4db8-825f-70f8e31eeda4
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/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env
ArtifactUUID:657ac5a4-62e7-47ed-b415-dd6124d0bea5
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/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env
ArtifactUUID:657ac5a4-62e7-47ed-b415-dd6124d0bea5
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-01T06:09:06.851Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 793f3603-de06-42cd-b840-057958ef7717 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-01T06:09:06.904Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-01T06:09:06.905Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-01T06:09:06.907Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-01T06:09:06.907Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1f789bd1-475f-4e16-84e7-f0cdce9bb0e5 from URL: /sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar
2022-11-01T06:09:06.907Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-01T06:09:06.908Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar
2022-11-01T06:09:07.012Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-01T06:09:07.032Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar 1f789bd1-475f-4e16-84e7-f0cdce9bb0e5 100652
2022-11-01T06:09:07.034Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar ASDC sendASDCNotification
2022-11-01T06:09:07.034Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar
2022-11-01T06:09:07.036Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T06:09:07.037Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:09:07.039Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:09:07.039Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667282947032,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:09:07.139Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:09:07.141Z||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-01T06:09:07.141Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:09:07.152Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:09:07.152Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T06:09:08.040Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-01T06:09:08.041Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-01T06:09:08.041Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 1f789bd1-475f-4e16-84e7-f0cdce9bb0e5, URL: /sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar to file: /app/ASDC/1/service-Vfw20221101060734-csar.csar
2022-11-01T06:09:08.042Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221101060734-csar.csar
2022-11-01T06:09:08.151Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221101060734-csar.csar
2022-11-01T06:09:08.152Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221101060734-csar.csar
2022-11-01T06:09:08.975Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4342638883620632370/Definitions/service-Vfw20221101060734-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_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_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
2022-11-01T06:09:11.836Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-01T06:09:11.841Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-01T06:09:11.841Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221101060734-csar.csar
2022-11-01T06:09:11.841Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-01T06:09:11.842Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221101060734-csar.csar
2022-11-01T06:09:11.842Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 356123ac-943e 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-Vfw20221101060734-csar.csar
2022-11-01T06:09:11.842Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||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-Vfw20221101060734-csar.csar
2022-11-01T06:09:11.842Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||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-Vfw20221101060734-csar.csar
2022-11-01T06:09:11.842Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||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-Vfw20221101060734-csar.csar
2022-11-01T06:09:11.842Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221101060734-csar.csar
2022-11-01T06:09:11.842Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221101060734-csar.csar
2022-11-01T06:09:11.842Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||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-Vfw20221101060734-csar.csar
2022-11-01T06:09:11.842Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221101060734-csar.csar
2022-11-01T06:09:11.843Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221101060734-csar.csar
2022-11-01T06:09:11.843Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221101060734-csar.csar
2022-11-01T06:09:11.843Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-01T06:09:11.850Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:11.851Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:09:11.855Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is matching search criteria
2022-11-01T06:09:11.855Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-01T06:09:11.857Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 356123ac-943e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-01T06:09:11.859Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:11.859Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:09:11.860Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is matching search criteria
2022-11-01T06:09:11.860Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-01T06:09:11.860Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 356123ac-943e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-01T06:09:11.860Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:11.860Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:09:11.864Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:11.864Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is not matching search criteria
2022-11-01T06:09:11.864Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-01T06:09:11.864Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-01T06:09:11.865Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-01T06:09:11.865Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-01T06:09:11.865Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-01T06:09:11.865Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-01T06:09:11.865Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-01T06:09:11.866Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-01T06:09:11.866Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-01T06:09:11.866Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-01T06:09:11.866Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-01T06:09:11.866Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-01T06:09:11.866Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-01T06:09:11.867Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-01T06:09:11.867Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-01T06:09:11.867Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-01T06:09:11.867Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:11.867Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-01T06:09:11.868Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:11.869Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is matching search criteria
2022-11-01T06:09:11.869Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 356123ac-943e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T06:09:11.869Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:11.869Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is matching search criteria
2022-11-01T06:09:11.870Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 356123ac-943e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T06:09:11.870Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:11.870Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is matching search criteria
2022-11-01T06:09:11.870Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 356123ac-943e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T06:09:11.871Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:11.871Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is not matching search criteria
2022-11-01T06:09:11.871Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-01T06:09:11.871Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-01T06:09:11.871Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-01T06:09:11.871Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-01T06:09:11.872Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-01T06:09:11.872Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-01T06:09:11.872Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-01T06:09:11.872Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-01T06:09:11.872Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-01T06:09:11.872Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-01T06:09:11.873Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-01T06:09:11.873Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=074cb394-24c8-494e-a4dd-f6e1d1a13549
2022-11-01T06:09:11.873Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:11.873Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is not matching search criteria
2022-11-01T06:09:11.873Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-01T06:09:11.874Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-01T06:09:11.874Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-01T06:09:11.874Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-01T06:09:11.874Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-01T06:09:11.874Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-01T06:09:11.875Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-01T06:09:11.875Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-01T06:09:11.875Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-01T06:09:11.875Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-01T06:09:11.875Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-01T06:09:11.875Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-01T06:09:11.876Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5e287839-fa99-46b1-86de-37679e0b17a5
2022-11-01T06:09:11.876Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:11.876Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is not matching search criteria
2022-11-01T06:09:11.876Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-01T06:09:11.876Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-01T06:09:11.877Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-01T06:09:11.877Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-01T06:09:11.877Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-01T06:09:11.877Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-01T06:09:11.877Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-01T06:09:11.877Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-01T06:09:11.878Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-01T06:09:11.878Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-01T06:09:11.878Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-01T06:09:11.878Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-01T06:09:11.878Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=111a0a95-88d5-45e1-b60d-d866df543b2b
2022-11-01T06:09:11.879Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:11.879Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:09:11.879Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:11.879Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:09:11.879Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:11.879Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:09:11.880Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:11.880Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:09:11.880Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-01 06-07-34
Description:catalog service description
Model UUID:793f3603-de06-42cd-b840-057958ef7717
Model Version:NULL
Model InvariantUuid:3ca459a0-d4d1-47ec-968d-051c3b099810
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 356123ac-943e
Model UUID:82b6c609-7fe8-4500-b5c7-d5746efe94b9
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e6bfdfa8-4bcd-46e7-82e9-c45686220712
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c98d7e45-ad30-4826-9668-f82bab637c9c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:07711762-2ccf-4393-9047-c5e7148d81e8
ModelName:Vfw356123ac943e..base_vfw..module-0
ModelUuid:29499e0a-b53e-43c1-9685-70cc4b89b275
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:074cb394-24c8-494e-a4dd-f6e1d1a13549
ModelInvariantUuid:dd463d15-f546-46fe-91d8-0f145fe21d3b
ModelName:vFW 356123ac-943e-nodes.vfwCvfc
ModelUuid:2d47510e-2c42-4bae-b710-9a6b055d9a11
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:c3c6741c-5c0c-4a78-855c-26cdd8be19c5
ModelInvariantUuid:ee1acd43-4d8e-42bc-a8d7-56fffed4d942
ModelName:Vfw356123ac943e.compute.nodes.heat.vfw
ModelUuid:8100b367-2432-47e6-9e55-c8764c8c6384
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5e287839-fa99-46b1-86de-37679e0b17a5
ModelInvariantUuid:eabf1520-9911-452c-9d00-2c18b8021d94
ModelName:vFW 356123ac-943e-nodes.vsnCvfc
ModelUuid:f0b6796a-dafb-4ebb-89a8-dc12cdb4ca98
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:2fd3bf7c-9e88-4249-85d1-4d134285ffd4
ModelInvariantUuid:d23641c1-70f3-4d51-8e77-802dc7be367e
ModelName:Vfw356123ac943e.compute.nodes.heat.vsn
ModelUuid:8049d053-b0aa-4953-a6b2-f42c61f309ed
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:111a0a95-88d5-45e1-b60d-d866df543b2b
ModelInvariantUuid:d922b70b-55c6-4a01-8b39-7f83a579aa73
ModelName:vFW 356123ac-943e-nodes.vpgCvfc
ModelUuid:117e7cc9-213e-48cd-96a9-27f61709ea7c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:30b9ab38-7c26-4fe2-a9d9-179f4977af14
ModelInvariantUuid:e801ca65-e6fe-4123-803f-da4677840c65
ModelName:Vfw356123ac943e.compute.nodes.heat.vpg
ModelUuid:21d482e9-69f7-4105-aba6-5d881a160a9d
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-01T06:09:11.892Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: d6caf87b-e01c-4988-bead-d3629423f507
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-01T06:09:11.983Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||vFW 356123ac-943e 0
2022-11-01T06:09:11.990Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d6caf87b-e01c-4988-bead-d3629423f507
2022-11-01T06:09:11.990Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5b463bd7-05df-47d3-ad09-eef0d1a776e0 from URL: /sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json
2022-11-01T06:09:11.990Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-01T06:09:11.990Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json
2022-11-01T06:09:12.045Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-01T06:09:12.045Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json 5b463bd7-05df-47d3-ad09-eef0d1a776e0 785
2022-11-01T06:09:12.045Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json ASDC sendASDCNotification
2022-11-01T06:09:12.045Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json
2022-11-01T06:09:12.046Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T06:09:12.046Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:09:12.048Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:09:12.048Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667282952045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:09:12.148Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-01T06:09:12.150Z||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-01T06:09:12.150Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:09:12.161Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:09:12.162Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-01T06:09:13.050Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw356123ac943e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "07711762-2ccf-4393-9047-c5e7148d81e8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "29499e0a-b53e-43c1-9685-70cc4b89b275",
"vfModuleModelCustomizationUUID": "5384bb56-0683-42d9-8a1f-abc80f6fa6f5",
"isBase": true,
"artifacts": [
"0401e90f-5920-4db8-825f-70f8e31eeda4",
"657ac5a4-62e7-47ed-b415-dd6124d0bea5"
],
"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-01T06:09:13.065Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw356123ac943e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:29499e0a-b53e-43c1-9685-70cc4b89b275
VfModuleModelInvariantUUID:07711762-2ccf-4393-9047-c5e7148d81e8
VfModuleModelDescription:NULL
Artifacts UUID List:{
0401e90f-5920-4db8-825f-70f8e31eeda4
,
657ac5a4-62e7-47ed-b415-dd6124d0bea5
}
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-01T06:09:13.068Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw356123ac943e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "07711762-2ccf-4393-9047-c5e7148d81e8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "29499e0a-b53e-43c1-9685-70cc4b89b275",
"vfModuleModelCustomizationUUID": "5384bb56-0683-42d9-8a1f-abc80f6fa6f5",
"isBase": true,
"artifacts": [
"0401e90f-5920-4db8-825f-70f8e31eeda4",
"657ac5a4-62e7-47ed-b415-dd6124d0bea5"
],
"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-01T06:09:13.068Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw356123ac943e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:29499e0a-b53e-43c1-9685-70cc4b89b275
VfModuleModelInvariantUUID:07711762-2ccf-4393-9047-c5e7148d81e8
VfModuleModelDescription:NULL
Artifacts UUID List:{
0401e90f-5920-4db8-825f-70f8e31eeda4
,
657ac5a4-62e7-47ed-b415-dd6124d0bea5
}
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-01T06:09:13.068Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0401e90f-5920-4db8-825f-70f8e31eeda4 from URL: /sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml
2022-11-01T06:09:13.068Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-01T06:09:13.068Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml
2022-11-01T06:09:13.127Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-01T06:09:13.128Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml 0401e90f-5920-4db8-825f-70f8e31eeda4 20368
2022-11-01T06:09:13.128Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-01T06:09:13.128Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml
2022-11-01T06:09:13.129Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T06:09:13.129Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:09:13.131Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:09:13.131Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667282953128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:09:13.232Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:09:13.232Z||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-01T06:09:13.233Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:09:13.244Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:09:13.244Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-01T06:09:14.132Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 657ac5a4-62e7-47ed-b415-dd6124d0bea5 from URL: /sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env
2022-11-01T06:09:14.132Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-01T06:09:14.133Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env
2022-11-01T06:09:14.183Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-01T06:09:14.184Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env 657ac5a4-62e7-47ed-b415-dd6124d0bea5 2098
2022-11-01T06:09:14.184Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-01T06:09:14.184Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env
2022-11-01T06:09:14.184Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T06:09:14.184Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:09:14.187Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:09:14.187Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667282954184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:09:14.287Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:09:14.288Z||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-01T06:09:14.288Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:09:14.299Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:09:14.300Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T06:09:15.188Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 793f3603-de06-42cd-b840-057958ef7717
2022-11-01T06:09:15.188Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 356123ac-943e 0 d6caf87b-e01c-4988-bead-d3629423f507 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-01T06:09:15.223Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5aa4d2ed, org.onap.sdc.toscaparser.api.parameters.Input@c065890, org.onap.sdc.toscaparser.api.parameters.Input@719d395e, org.onap.sdc.toscaparser.api.parameters.Input@38c64989, org.onap.sdc.toscaparser.api.parameters.Input@4489d7c6]
2022-11-01T06:09:15.226Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:15.227Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:09:15.227Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-11-01T06:09:15.227Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= c98d7e45-ad30-4826-9668-f82bab637c9c
2022-11-01T06:09:15.227Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c98d7e45-ad30-4826-9668-f82bab637c9c matches Tosca VF Customization UUID: c98d7e45-ad30-4826-9668-f82bab637c9c
2022-11-01T06:09:15.227Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: c98d7e45-ad30-4826-9668-f82bab637c9c 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-01T06:09:15.233Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:15.233Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:09:15.234Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id c98d7e45-ad30-4826-9668-f82bab637c9c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-01T06:09:15.235Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@f367b9a
2022-11-01T06:09:15.235Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:15.235Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-01T06:09:15.236Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5384bb56-0683-42d9-8a1f-abc80f6fa6f5
2022-11-01T06:09:15.237Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5384bb56-0683-42d9-8a1f-abc80f6fa6f5
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-01T06:09:15.242Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:15.242Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is matching search criteria
2022-11-01T06:09:15.243Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 356123ac-943e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T06:09:15.243Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:15.243Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is matching search criteria
2022-11-01T06:09:15.244Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 356123ac-943e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T06:09:15.244Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:15.244Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is not matching search criteria
2022-11-01T06:09:15.244Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-01T06:09:15.244Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-01T06:09:15.245Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-01T06:09:15.245Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-01T06:09:15.245Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-01T06:09:15.245Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-01T06:09:15.245Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-01T06:09:15.246Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-01T06:09:15.246Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-01T06:09:15.246Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-01T06:09:15.246Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-01T06:09:15.246Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=074cb394-24c8-494e-a4dd-f6e1d1a13549
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-01T06:09:15.253Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:15.253Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is matching search criteria
2022-11-01T06:09:15.253Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 356123ac-943e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T06:09:15.253Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:15.253Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is not matching search criteria
2022-11-01T06:09:15.254Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-01T06:09:15.254Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-01T06:09:15.254Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-01T06:09:15.254Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-01T06:09:15.254Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-01T06:09:15.255Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-01T06:09:15.255Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-01T06:09:15.255Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-01T06:09:15.255Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-01T06:09:15.255Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-01T06:09:15.256Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-01T06:09:15.256Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-01T06:09:15.256Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5e287839-fa99-46b1-86de-37679e0b17a5
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-01T06:09:15.258Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:15.258Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is matching search criteria
2022-11-01T06:09:15.258Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 356123ac-943e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T06:09:15.260Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:15.261Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is not matching search criteria
2022-11-01T06:09:15.261Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-01T06:09:15.261Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-01T06:09:15.261Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-01T06:09:15.261Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-01T06:09:15.262Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-01T06:09:15.262Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-01T06:09:15.262Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-01T06:09:15.262Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-01T06:09:15.262Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-01T06:09:15.263Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-01T06:09:15.263Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-01T06:09:15.263Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-01T06:09:15.263Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=111a0a95-88d5-45e1-b60d-d866df543b2b
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-01T06:09:15.265Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:15.265Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is matching search criteria
2022-11-01T06:09:15.265Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 356123ac-943e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T06:09:15.266Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:15.266Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is matching search criteria
2022-11-01T06:09:15.266Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 356123ac-943e 0] matching following query criteria: sdcType=VF, customizationUUID=c98d7e45-ad30-4826-9668-f82bab637c9c
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-01T06:09:15.268Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:15.268Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:09:15.268Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 793f3603-de06-42cd-b840-057958ef7717: vFW 356123ac-943e
2022-11-01T06:09:15.268Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:15.269Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:09:15.269Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:15.269Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:09:15.269Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:15.270Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:09:15.270Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:15.270Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:09:15.270Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:09:15.270Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:09:15.271Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-11-01 06-07-34
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-01T06:09:15.531Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 356123ac-943e d6caf87b-e01c-4988-bead-d3629423f507 1 ASDC deployResourceStructure
2022-11-01T06:09:15.532Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json ASDC sendASDCNotification
2022-11-01T06:09:15.532Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json
2022-11-01T06:09:15.533Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T06:09:15.533Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:09:15.535Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:09:15.535Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667282955532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-01T06:09:15.636Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:09:15.636Z||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-01T06:09:15.637Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:09:15.653Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:09:15.654Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-01T06:09:16.536Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-01T06:09:16.537Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml
2022-11-01T06:09:16.537Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T06:09:16.537Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:09:16.539Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:09:16.539Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667282956536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-01T06:09:16.639Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-01T06:09:16.641Z||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-01T06:09:16.641Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:09:16.653Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:09:16.653Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-01T06:09:17.540Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-01T06:09:17.541Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env
2022-11-01T06:09:17.541Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T06:09:17.541Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:09:17.543Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:09:17.543Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667282957540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-01T06:09:17.644Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:09:17.645Z||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-01T06:09:17.645Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:09:17.659Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:09:17.659Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-01T06:09:18.544Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar ASDC sendASDCNotification
2022-11-01T06:09:18.545Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar
2022-11-01T06:09:18.549Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T06:09:18.549Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:09:18.552Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:09:18.552Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667282958544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-01T06:09:18.652Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:09:18.653Z||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-01T06:09:18.653Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:09:18.666Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:09:18.666Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-01T06:09:19.556Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17c002dd-806b-483b-9401-ff608af8257e
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-01T06:09:19.578Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17c002dd-806b-483b-9401-ff608af8257e
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-01T06:09:19.581Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-01T06:09:19.581Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-01T06:09:19.581Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-01T06:09:19.582Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-01T06:09:19.582Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-01T06:09:19.582Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-01T06:09:19.582Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-01T06:09:19.582Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-01T06:09:19.583Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-01T06:09:19.583Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||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-01T06:09:19.589Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-01T06:09:49.589Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17c002dd-806b-483b-9401-ff608af8257e 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-01T06:09:49.598Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17c002dd-806b-483b-9401-ff608af8257e and serviceModelVersionId: 793f3603-de06-42cd-b840-057958ef7717
2022-11-01T06:09:49.598Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ca459a0-d4d1-47ec-968d-051c3b099810
2022-11-01T06:09:59.025Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:09:59.026Z||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-01T06:09:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:09:59.152Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:09:59.153Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:09:59.153Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667282939021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:09:59.154Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:05.165Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ca459a0-d4d1-47ec-968d-051c3b099810/model-vers/model-ver/793f3603-de06-42cd-b840-057958ef7717?depth=0
2022-11-01T06:10:05.314Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-11-01T06:10:05.830Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ca459a0-d4d1-47ec-968d-051c3b099810/model-vers/model-ver/793f3603-de06-42cd-b840-057958ef7717?depth=0|INFO|500||Invoke
2022-11-01T06:10:05.837Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ca459a0-d4d1-47ec-968d-051c3b099810/model-vers/model-ver/793f3603-de06-42cd-b840-057958ef7717?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ca459a0-d4d1-47ec-968d-051c3b099810/model-vers/model-ver/793f3603-de06-42cd-b840-057958ef7717?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17c002dd-806b-483b-9401-ff608af8257e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[058f0599-bb20-47cf-82d7-4a93908102b6], X-ECOMP-RequestID=[17c002dd-806b-483b-9401-ff608af8257e], X-TransactionId=[], X-ONAP-RequestID=[17c002dd-806b-483b-9401-ff608af8257e], Content-Type=[application/merge-patch+json]}
2022-11-01T06:10:05.955Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ca459a0-d4d1-47ec-968d-051c3b099810/model-vers/model-ver/793f3603-de06-42cd-b840-057958ef7717?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-01T06:10:06.133Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ca459a0-d4d1-47ec-968d-051c3b099810/model-vers/model-ver/793f3603-de06-42cd-b840-057958ef7717?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ca459a0-d4d1-47ec-968d-051c3b099810/model-vers/model-ver/793f3603-de06-42cd-b840-057958ef7717?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221101-06:10:08:122-26016], vertex-id=[393272], Content-Length=[0], Date=[Tue, 01 Nov 2022 06:10:08 GMT], Content-Type=[application/json]}
2022-11-01T06:10:06.135Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ca459a0-d4d1-47ec-968d-051c3b099810/model-vers/model-ver/793f3603-de06-42cd-b840-057958ef7717?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-01T06:10:06.136Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ca459a0-d4d1-47ec-968d-051c3b099810/model-vers/model-ver/793f3603-de06-42cd-b840-057958ef7717?depth=0|INFO|500||InvokeReturn
2022-11-01T06:10:06.140Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-01T06:10:06.141Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||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-01T06:10:06.146Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||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-01T06:10:06.147Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17c002dd-806b-483b-9401-ff608af8257e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-01T06:10:06.148Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-01T06:10:06.149Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:10:06.151Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:10:06.151Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283006148,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-01T06:10:06.251Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:10:06.252Z||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-01T06:10:06.252Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:10:06.264Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:10:06.264Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 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-01T06:10:07.167Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:10:07.168Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T06:10:07.168Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:10:07.791Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:10:07.793Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T06:10:07.793Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"1b922ade-22de-471d-afdb-3ac0b5af81a6","serviceName":"basic_onboard_EFhybr","serviceVersion":"1.0","serviceUUID":"62b5c1f1-8b74-4ee4-9816-adaf7d371844","serviceDescription":"service","serviceInvariantUUID":"a3f21286-b3bf-46ff-bd3a-4b755806a239","resources":[{"resourceInstanceName":"basic_onboard_EFhybr 0","resourceName":"basic_onboard_EFhybr","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"499b2329-7020-4315-bd17-9f443ceb775e","resourceInvariantUUID":"6ea7fffe-f0ea-4e99-a63d-e26d1367bd93","resourceCustomizationUUID":"f2051dd2-3904-4e06-8538-18d90173a89a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vf-license-model.xml","artifactChecksum":"YjNiNjEwYzA4YmFhMjBjNzJkNTFjZjE3Yjg2Y2RhZTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e2c72bdf-4c67-4175-9a43-3957d3c2440d","artifactVersion":"1"},{"artifactName":"basic_onboard_efhybr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json","artifactChecksum":"Yzg4MmZkY2QzNzk2OGVmNjI3N2QxMTg0NThkMjc1OGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1e4f7148-1d46-4f42-85dc-debf75999f39","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cba14aed-079a-4f90-8a0d-e219a64cf8e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b7fe3de2-72e8-40f8-8a12-bf6d7cb39740","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"397b3293-e5f7-43bc-8266-57f81af43705","artifactVersion":"2","generatedFromUUID":"cba14aed-079a-4f90-8a0d-e219a64cf8e0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardEfhybr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-template.yml","artifactChecksum":"OTJlZGY0ZTlkYTFhYmQyMmU5NDI1MGNlYjgwNzVkMWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"368d65f2-a91b-41cd-bae3-83cd9118aedb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardEfhybr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar","artifactChecksum":"NjllNGU0YzE3MDY3MjMxNGMxZjNkNDc0NGJlZTk2ZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8395feb9-9ad7-423a-8ede-e74bd64c3237","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-01T06:10:07.795Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T06:10:07.796Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:10:07.798Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:10:07.798Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283007167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:07.898Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:10:07.899Z||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-01T06:10:07.899Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:10:07.919Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:10:07.920Z||pool-19-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-01T06:10:08.799Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T06:10:08.800Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:10:08.801Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:10:08.801Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283007167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json",
"status": "NOTIFIED"
}
2022-11-01T06:10:08.902Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:10:08.903Z||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-01T06:10:08.903Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:10:08.916Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:10:08.917Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-01T06:10:09.802Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T06:10:09.803Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:10:09.805Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:10:09.805Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283007167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-01T06:10:09.905Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:10:09.906Z||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-01T06:10:09.907Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:10:09.921Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:10:09.921Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-01T06:10:10.806Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T06:10:10.807Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:10:10.809Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:10:10.809Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283007167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:10.910Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-01T06:10:10.911Z||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-01T06:10:10.911Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:10:10.923Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:10:10.923Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-01T06:10:11.810Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T06:10:11.811Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:10:11.813Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:10:11.813Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283007167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-01T06:10:11.913Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:10:11.914Z||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-01T06:10:11.914Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:10:11.926Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:10:11.926Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-01T06:10:12.814Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T06:10:12.815Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:10:12.817Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:10:12.817Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283007167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:12.917Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:10:12.918Z||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-01T06:10:12.918Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:10:12.930Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:10:12.931Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-01T06:10:13.817Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T06:10:13.818Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:10:13.820Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:10:13.820Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283007167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar",
"status": "NOTIFIED"
}
2022-11-01T06:10:13.920Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:10:13.922Z||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-01T06:10:13.922Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:10:13.935Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:10:13.935Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-01T06:10:14.822Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"serviceName": "basic_onboard_EFhybr",
"serviceVersion": "1.0",
"serviceUUID": "62b5c1f1-8b74-4ee4-9816-adaf7d371844",
"serviceDescription": "service",
"serviceInvariantUUID": "a3f21286-b3bf-46ff-bd3a-4b755806a239",
"resources": [
{
"resourceInstanceName": "basic_onboard_EFhybr 0",
"resourceCustomizationUUID": "f2051dd2-3904-4e06-8538-18d90173a89a",
"resourceName": "basic_onboard_EFhybr",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "499b2329-7020-4315-bd17-9f443ceb775e",
"resourceInvariantUUID": "6ea7fffe-f0ea-4e99-a63d-e26d1367bd93",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_efhybr0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json",
"artifactChecksum": "Yzg4MmZkY2QzNzk2OGVmNjI3N2QxMTg0NThkMjc1OGE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1e4f7148-1d46-4f42-85dc-debf75999f39",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "cba14aed-079a-4f90-8a0d-e219a64cf8e0",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "397b3293-e5f7-43bc-8266-57f81af43705",
"generatedFromUUID": "cba14aed-079a-4f90-8a0d-e219a64cf8e0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "397b3293-e5f7-43bc-8266-57f81af43705",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardEfhybr-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar",
"artifactChecksum": "NjllNGU0YzE3MDY3MjMxNGMxZjNkNDc0NGJlZTk2ZGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8395feb9-9ad7-423a-8ede-e74bd64c3237"
}
],
"workloadContext": "Production"
}
2022-11-01T06:10:14.822Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-01T06:10:14.822Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 62b5c1f1-8b74-4ee4-9816-adaf7d371844 ASDC
2022-11-01T06:10:14.823Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:1b922ade-22de-471d-afdb-3ac0b5af81a6
ServiceName:basic_onboard_EFhybr
ServiceVersion:1.0
ServiceUUID:62b5c1f1-8b74-4ee4-9816-adaf7d371844
ServiceInvariantUUID:a3f21286-b3bf-46ff-bd3a-4b755806a239
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardEfhybr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar
ArtifactUUID:8395feb9-9ad7-423a-8ede-e74bd64c3237
ArtifactChecksum:NjllNGU0YzE3MDY3MjMxNGMxZjNkNDc0NGJlZTk2ZGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_EFhybr 0
ResourceCustomizationUUID:f2051dd2-3904-4e06-8538-18d90173a89a
ResourceInvariantUUID:6ea7fffe-f0ea-4e99-a63d-e26d1367bd93
ResourceName:basic_onboard_EFhybr
ResourceType:VF
ResourceUUID:499b2329-7020-4315-bd17-9f443ceb775e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_efhybr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json
ArtifactUUID:1e4f7148-1d46-4f42-85dc-debf75999f39
ArtifactChecksum:Yzg4MmZkY2QzNzk2OGVmNjI3N2QxMTg0NThkMjc1OGE=
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/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cba14aed-079a-4f90-8a0d-e219a64cf8e0
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/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env
ArtifactUUID:397b3293-e5f7-43bc-8266-57f81af43705
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/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env
ArtifactUUID:397b3293-e5f7-43bc-8266-57f81af43705
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-01T06:10:14.823Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 62b5c1f1-8b74-4ee4-9816-adaf7d371844 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-01T06:10:14.857Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-01T06:10:14.858Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-01T06:10:14.858Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-01T06:10:14.858Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8395feb9-9ad7-423a-8ede-e74bd64c3237 from URL: /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar
2022-11-01T06:10:14.858Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-01T06:10:14.858Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar
2022-11-01T06:10:14.929Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-01T06:10:14.935Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar 8395feb9-9ad7-423a-8ede-e74bd64c3237 75286
2022-11-01T06:10:14.935Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar ASDC sendASDCNotification
2022-11-01T06:10:14.935Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar
2022-11-01T06:10:14.935Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T06:10:14.936Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:10:14.938Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:10:14.938Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283014935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:10:15.038Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:10:15.039Z||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-01T06:10:15.039Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:10:15.052Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:10:15.052Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-01T06:10:15.939Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-01T06:10:15.940Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-01T06:10:15.940Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8395feb9-9ad7-423a-8ede-e74bd64c3237, URL: /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar to file: /app/ASDC/1/service-BasicOnboardEfhybr-csar.csar
2022-11-01T06:10:15.941Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardEfhybr-csar.csar
2022-11-01T06:10:15.942Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardEfhybr-csar.csar
2022-11-01T06:10:15.942Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardEfhybr-csar.csar
2022-11-01T06:10:16.081Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8878468915698759866/Definitions/service-BasicOnboardEfhybr-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-01T06:10:17.319Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-01T06:10:17.320Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-01T06:10:17.320Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardEfhybr-csar.csar
2022-11-01T06:10:17.320Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-01T06:10:17.320Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardEfhybr-csar.csar
2022-11-01T06:10:17.321Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||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-BasicOnboardEfhybr-csar.csar
2022-11-01T06:10:17.321Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||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-BasicOnboardEfhybr-csar.csar
2022-11-01T06:10:17.321Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_EFhybr 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-BasicOnboardEfhybr-csar.csar
2022-11-01T06:10:17.321Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||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-BasicOnboardEfhybr-csar.csar
2022-11-01T06:10:17.321Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardEfhybr-csar.csar
2022-11-01T06:10:17.322Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||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-BasicOnboardEfhybr-csar.csar
2022-11-01T06:10:17.322Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-01T06:10:17.322Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:10:17.322Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:10:17.323Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EFhybr 0 is matching search criteria
2022-11-01T06:10:17.323Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-01T06:10:17.323Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EFhybr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-01T06:10:17.324Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:10:17.324Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:10:17.324Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EFhybr 0 is matching search criteria
2022-11-01T06:10:17.324Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-01T06:10:17.325Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EFhybr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-01T06:10:17.325Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:10:17.325Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:10:17.325Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:10:17.326Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EFhybr 0 is not matching search criteria
2022-11-01T06:10:17.326Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-01T06:10:17.326Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-01T06:10:17.326Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-01T06:10:17.327Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-01T06:10:17.327Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-01T06:10:17.327Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:10:17.327Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-01T06:10:17.328Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:10:17.328Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EFhybr 0 is matching search criteria
2022-11-01T06:10:17.328Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EFhybr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T06:10:17.329Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:10:17.329Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EFhybr 0 is matching search criteria
2022-11-01T06:10:17.329Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EFhybr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T06:10:17.329Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:10:17.330Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EFhybr 0 is matching search criteria
2022-11-01T06:10:17.330Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EFhybr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T06:10:17.330Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:10:17.331Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EFhybr 0 is not matching search criteria
2022-11-01T06:10:17.331Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-01T06:10:17.331Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-01T06:10:17.331Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=43422709-3c33-40cc-8b8b-de590f1be7ae
2022-11-01T06:10:17.332Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:10:17.332Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:10:17.332Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:10:17.332Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:10:17.333Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:10:17.333Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:10:17.333Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:10:17.334Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:10:17.334Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_EFhybr
Description:service
Model UUID:62b5c1f1-8b74-4ee4-9816-adaf7d371844
Model Version:NULL
Model InvariantUuid:a3f21286-b3bf-46ff-bd3a-4b755806a239
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_EFhybr
Model UUID:ea804517-ddf3-453e-b496-6c590027a78e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6ea7fffe-f0ea-4e99-a63d-e26d1367bd93
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f2051dd2-3904-4e06-8538-18d90173a89a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c7cc019c-1802-45a8-8bbc-48d1c427ff93
ModelName:BasicOnboardEfhybr..base_ubuntu18..module-0
ModelUuid:6bf3c5fa-ea07-4bf7-a7e5-fb90bf8915ba
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:43422709-3c33-40cc-8b8b-de590f1be7ae
ModelInvariantUuid:639a314a-c6ef-4c58-87e7-3d82b58cf684
ModelName:basic_onboard_EFhybr-nodes.ubuntu18Cvfc
ModelUuid:3741bb92-dc9a-4c88-b6de-93ac161a8b50
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:752cee92-deb3-4d12-bec8-f463731b7053
ModelInvariantUuid:4598f8a8-3b42-4d1d-87ed-b33514cef8dd
ModelName:BasicOnboardEfhybr.compute.nodes.heat.ubuntu18
ModelUuid:275da0e9-a1c8-4caf-b991-74f9ec5b6ca8
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-01T06:10:17.341Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 499b2329-7020-4315-bd17-9f443ceb775e
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-01T06:10:17.344Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||basic_onboard_EFhybr 0
2022-11-01T06:10:17.344Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 499b2329-7020-4315-bd17-9f443ceb775e
2022-11-01T06:10:17.345Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1e4f7148-1d46-4f42-85dc-debf75999f39 from URL: /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json
2022-11-01T06:10:17.345Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-01T06:10:17.345Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json
2022-11-01T06:10:17.394Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-01T06:10:17.394Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json 1e4f7148-1d46-4f42-85dc-debf75999f39 798
2022-11-01T06:10:17.395Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json ASDC sendASDCNotification
2022-11-01T06:10:17.395Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json
2022-11-01T06:10:17.395Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T06:10:17.395Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:10:17.397Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:10:17.397Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283017395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:10:17.498Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-01T06:10:17.499Z||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-01T06:10:17.499Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:10:17.510Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:10:17.510Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T06:10:18.398Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardEfhybr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c7cc019c-1802-45a8-8bbc-48d1c427ff93",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6bf3c5fa-ea07-4bf7-a7e5-fb90bf8915ba",
"vfModuleModelCustomizationUUID": "99e841f9-5686-429f-9f78-99adcdeea738",
"isBase": true,
"artifacts": [
"cba14aed-079a-4f90-8a0d-e219a64cf8e0",
"397b3293-e5f7-43bc-8266-57f81af43705"
],
"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-01T06:10:18.403Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEfhybr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6bf3c5fa-ea07-4bf7-a7e5-fb90bf8915ba
VfModuleModelInvariantUUID:c7cc019c-1802-45a8-8bbc-48d1c427ff93
VfModuleModelDescription:NULL
Artifacts UUID List:{
cba14aed-079a-4f90-8a0d-e219a64cf8e0
,
397b3293-e5f7-43bc-8266-57f81af43705
}
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-01T06:10:18.405Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardEfhybr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c7cc019c-1802-45a8-8bbc-48d1c427ff93",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6bf3c5fa-ea07-4bf7-a7e5-fb90bf8915ba",
"vfModuleModelCustomizationUUID": "99e841f9-5686-429f-9f78-99adcdeea738",
"isBase": true,
"artifacts": [
"cba14aed-079a-4f90-8a0d-e219a64cf8e0",
"397b3293-e5f7-43bc-8266-57f81af43705"
],
"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-01T06:10:18.406Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEfhybr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6bf3c5fa-ea07-4bf7-a7e5-fb90bf8915ba
VfModuleModelInvariantUUID:c7cc019c-1802-45a8-8bbc-48d1c427ff93
VfModuleModelDescription:NULL
Artifacts UUID List:{
cba14aed-079a-4f90-8a0d-e219a64cf8e0
,
397b3293-e5f7-43bc-8266-57f81af43705
}
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-01T06:10:18.406Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cba14aed-079a-4f90-8a0d-e219a64cf8e0 from URL: /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml
2022-11-01T06:10:18.406Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-01T06:10:18.406Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml
2022-11-01T06:10:18.458Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-01T06:10:18.459Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml cba14aed-079a-4f90-8a0d-e219a64cf8e0 5033
2022-11-01T06:10:18.459Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-01T06:10:18.459Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml
2022-11-01T06:10:18.459Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T06:10:18.460Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:10:18.462Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:10:18.462Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283018459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:10:18.562Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:10:18.563Z||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-01T06:10:18.563Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:10:18.574Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:10:18.574Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T06:10:19.463Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 397b3293-e5f7-43bc-8266-57f81af43705 from URL: /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env
2022-11-01T06:10:19.464Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-01T06:10:19.464Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env
2022-11-01T06:10:19.515Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-01T06:10:19.515Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env 397b3293-e5f7-43bc-8266-57f81af43705 909
2022-11-01T06:10:19.516Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-01T06:10:19.516Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env
2022-11-01T06:10:19.516Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T06:10:19.516Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:10:19.518Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:10:19.519Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283019516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:10:19.619Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:10:19.620Z||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-01T06:10:19.620Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:10:19.630Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:10:19.631Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-01T06:10:20.519Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 62b5c1f1-8b74-4ee4-9816-adaf7d371844
2022-11-01T06:10:20.520Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_EFhybr 0 499b2329-7020-4315-bd17-9f443ceb775e 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-01T06:10:20.536Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72bdca70, org.onap.sdc.toscaparser.api.parameters.Input@6a86febd, org.onap.sdc.toscaparser.api.parameters.Input@764a9a0c, org.onap.sdc.toscaparser.api.parameters.Input@4e2ad4b, org.onap.sdc.toscaparser.api.parameters.Input@181019ed]
2022-11-01T06:10:20.538Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:10:20.538Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:10:20.538Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-11-01T06:10:20.538Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= f2051dd2-3904-4e06-8538-18d90173a89a
2022-11-01T06:10:20.539Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f2051dd2-3904-4e06-8538-18d90173a89a matches Tosca VF Customization UUID: f2051dd2-3904-4e06-8538-18d90173a89a
2022-11-01T06:10:20.539Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: f2051dd2-3904-4e06-8538-18d90173a89a 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-01T06:10:20.541Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:10:20.542Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:10:20.542Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id f2051dd2-3904-4e06-8538-18d90173a89a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-01T06:10:20.543Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@769f765b
2022-11-01T06:10:20.543Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:10:20.543Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-01T06:10:20.544Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 99e841f9-5686-429f-9f78-99adcdeea738
2022-11-01T06:10:20.544Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 99e841f9-5686-429f-9f78-99adcdeea738
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-01T06:10:20.546Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:10:20.546Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EFhybr 0 is matching search criteria
2022-11-01T06:10:20.547Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EFhybr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T06:10:20.547Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:10:20.547Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EFhybr 0 is matching search criteria
2022-11-01T06:10:20.548Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EFhybr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T06:10:20.548Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:10:20.548Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EFhybr 0 is not matching search criteria
2022-11-01T06:10:20.549Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-01T06:10:20.549Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-01T06:10:20.549Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=43422709-3c33-40cc-8b8b-de590f1be7ae
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-01T06:10:20.551Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:10:20.552Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EFhybr 0 is matching search criteria
2022-11-01T06:10:20.552Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EFhybr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T06:10:20.552Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:10:20.553Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EFhybr 0 is matching search criteria
2022-11-01T06:10:20.553Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EFhybr 0] matching following query criteria: sdcType=VF, customizationUUID=f2051dd2-3904-4e06-8538-18d90173a89a
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-01T06:10:20.555Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:10:20.555Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:10:20.556Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 62b5c1f1-8b74-4ee4-9816-adaf7d371844: basic_onboard_EFhybr
2022-11-01T06:10:20.556Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:10:20.556Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:10:20.557Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:10:20.557Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:10:20.557Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:10:20.557Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:10:20.558Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:10:20.558Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:10:20.558Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:10:20.559Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:10:20.559Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_EFhybr
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-01T06:10:20.641Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_EFhybr 499b2329-7020-4315-bd17-9f443ceb775e 1 ASDC deployResourceStructure
2022-11-01T06:10:20.641Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json ASDC sendASDCNotification
2022-11-01T06:10:20.642Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json
2022-11-01T06:10:20.642Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T06:10:20.642Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:10:20.644Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:10:20.644Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283020641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-01T06:10:20.744Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-01T06:10:20.746Z||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-01T06:10:20.746Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:10:20.756Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:10:20.757Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T06:10:21.646Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-01T06:10:21.646Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml
2022-11-01T06:10:21.646Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T06:10:21.647Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:10:21.649Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:10:21.650Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283021645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-01T06:10:21.750Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-01T06:10:21.751Z||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-01T06:10:21.751Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:10:21.765Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:10:21.766Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-01T06:10:22.651Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-01T06:10:22.651Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env
2022-11-01T06:10:22.651Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T06:10:22.652Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:10:22.654Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:10:22.654Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283022651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-01T06:10:22.754Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:10:22.755Z||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-01T06:10:22.755Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:10:22.767Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:10:22.767Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-01T06:10:23.655Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar ASDC sendASDCNotification
2022-11-01T06:10:23.655Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar
2022-11-01T06:10:23.656Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T06:10:23.656Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:10:23.658Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:10:23.658Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283023655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-01T06:10:23.758Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:10:23.759Z||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-01T06:10:23.760Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:10:23.772Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:10:23.772Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-01T06:10:24.659Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b922ade-22de-471d-afdb-3ac0b5af81a6
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-01T06:10:24.674Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b922ade-22de-471d-afdb-3ac0b5af81a6
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-01T06:10:24.676Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-01T06:10:24.677Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-01T06:10:24.677Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-01T06:10:54.677Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b922ade-22de-471d-afdb-3ac0b5af81a6
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-01T06:10:54.688Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b922ade-22de-471d-afdb-3ac0b5af81a6
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-01T06:10:54.690Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-01T06:10:54.691Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-01T06:10:54.691Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-01T06:10:59.025Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:10:59.026Z||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-01T06:10:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:10:59.053Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:10:59.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667282939021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json",
"status": "NOTIFIED"
}
2022-11-01T06:10:59.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667282939021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-01T06:10:59.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667282939021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:59.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667282939021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-01T06:10:59.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667282939021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:59.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667282939021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar",
"status": "NOTIFIED"
}
2022-11-01T06:10:59.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "cds",
"timestamp": 1667282937106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:59.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1667282940905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:59.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667282937330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:59.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667282947032,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:10:59.061Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:10:59.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "cds",
"timestamp": 1667282937106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:59.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1667282940905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:59.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667282937330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json",
"status": "NOTIFIED"
}
2022-11-01T06:10:59.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "cds",
"timestamp": 1667282937106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:59.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1667282940905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:59.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667282937330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-01T06:10:59.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "cds",
"timestamp": 1667282937106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:59.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1667282940905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:59.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667282937330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:59.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "cds",
"timestamp": 1667282937106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:59.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1667282940905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:59.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667282937330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-01T06:10:59.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "cds",
"timestamp": 1667282937106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:59.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1667282940905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:59.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667282937330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:59.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667282952045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:10:59.067Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:10:59.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1667282940905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:59.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "cds",
"timestamp": 1667282937106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar",
"status": "NOTIFIED"
}
2022-11-01T06:10:59.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667282937330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar",
"status": "NOTIFIED"
}
2022-11-01T06:10:59.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667282953128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:10:59.069Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:10:59.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667282953521,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:10:59.069Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:10:59.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "cds",
"timestamp": 1667282953549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:10:59.069Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:10:59.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667282954184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:10:59.070Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:10:59.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "cds",
"timestamp": 1667282954557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-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-01T06:10:59.077Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b922ade-22de-471d-afdb-3ac0b5af81a6
2022-11-01T06:10:59.078Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b922ade-22de-471d-afdb-3ac0b5af81a6 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-01T06:10:59.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667282954584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:10:59.089Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:10:59.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667282955532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-01T06:10:59.090Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:10:59.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667282955657,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:10:59.090Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:10:59.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667282956536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-01T06:10:59.090Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:10:59.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.091Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667282956682,
"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-01T06:10:59.095Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b922ade-22de-471d-afdb-3ac0b5af81a6
2022-11-01T06:10:59.095Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b922ade-22de-471d-afdb-3ac0b5af81a6 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-01T06:10:59.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667282957540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-01T06:10:59.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:10:59.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667282957686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-01T06:10:59.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:10:59.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667282958544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-01T06:10:59.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:10:59.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "aai-ml",
"timestamp": 1667282961726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:59.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "aai-ml",
"timestamp": 1667282961726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:59.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "aai-ml",
"timestamp": 1667282961726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:59.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "aai-ml",
"timestamp": 1667282961726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:59.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667282965017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:59.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "aai-ml",
"timestamp": 1667282961726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:59.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667282965017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:59.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "aai-ml",
"timestamp": 1667282961726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:59.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667282965017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:59.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "aai-ml",
"timestamp": 1667282961726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar",
"status": "NOTIFIED"
}
2022-11-01T06:10:59.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667282965017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:59.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "aai-ml",
"timestamp": 1667282969457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:10:59.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:10:59.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667282965017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:59.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667282965017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:10:59.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667282965017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar",
"status": "NOTIFIED"
}
2022-11-01T06:10:59.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:10:59.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667282972847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:10:59.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:10:59.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667282975190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-01T06:10:59.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:10:59.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "aai-ml",
"timestamp": 1667282976324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-01T06:10:59.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:10:59.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667282976195,
"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-01T06:10:59.116Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b922ade-22de-471d-afdb-3ac0b5af81a6
2022-11-01T06:10:59.116Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b922ade-22de-471d-afdb-3ac0b5af81a6 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-01T06:10:59.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:10:59.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "aai-ml",
"timestamp": 1667282977328,
"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-01T06:10:59.129Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1b922ade-22de-471d-afdb-3ac0b5af81a6
2022-11-01T06:10:59.129Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b922ade-22de-471d-afdb-3ac0b5af81a6 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-01T06:11:24.691Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b922ade-22de-471d-afdb-3ac0b5af81a6
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-01T06:11:24.706Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b922ade-22de-471d-afdb-3ac0b5af81a6
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-01T06:11:24.709Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-01T06:11:24.709Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-01T06:11:24.709Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-01T06:11:24.710Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-01T06:11:24.710Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-01T06:11:24.710Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-01T06:11:24.710Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-01T06:11:24.710Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-01T06:11:24.710Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-01T06:11:24.710Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||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-01T06:11:24.716Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-01T06:11:54.716Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b922ade-22de-471d-afdb-3ac0b5af81a6 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-01T06:11:54.722Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b922ade-22de-471d-afdb-3ac0b5af81a6 and serviceModelVersionId: 62b5c1f1-8b74-4ee4-9816-adaf7d371844
2022-11-01T06:11:54.722Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a3f21286-b3bf-46ff-bd3a-4b755806a239
2022-11-01T06:11:54.724Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a3f21286-b3bf-46ff-bd3a-4b755806a239/model-vers/model-ver/62b5c1f1-8b74-4ee4-9816-adaf7d371844?depth=0
2022-11-01T06:11:54.729Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-11-01T06:11:54.785Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3f21286-b3bf-46ff-bd3a-4b755806a239/model-vers/model-ver/62b5c1f1-8b74-4ee4-9816-adaf7d371844?depth=0|INFO|500||Invoke
2022-11-01T06:11:54.786Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3f21286-b3bf-46ff-bd3a-4b755806a239/model-vers/model-ver/62b5c1f1-8b74-4ee4-9816-adaf7d371844?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3f21286-b3bf-46ff-bd3a-4b755806a239/model-vers/model-ver/62b5c1f1-8b74-4ee4-9816-adaf7d371844?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1b922ade-22de-471d-afdb-3ac0b5af81a6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[06cf9b52-dae8-4690-b37c-0d85521da974], X-ECOMP-RequestID=[1b922ade-22de-471d-afdb-3ac0b5af81a6], X-TransactionId=[], X-ONAP-RequestID=[1b922ade-22de-471d-afdb-3ac0b5af81a6], Content-Type=[application/merge-patch+json]}
2022-11-01T06:11:54.812Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3f21286-b3bf-46ff-bd3a-4b755806a239/model-vers/model-ver/62b5c1f1-8b74-4ee4-9816-adaf7d371844?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-01T06:11:54.923Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3f21286-b3bf-46ff-bd3a-4b755806a239/model-vers/model-ver/62b5c1f1-8b74-4ee4-9816-adaf7d371844?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3f21286-b3bf-46ff-bd3a-4b755806a239/model-vers/model-ver/62b5c1f1-8b74-4ee4-9816-adaf7d371844?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221101-06:11:56:988-50958], vertex-id=[204864], Content-Length=[0], Date=[Tue, 01 Nov 2022 06:11:56 GMT], Content-Type=[application/json]}
2022-11-01T06:11:54.923Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3f21286-b3bf-46ff-bd3a-4b755806a239/model-vers/model-ver/62b5c1f1-8b74-4ee4-9816-adaf7d371844?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-01T06:11:54.924Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3f21286-b3bf-46ff-bd3a-4b755806a239/model-vers/model-ver/62b5c1f1-8b74-4ee4-9816-adaf7d371844?depth=0|INFO|500||InvokeReturn
2022-11-01T06:11:54.925Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-01T06:11:54.925Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||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-01T06:11:54.932Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||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-01T06:11:54.932Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b922ade-22de-471d-afdb-3ac0b5af81a6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-01T06:11:54.932Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-01T06:11:54.933Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:11:54.935Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:11:54.935Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283114932,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-01T06:11:55.035Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:11:55.037Z||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-01T06:11:55.037Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:11:55.050Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:11:55.051Z||pool-34-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-01T06:11:55.952Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:11:55.953Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T06:11:55.953Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:11:59.025Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:11:59.026Z||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-01T06:11:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:11:59.054Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:11:59.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:11:59.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17c002dd-806b-483b-9401-ff608af8257e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283006148,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-01T06:11:59.056Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:11:59.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:11:59.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283007167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:11:59.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:11:59.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:11:59.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283007167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json",
"status": "NOTIFIED"
}
2022-11-01T06:11:59.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:11:59.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:11:59.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283007167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-01T06:11:59.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:11:59.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:11:59.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283007167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:11:59.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:11:59.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:11:59.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283007167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-01T06:11:59.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:11:59.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:11:59.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283007167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:11:59.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:11:59.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:11:59.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283007167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar",
"status": "NOTIFIED"
}
2022-11-01T06:11:59.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-01T06:11:59.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:11:59.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283014935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:11:59.061Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:11:59.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:11:59.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283017395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:11:59.062Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:11:59.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:11:59.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283018459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:11:59.062Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:11:59.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:11:59.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283019516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:11:59.063Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:11:59.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:11:59.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283020641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-01T06:11:59.064Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:11:59.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:11:59.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283021645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-01T06:11:59.064Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:11:59.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:11:59.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283022651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-01T06:11:59.065Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:11:59.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T06:11:59.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283023655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-01T06:11:59.065Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:12:05.496Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:12:05.497Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:12:05.497Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T06:12:05.498Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:12:15.040Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:12:59.020Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:12:59.021Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T06:12:59.021Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:12:59.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:12:59.026Z||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-01T06:12:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:12:59.547Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:12:59.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-01T06:12:59.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283114932,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-01T06:12:59.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:13:08.570Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:13:59.020Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:13:59.021Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T06:13:59.022Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:13:59.025Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:13:59.025Z||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-01T06:13:59.025Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:14:08.563Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:14:08.563Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:14:59.021Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:14:59.024Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T06:14:59.024Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:14:59.025Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:14:59.025Z||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-01T06:14:59.025Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:15:08.588Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:15:08.604Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:15:59.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:15:59.022Z||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-01T06:15:59.022Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:15:59.025Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:15:59.025Z||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-01T06:15:59.025Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:16:08.567Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:16:08.568Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:16:59.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:16:59.021Z||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-01T06:16:59.021Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:16:59.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:16:59.026Z||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-01T06:16:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:17:08.565Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:17:08.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:17:59.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:17:59.021Z||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-01T06:17:59.021Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:17:59.025Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:17:59.025Z||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-01T06:17:59.025Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:18:08.565Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:18:08.586Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:18:59.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:18:59.021Z||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-01T06:18:59.021Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:18:59.025Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:18:59.026Z||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-01T06:18:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:19:08.568Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:19:08.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:19:59.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:19:59.021Z||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-01T06:19:59.021Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:19:59.025Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:19:59.026Z||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-01T06:19:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:20:08.563Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:20:08.567Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:20:59.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:20:59.022Z||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-01T06:20:59.022Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:20:59.025Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:20:59.025Z||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-01T06:20:59.025Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:21:08.566Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:21:08.566Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:21:59.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:21:59.021Z||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-01T06:21:59.021Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:21:59.025Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:21:59.026Z||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-01T06:21:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:22:08.612Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:22:08.613Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:22:59.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:22:59.021Z||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-01T06:22:59.021Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:22:59.025Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T06:22:59.025Z||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-01T06:22:59.026Z||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 iEGnMOf2EBzXGwAE) ...
2022-11-01T06:22:59.153Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:22:59.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "543be010-6a99-4657-8eff-12b740d30084",
"consumerID": "ves-openapi-manager",
"timestamp": 1667283720905,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:22:59.156Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-01T06:22:59.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "543be010-6a99-4657-8eff-12b740d30084",
"consumerID": "ves-openapi-manager",
"timestamp": 1667283720905,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:22:59.157Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-01T06:22:59.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "543be010-6a99-4657-8eff-12b740d30084",
"consumerID": "cds",
"timestamp": 1667283732106,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:22:59.157Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-01T06:22:59.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "543be010-6a99-4657-8eff-12b740d30084",
"consumerID": "cds",
"timestamp": 1667283732106,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-01T06:22:59.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-01T06:22:59.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "543be010-6a99-4657-8eff-12b740d30084",
"consumerID": "cds",
"timestamp": 1667283734932,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:22:59.158Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:22:59.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "543be010-6a99-4657-8eff-12b740d30084",
"consumerID": "cds",
"timestamp": 1667283735941,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-01T06:22:59.180Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 543be010-6a99-4657-8eff-12b740d30084
2022-11-01T06:22:59.180Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 543be010-6a99-4657-8eff-12b740d30084 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-01T06:22:59.190Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "543be010-6a99-4657-8eff-12b740d30084",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667283737330,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:22:59.191Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-01T06:22:59.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "543be010-6a99-4657-8eff-12b740d30084",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667283737330,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-01T06:22:59.192Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-01T06:22:59.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "543be010-6a99-4657-8eff-12b740d30084",
"consumerID": "aai-ml",
"timestamp": 1667283741726,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:22:59.192Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-01T06:22:59.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "543be010-6a99-4657-8eff-12b740d30084",
"consumerID": "aai-ml",
"timestamp": 1667283741726,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-01T06:22:59.193Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-01T06:22:59.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.193Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "543be010-6a99-4657-8eff-12b740d30084",
"consumerID": "aai-ml",
"timestamp": 1667283744454,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:22:59.193Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:22:59.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.193Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "543be010-6a99-4657-8eff-12b740d30084",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667283745017,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:22:59.194Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-01T06:22:59.194Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.194Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "543be010-6a99-4657-8eff-12b740d30084",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667283745017,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-01T06:22:59.194Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-01T06:22:59.194Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.194Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "543be010-6a99-4657-8eff-12b740d30084",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667283747777,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:22:59.194Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:22:59.194Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.195Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "543be010-6a99-4657-8eff-12b740d30084",
"consumerID": "aai-ml",
"timestamp": 1667283748813,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-01T06:22:59.195Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:22:59.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.195Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "543be010-6a99-4657-8eff-12b740d30084",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667283749483,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-01T06:22:59.195Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T06:22:59.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.195Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "543be010-6a99-4657-8eff-12b740d30084",
"consumerID": "aai-ml",
"timestamp": 1667283749816,
"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-01T06:22:59.202Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 543be010-6a99-4657-8eff-12b740d30084
2022-11-01T06:22:59.202Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 543be010-6a99-4657-8eff-12b740d30084 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-01T06:22:59.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.212Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "543be010-6a99-4657-8eff-12b740d30084",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667283750487,
"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-01T06:22:59.219Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 543be010-6a99-4657-8eff-12b740d30084
2022-11-01T06:22:59.219Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 543be010-6a99-4657-8eff-12b740d30084 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-01T06:22:59.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd",
"consumerID": "aai-ml",
"timestamp": 1667283771726,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:22:59.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-01T06:22:59.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd",
"consumerID": "aai-ml",
"timestamp": 1667283771726,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:22:59.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-01T06:22:59.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd",
"consumerID": "aai-ml",
"timestamp": 1667283771726,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:22:59.234Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-01T06:22:59.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.234Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667283775017,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:22:59.234Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-01T06:22:59.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd",
"consumerID": "aai-ml",
"timestamp": 1667283771726,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:22:59.235Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-01T06:22:59.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667283775017,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:22:59.237Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-01T06:22:59.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd",
"consumerID": "aai-ml",
"timestamp": 1667283771726,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:22:59.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-01T06:22:59.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667283775017,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:22:59.239Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-01T06:22:59.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.240Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd",
"consumerID": "aai-ml",
"timestamp": 1667283771726,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:22:59.240Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-01T06:22:59.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.240Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667283775017,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:22:59.241Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-01T06:22:59.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.241Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd",
"consumerID": "cds",
"timestamp": 1667283777106,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:22:59.241Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-01T06:22:59.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.242Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667283777330,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:22:59.242Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-01T06:22:59.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.243Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd",
"consumerID": "aai-ml",
"timestamp": 1667283771726,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-01T06:22:59.243Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-01T06:22:59.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.243Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667283775017,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:22:59.244Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-01T06:22:59.244Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.244Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd",
"consumerID": "cds",
"timestamp": 1667283777106,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:22:59.244Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-01T06:22:59.650Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:22:59.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-01T06:22:59.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"543be010-6a99-4657-8eff-12b740d30084","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"714b4e83-fff5-486c-882f-0442b1680b3d","serviceDescription":"service","serviceInvariantUUID":"bc150eab-c9ae-4d84-8bd8-eafc8d03b84f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"fdeb5706-2fe4-4f3a-a259-a4856c1488ae","resourceInvariantUUID":"fda6812c-7de2-48ad-a554-0c14ff7346f9","resourceCustomizationUUID":"b213a999-be3c-4bec-8606-3d23e22b7653","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":"MGIyNGE1MjNlYWJmOTk3ZGRhMTYxNGUyMDk4MGQyOTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3c13f1a3-b422-423c-ba5b-bbdf4b0aca2e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTE1NWIwYzA3MDI5Mzg2MGVmMDk1OWY5Y2RlMDAxMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ad6d436d-efd0-460c-9bcf-00c3cee680c7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-01T06:22:59.657Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T06:22:59.658Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:22:59.662Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:22:59.662Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "543be010-6a99-4657-8eff-12b740d30084",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283779020,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:22:59.762Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:22:59.763Z||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-01T06:22:59.763Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:22:59.776Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:22:59.777Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-01T06:23:00.663Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T06:23:00.664Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:23:00.666Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:23:00.667Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "543be010-6a99-4657-8eff-12b740d30084",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283779020,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-01T06:23:00.767Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:23:00.768Z||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-01T06:23:00.768Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:23:00.787Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:23:00.787Z||pool-36-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-01T06:23:01.668Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "543be010-6a99-4657-8eff-12b740d30084",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "714b4e83-fff5-486c-882f-0442b1680b3d",
"serviceDescription": "service",
"serviceInvariantUUID": "bc150eab-c9ae-4d84-8bd8-eafc8d03b84f",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "b213a999-be3c-4bec-8606-3d23e22b7653",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "fdeb5706-2fe4-4f3a-a259-a4856c1488ae",
"resourceInvariantUUID": "fda6812c-7de2-48ad-a554-0c14ff7346f9",
"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": "ZTE1NWIwYzA3MDI5Mzg2MGVmMDk1OWY5Y2RlMDAxMGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ad6d436d-efd0-460c-9bcf-00c3cee680c7"
}
],
"workloadContext": "Production"
}
2022-11-01T06:23:01.668Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-01T06:23:01.668Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 714b4e83-fff5-486c-882f-0442b1680b3d ASDC
2022-11-01T06:23:01.669Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:543be010-6a99-4657-8eff-12b740d30084
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:714b4e83-fff5-486c-882f-0442b1680b3d
ServiceInvariantUUID:bc150eab-c9ae-4d84-8bd8-eafc8d03b84f
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:ad6d436d-efd0-460c-9bcf-00c3cee680c7
ArtifactChecksum:ZTE1NWIwYzA3MDI5Mzg2MGVmMDk1OWY5Y2RlMDAxMGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:b213a999-be3c-4bec-8606-3d23e22b7653
ResourceInvariantUUID:fda6812c-7de2-48ad-a554-0c14ff7346f9
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:fdeb5706-2fe4-4f3a-a259-a4856c1488ae
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-01T06:23:01.670Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 714b4e83-fff5-486c-882f-0442b1680b3d 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-01T06:23:01.706Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-01T06:23:01.707Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-01T06:23:01.707Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-01T06:23:01.707Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ad6d436d-efd0-460c-9bcf-00c3cee680c7 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-01T06:23:01.707Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-01T06:23:01.708Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-01T06:23:01.788Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-01T06:23:01.790Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ad6d436d-efd0-460c-9bcf-00c3cee680c7 57659
2022-11-01T06:23:01.791Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-01T06:23:01.791Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-01T06:23:01.791Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T06:23:01.791Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:23:01.793Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:23:01.794Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "543be010-6a99-4657-8eff-12b740d30084",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283781791,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:23:01.894Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:23:01.895Z||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-01T06:23:01.895Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:23:01.905Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:23:01.906Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T06:23:02.794Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-01T06:23:02.795Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-01T06:23:02.795Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ad6d436d-efd0-460c-9bcf-00c3cee680c7, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-01T06:23:02.796Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-01T06:23:02.796Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-01T06:23:02.796Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-01T06:23:03.014Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15943331030533742321/Definitions/service-BasicNetwork-template.yml
2022-11-01T06:23:03.562Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-01T06:23:03.562Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-01T06:23:03.562Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-01T06:23:03.562Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-01T06:23:03.563Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-01T06:23:03.563Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-01T06:23:03.563Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-01T06:23:03.563Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-01T06:23:03.563Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-01T06:23:03.563Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-01T06:23:03.563Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-01T06:23:03.563Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-01T06:23:03.564Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-01T06:23:03.564Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:23:03.564Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:23:03.564Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-01T06:23:03.565Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-01T06:23:03.565Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-01T06:23:03.565Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:23:03.565Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:23:03.565Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-01T06:23:03.565Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-01T06:23:03.566Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-01T06:23:03.566Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:23:03.566Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:23:03.566Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:23:03.566Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:23:03.567Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:23:03.567Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:23:03.567Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:23:03.567Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:23:03.567Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:23:03.567Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:23:03.568Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:714b4e83-fff5-486c-882f-0442b1680b3d
Model Version:NULL
Model InvariantUuid:bc150eab-c9ae-4d84-8bd8-eafc8d03b84f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:fda6812c-7de2-48ad-a554-0c14ff7346f9
Model UUID:de540bfc-8acf-4771-a8f1-c6a08f2fbc03
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:b213a999-be3c-4bec-8606-3d23e22b7653
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-01T06:23:03.575Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: fdeb5706-2fe4-4f3a-a259-a4856c1488ae
2022-11-01T06:23:03.575Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||No resources found for Service: 714b4e83-fff5-486c-882f-0442b1680b3d
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-01T06:23:03.581Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||
2022-11-01T06:23:03.581Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-01T06:23:03.582Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 714b4e83-fff5-486c-882f-0442b1680b3d
2022-11-01T06:23:03.582Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 714b4e83-fff5-486c-882f-0442b1680b3d
2022-11-01T06:23:03.582Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-01T06:23:03.583Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-01T06:23:03.587Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a514c69, org.onap.sdc.toscaparser.api.parameters.Input@67afdf82, org.onap.sdc.toscaparser.api.parameters.Input@78e33c7a, org.onap.sdc.toscaparser.api.parameters.Input@e3df5a1, org.onap.sdc.toscaparser.api.parameters.Input@4ecfc20b]
2022-11-01T06:23:03.589Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:23:03.589Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:23:03.589Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:23:03.589Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:23:03.590Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 714b4e83-fff5-486c-882f-0442b1680b3d: Generic NeutronNet
2022-11-01T06:23:03.590Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:23:03.590Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:23:03.590Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:23:03.590Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-01T06:23:03.622Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:23:03.622Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:23:03.622Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:23:03.622Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:23:03.622Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:23:03.623Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:23:03.623Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-01T06:23:03.670Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-01T06:23:03.670Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-01T06:23:03.670Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-01T06:23:03.670Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T06:23:03.671Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:23:03.673Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:23:03.673Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "543be010-6a99-4657-8eff-12b740d30084",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283783670,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-01T06:23:03.773Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-01T06:23:03.773Z||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-01T06:23:03.774Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:23:03.784Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:23:03.785Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T06:23:04.673Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 543be010-6a99-4657-8eff-12b740d30084
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-01T06:23:04.688Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 543be010-6a99-4657-8eff-12b740d30084
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-01T06:23:04.691Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-01T06:23:04.691Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-01T06:23:04.691Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-01T06:23:04.691Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-01T06:23:04.691Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-01T06:23:04.691Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-01T06:23:04.691Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-01T06:23:04.692Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-01T06:23:04.692Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-01T06:23:04.697Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-01T06:23:34.698Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 543be010-6a99-4657-8eff-12b740d30084 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-01T06:23:34.704Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 543be010-6a99-4657-8eff-12b740d30084 and serviceModelVersionId: 714b4e83-fff5-486c-882f-0442b1680b3d
2022-11-01T06:23:34.704Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc150eab-c9ae-4d84-8bd8-eafc8d03b84f
2022-11-01T06:23:34.706Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc150eab-c9ae-4d84-8bd8-eafc8d03b84f/model-vers/model-ver/714b4e83-fff5-486c-882f-0442b1680b3d?depth=0
2022-11-01T06:23:34.716Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-11-01T06:23:34.775Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc150eab-c9ae-4d84-8bd8-eafc8d03b84f/model-vers/model-ver/714b4e83-fff5-486c-882f-0442b1680b3d?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-01T06:23:34.776Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc150eab-c9ae-4d84-8bd8-eafc8d03b84f/model-vers/model-ver/714b4e83-fff5-486c-882f-0442b1680b3d?depth=0|INFO|500||Invoke
2022-11-01T06:23:34.799Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc150eab-c9ae-4d84-8bd8-eafc8d03b84f/model-vers/model-ver/714b4e83-fff5-486c-882f-0442b1680b3d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-01T06:23:34.907Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc150eab-c9ae-4d84-8bd8-eafc8d03b84f/model-vers/model-ver/714b4e83-fff5-486c-882f-0442b1680b3d?depth=0|INFO|500||InvokeReturn
2022-11-01T06:23:34.908Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc150eab-c9ae-4d84-8bd8-eafc8d03b84f/model-vers/model-ver/714b4e83-fff5-486c-882f-0442b1680b3d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221101-06:23:37:047-10204], vertex-id=[594072], Content-Length=[0], Date=[Tue, 01 Nov 2022 06:23:37 GMT], Content-Type=[application/json]}
2022-11-01T06:23:34.908Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-11-01T06:23:34.909Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-01T06:23:34.909Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-01T06:23:34.915Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-01T06:23:34.916Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 543be010-6a99-4657-8eff-12b740d30084 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-01T06:23:34.916Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-01T06:23:34.916Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:23:34.918Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:23:34.918Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "543be010-6a99-4657-8eff-12b740d30084",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283814916,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-01T06:23:35.018Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:23:35.019Z||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-01T06:23:35.019Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:23:35.034Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:23:35.034Z||pool-39-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-01T06:23:35.932Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-01T06:23:35.932Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"5bb95d54-4da9-4f3f-b20d-732824b752dd","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"94402322-4b04-4059-8fa3-7d0c89e8aefd","serviceDescription":"service","serviceInvariantUUID":"7323f4a1-1144-4b48-bc1c-fde4de696f47","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"43bf9041-095d-4c66-b5af-5d27854f93ed","resourceInvariantUUID":"b3798e12-3367-416e-9be4-23c1206f5497","resourceCustomizationUUID":"c84b7a5c-5f17-40e6-8f60-6c4e25d9212d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"ZDBhN2YzNGJhYTk2ZWU0NzcwZjI4ZGQ2NjA1NGQxOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a8b1b18b-043e-45e8-a56b-f2e58c926fdb","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ZDBjZGQ4NjdiMWUyNTBjODQ2ODJlNjNkYWUyMTk0MzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea4bd7cb-ddaa-4737-8a56-115b781ff14e","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9bba887b-2fdc-47ed-a5f6-f50edc2dd3d4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6626c6f6-3cac-4fbe-bded-910488f8f9cc","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"afeecb36-67bb-4062-b82b-b13e07a18015","artifactVersion":"2","generatedFromUUID":"9bba887b-2fdc-47ed-a5f6-f50edc2dd3d4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Zjc4M2Q3YzYwNTFiNDczN2RjZTA2ODE1YWFjMDA4NmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"742e4526-6631-46c7-bd16-aa28e8a161eb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OGIwZTA4ODY5MWUxZjNkYjNmMWE2NTQwNTViNjFjYmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d12efcf9-f8be-4ba8-b0bb-033a30393ee3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-01T06:23:35.932Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T06:23:35.932Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:23:35.934Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:23:35.934Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283779020,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:23:36.035Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:23:36.035Z||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-01T06:23:36.036Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:23:36.047Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:23:36.047Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T06:23:36.935Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T06:23:36.935Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:23:36.938Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:23:36.938Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283779020,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-11-01T06:23:37.038Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:23:37.039Z||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-01T06:23:37.039Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:23:37.050Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:23:37.051Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-01T06:23:37.938Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T06:23:37.939Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:23:37.941Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:23:37.941Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283779020,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-11-01T06:23:38.041Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:23:38.042Z||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-01T06:23:38.042Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:23:38.054Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:23:38.054Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T06:23:38.942Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T06:23:38.942Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:23:38.944Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:23:38.944Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283779020,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:23:39.044Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:23:39.045Z||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-01T06:23:39.045Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:23:39.060Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:23:39.060Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-01T06:23:39.944Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T06:23:39.945Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:23:39.947Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:23:39.947Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283779020,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-11-01T06:23:40.047Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:23:40.048Z||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-01T06:23:40.048Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:23:40.065Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:23:40.065Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-01T06:23:40.948Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T06:23:40.948Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:23:40.951Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:23:40.951Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283779020,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-01T06:23:41.051Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T06:23:41.052Z||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-01T06:23:41.052Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:23:41.071Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:23:41.071Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-01T06:23:41.951Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T06:23:41.952Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:23:41.954Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:23:41.954Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283779020,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-01T06:23:42.054Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-01T06:23:42.055Z||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-01T06:23:42.055Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:23:42.068Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:23:42.069Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-01T06:23:42.956Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "94402322-4b04-4059-8fa3-7d0c89e8aefd",
"serviceDescription": "service",
"serviceInvariantUUID": "7323f4a1-1144-4b48-bc1c-fde4de696f47",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "c84b7a5c-5f17-40e6-8f60-6c4e25d9212d",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "43bf9041-095d-4c66-b5af-5d27854f93ed",
"resourceInvariantUUID": "b3798e12-3367-416e-9be4-23c1206f5497",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "ZDBjZGQ4NjdiMWUyNTBjODQ2ODJlNjNkYWUyMTk0MzU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ea4bd7cb-ddaa-4737-8a56-115b781ff14e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9bba887b-2fdc-47ed-a5f6-f50edc2dd3d4",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "afeecb36-67bb-4062-b82b-b13e07a18015",
"generatedFromUUID": "9bba887b-2fdc-47ed-a5f6-f50edc2dd3d4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "afeecb36-67bb-4062-b82b-b13e07a18015",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "OGIwZTA4ODY5MWUxZjNkYjNmMWE2NTQwNTViNjFjYmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d12efcf9-f8be-4ba8-b0bb-033a30393ee3"
}
],
"workloadContext": "Production"
}
2022-11-01T06:23:42.956Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-01T06:23:42.957Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 94402322-4b04-4059-8fa3-7d0c89e8aefd ASDC
2022-11-01T06:23:42.958Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:5bb95d54-4da9-4f3f-b20d-732824b752dd
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:94402322-4b04-4059-8fa3-7d0c89e8aefd
ServiceInvariantUUID:7323f4a1-1144-4b48-bc1c-fde4de696f47
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:d12efcf9-f8be-4ba8-b0bb-033a30393ee3
ArtifactChecksum:OGIwZTA4ODY5MWUxZjNkYjNmMWE2NTQwNTViNjFjYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:c84b7a5c-5f17-40e6-8f60-6c4e25d9212d
ResourceInvariantUUID:b3798e12-3367-416e-9be4-23c1206f5497
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:43bf9041-095d-4c66-b5af-5d27854f93ed
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:ea4bd7cb-ddaa-4737-8a56-115b781ff14e
ArtifactChecksum:ZDBjZGQ4NjdiMWUyNTBjODQ2ODJlNjNkYWUyMTk0MzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:9bba887b-2fdc-47ed-a5f6-f50edc2dd3d4
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:afeecb36-67bb-4062-b82b-b13e07a18015
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:afeecb36-67bb-4062-b82b-b13e07a18015
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-01T06:23:42.959Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 94402322-4b04-4059-8fa3-7d0c89e8aefd 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-01T06:23:42.996Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-01T06:23:42.996Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-01T06:23:42.996Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-01T06:23:42.996Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d12efcf9-f8be-4ba8-b0bb-033a30393ee3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-01T06:23:42.997Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-01T06:23:42.997Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-01T06:23:43.063Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-01T06:23:43.067Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar d12efcf9-f8be-4ba8-b0bb-033a30393ee3 74807
2022-11-01T06:23:43.067Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-01T06:23:43.067Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-01T06:23:43.067Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T06:23:43.067Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-01T06:23:43.069Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T06:23:43.069Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667283823067,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-01T06:23:43.170Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-01T06:23:43.172Z||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-01T06:23:43.172Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ...
2022-11-01T06:23:43.189Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T06:23:43.190Z||pool-47-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-01T06:23:44.070Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-01T06:23:44.071Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-01T06:23:44.071Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d12efcf9-f8be-4ba8-b0bb-033a30393ee3, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-01T06:23:44.071Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-01T06:23:44.072Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-01T06:23:44.072Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-01T06:23:44.194Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17611699952912214357/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-01T06:23:45.341Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-01T06:23:45.342Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-01T06:23:45.342Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-01T06:23:45.342Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-01T06:23:45.342Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-01T06:23:45.342Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-01T06:23:45.343Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-01T06:23:45.343Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-01T06:23:45.343Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-01T06:23:45.343Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-01T06:23:45.343Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-01T06:23:45.343Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-01T06:23:45.343Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:23:45.343Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:23:45.344Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-01T06:23:45.344Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-01T06:23:45.344Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-01T06:23:45.344Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:23:45.344Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:23:45.345Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-01T06:23:45.345Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-01T06:23:45.345Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-01T06:23:45.345Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:23:45.345Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T06:23:45.345Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:23:45.346Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-01T06:23:45.346Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-01T06:23:45.346Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-01T06:23:45.346Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-01T06:23:45.346Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-01T06:23:45.346Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-01T06:23:45.346Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:23:45.347Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-01T06:23:45.347Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:23:45.347Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-01T06:23:45.347Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T06:23:45.347Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:23:45.348Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-01T06:23:45.348Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T06:23:45.348Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-01T06:23:45.348Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-01T06:23:45.348Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T06:23:45.348Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery