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-05T05:21:21.794Z||main|||||INFO|500||The following profiles are active: basic
2022-11-05T05:21:33.070Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-05T05:21:33.071Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-05T05:21:33.179Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-05T05:21:37.690Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-05T05:21:38.109Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-05T05:21:38.593Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-05T05:21:38.601Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-05T05:21:38.732Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-05T05:21:38.948Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-05T05:21:39.642Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-05T05:21:41.590Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-05T05:21:44.246Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-05T05:21:44.307Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-05T05:21:45.052Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-05T05:21:45.275Z||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-05T05:21:46.596Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-05T05:21:47.710Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-05T05:21:47.728Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$6480366b.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-11-05T05:21:47.729Z||main|||||WARN|500||The sdc end point is not alive
2022-11-05T05:21:50.793Z||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-05T05:21:53.800Z||main|||||WARN|500||---
2022-11-05T05:21:53.800Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-05T05:21:53.800Z||main|||||WARN|500||---
2022-11-05T05:21:54.257Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-05T05:21:59.265Z||main|||||INFO|500||Started Application in 40.695 seconds (JVM running for 42.805)
2022-11-05T05:21:59.299Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-05T05:21:59.311Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-05T05:21:59.329Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-05T05:21:59.390Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-05T05:21:59.435Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bdb524bf-325d-4a2e-b9fd-5970529c63de url= /sdc/v1/artifactTypes
2022-11-05T05:21:59.435Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-05T05:21:59.711Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-05T05:21:59.744Z||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-05T05:21:59.801Z||scheduling-1|||||DEBUG|500||create keys
2022-11-05T05:21:59.809Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-05T05:21:59.845Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:21:59.864Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 14316983-66c9-48b3-8376-294ac235e570 url= /sdc/v1/registerForDistribution
2022-11-05T05:21:59.952Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 14316983-66c9-48b3-8376-294ac235e570 url= /sdc/v1/registerForDistribution
2022-11-05T05:21:59.953Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-05T05:21:59.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:21:59.981Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:22:00.007Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-05T05:22:00.012Z||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-05T05:22:00.012Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:22:00.012Z||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-05T05:22:00.020Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:22:10.308Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:22:10.320Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:22:59.973Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:22:59.979Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T05:22:59.979Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ...
2022-11-05T05:22:59.982Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:22:59.983Z||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-05T05:22:59.983Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:23:09.560Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:23:09.562Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:23:59.972Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:23:59.975Z||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-05T05:23:59.975Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:23:59.981Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:23:59.982Z||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-05T05:23:59.983Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:24:09.522Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:24:09.541Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:24:59.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:24:59.973Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T05:24:59.973Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ...
2022-11-05T05:24:59.981Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:24:59.982Z||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-05T05:24:59.982Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:25:09.529Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:25:09.531Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:25:59.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:25:59.973Z||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-05T05:25:59.974Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:25:59.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:25:59.981Z||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-05T05:25:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:26:09.551Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:26:09.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:26:59.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:26:59.973Z||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-05T05:26:59.973Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:26:59.981Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:26:59.981Z||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-05T05:26:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:27:09.519Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:27:09.523Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:27:59.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:27:59.973Z||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-05T05:27:59.973Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:27:59.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:27:59.981Z||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-05T05:27:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:28:09.523Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:28:09.529Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:28:59.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:28:59.974Z||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-05T05:28:59.974Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:28:59.981Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:28:59.981Z||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-05T05:28:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:29:09.533Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:29:09.533Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:29:59.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:29:59.973Z||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-05T05:29:59.973Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:29:59.981Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:29:59.981Z||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-05T05:29:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:30:09.523Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:30:09.572Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:30:59.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:30:59.973Z||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-05T05:30:59.973Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:30:59.981Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:30:59.982Z||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-05T05:30:59.982Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:31:09.525Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:31:09.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:31:39.898Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-05T05:31:59.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:31:59.973Z||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-05T05:31:59.973Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:31:59.981Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:31:59.981Z||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-05T05:31:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:32:09.529Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:32:09.531Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:32:59.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:32:59.973Z||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-05T05:32:59.973Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:32:59.981Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:32:59.981Z||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-05T05:32:59.982Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:33:09.522Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:33:09.523Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:33:59.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:33:59.975Z||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-05T05:33:59.976Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:33:59.981Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:33:59.981Z||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-05T05:33:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:34:09.529Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:34:09.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:34:59.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:34:59.973Z||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-05T05:34:59.973Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:34:59.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:34:59.981Z||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-05T05:34:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:35:09.538Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:35:09.538Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:35:59.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:35:59.972Z||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-05T05:35:59.973Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:35:59.981Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:35:59.981Z||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-05T05:35:59.982Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:36:09.524Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:36:09.529Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:36:59.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:36:59.972Z||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-05T05:36:59.973Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:36:59.981Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:36:59.981Z||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-05T05:36:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:37:09.533Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:37:09.538Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:37:59.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:37:59.973Z||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-05T05:37:59.973Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:37:59.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:37:59.982Z||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-05T05:37:59.982Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:38:09.538Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:38:09.538Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:38:59.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:38:59.973Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T05:38:59.973Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ...
2022-11-05T05:38:59.981Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:38:59.982Z||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-05T05:38:59.982Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:39:09.536Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:39:09.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:39:59.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:39:59.974Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T05:39:59.974Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ...
2022-11-05T05:39:59.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:39:59.981Z||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-05T05:39:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:40:09.543Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:40:09.548Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:40:59.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:40:59.973Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T05:40:59.973Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ...
2022-11-05T05:40:59.981Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:40:59.981Z||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-05T05:40:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:41:09.520Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:41:09.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:41:59.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:41:59.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T05:41:59.973Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ...
2022-11-05T05:41:59.981Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:41:59.981Z||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-05T05:41:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:42:09.523Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:42:09.528Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:42:59.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:42:59.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T05:42:59.972Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ...
2022-11-05T05:42:59.981Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:42:59.982Z||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-05T05:42:59.982Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:43:09.522Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:43:09.532Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:43:59.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:43:59.973Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T05:43:59.973Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ...
2022-11-05T05:43:59.981Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:43:59.981Z||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-05T05:43:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:44:09.541Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:44:09.541Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:44:59.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:44:59.973Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T05:44:59.973Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ...
2022-11-05T05:44:59.981Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:44:59.981Z||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-05T05:44:59.982Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:45:09.526Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:45:09.529Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:45:59.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:45:59.974Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T05:45:59.974Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ...
2022-11-05T05:45:59.981Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:45:59.981Z||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-05T05:45:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:46:09.529Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:46:09.529Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:46:59.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:46:59.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T05:46:59.973Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ...
2022-11-05T05:46:59.981Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:46:59.981Z||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-05T05:46:59.982Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:47:09.536Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:47:09.536Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:47:59.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:47:59.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T05:47:59.973Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ...
2022-11-05T05:47:59.981Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:47:59.981Z||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-05T05:47:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:48:09.513Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:48:09.523Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:48:59.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:48:59.973Z||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-05T05:48:59.973Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:48:59.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:48:59.981Z||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-05T05:48:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:49:09.527Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:49:09.532Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:49:59.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:49:59.973Z||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-05T05:49:59.973Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:49:59.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:49:59.981Z||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-05T05:49:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:50:09.535Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:50:09.535Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:50:59.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:50:59.973Z||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-05T05:50:59.973Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:50:59.981Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:50:59.982Z||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-05T05:50:59.982Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:51:09.525Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:51:09.529Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:51:59.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:51:59.972Z||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-05T05:51:59.972Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:51:59.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:51:59.981Z||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-05T05:51:59.982Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:52:09.524Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:52:09.524Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:52:59.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:52:59.973Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T05:52:59.973Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ...
2022-11-05T05:52:59.981Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:52:59.982Z||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-05T05:52:59.982Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:53:09.534Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:53:09.538Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:53:59.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:53:59.973Z||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-05T05:53:59.973Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:53:59.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:53:59.981Z||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-05T05:53:59.982Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:54:09.522Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:54:09.526Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:54:59.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:54:59.973Z||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-05T05:54:59.973Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:54:59.981Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:54:59.981Z||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-05T05:54:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:55:09.523Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:55:09.525Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:55:59.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:55:59.973Z||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-05T05:55:59.973Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:55:59.981Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:55:59.981Z||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-05T05:55:59.982Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:56:09.531Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:56:09.534Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:56:59.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:56:59.973Z||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-05T05:56:59.973Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:56:59.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:56:59.981Z||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-05T05:56:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:57:09.516Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:57:09.517Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:57:59.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:57:59.972Z||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-05T05:57:59.973Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:57:59.981Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:57:59.982Z||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-05T05:57:59.982Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:58:09.523Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:58:09.531Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:58:59.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:58:59.972Z||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-05T05:58:59.972Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:58:59.981Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:58:59.981Z||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-05T05:58:59.982Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:59:09.512Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:59:09.531Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T05:59:59.973Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:59:59.974Z||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-05T05:59:59.974Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T05:59:59.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T05:59:59.981Z||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-05T05:59:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:00:09.517Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:00:09.520Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:00:59.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:00:59.973Z||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-05T06:00:59.973Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:00:59.981Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:00:59.981Z||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-05T06:00:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:01:09.519Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:01:09.519Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:01:59.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:01:59.973Z||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-05T06:01:59.973Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:01:59.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:01:59.981Z||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-05T06:01:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:02:09.574Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:02:09.575Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:02:59.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:02:59.972Z||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-05T06:02:59.972Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:02:59.981Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:02:59.981Z||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-05T06:02:59.982Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:03:09.519Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:03:09.521Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:03:59.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:03:59.972Z||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-05T06:03:59.972Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:03:59.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:03:59.981Z||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-05T06:03:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:04:09.516Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:04:09.520Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:04:59.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:04:59.972Z||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-05T06:04:59.973Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:04:59.981Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:04:59.981Z||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-05T06:04:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:05:09.520Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:05:09.528Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:05:59.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:05:59.973Z||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-05T06:05:59.973Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:05:59.981Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:05:59.981Z||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-05T06:05:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:06:09.532Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:06:09.540Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:06:59.972Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:06:59.975Z||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-05T06:06:59.975Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:06:59.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:06:59.981Z||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-05T06:06:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:07:00.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:07:00.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"3608b92d-c52f-4769-a6a5-cd943f9f9539","serviceName":"vFW 2022-11-05 06-05-20","serviceVersion":"1.0","serviceUUID":"329e4b77-7d2a-463f-b203-bd6493ace6e3","serviceDescription":"catalog service description","serviceInvariantUUID":"5ba83e18-6ad8-44dc-bac5-6cea16b61749","resources":[{"resourceInstanceName":"vFW e8b8ab9c-ebca 0","resourceName":"vFW e8b8ab9c-ebca","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3c65b37f-d289-4917-ac7b-3e823632e8c0","resourceInvariantUUID":"7997d900-b834-4fbb-91c7-8a3edbbff514","resourceCustomizationUUID":"27f9686b-d7d0-47f9-a3b5-927d4b95f992","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vf-license-model.xml","artifactChecksum":"YmMyODE4ZDMwMmEzYzNiNmE1MjZkYmRlNzg4NmQ3MDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"04b43596-6e58-44b7-83c7-8d334f7875f8","artifactVersion":"1"},{"artifactName":"vfwe8b8ab9cebca0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json","artifactChecksum":"ZmZhOWM1MDNkNWY3YTcxNTc3ODMzYWRkNmJhZjdmN2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c4492fae-de4f-4799-adfb-97b43e9853f8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58981e89-6be2-4868-a828-75f58a2786d4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdlMmI3MmNmZTc3ZjFiMjI1ZDE1Y2JhZDE4NzQzZTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ff6b8eae-1769-42e1-bf28-a32ce24ad37b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fa8b3790-4559-4f50-b393-fe559ef2024f","artifactVersion":"2","generatedFromUUID":"58981e89-6be2-4868-a828-75f58a2786d4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221105060520-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-template.yml","artifactChecksum":"MjFjZDFhMTcyMzRiYTUxNjczYjY3NDcxODkyN2I3NmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6639f509-b062-491f-8047-6885c1c607cf","artifactVersion":"1"},{"artifactName":"service-Vfw20221105060520-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar","artifactChecksum":"ZDM5YzQ5YTE1MGI1YTFkODJlZDcxYmE0NzgzZmQzOTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7e7732af-3865-457b-ab26-f20caa76d949","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-05T06:07:00.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:07:00.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "ves-openapi-manager",
"timestamp": 1667628365749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:00.644Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T06:07:00.651Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:07:00.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667628364669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:00.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "cds",
"timestamp": 1667628372791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:00.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "ves-openapi-manager",
"timestamp": 1667628365749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:00.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667628364669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json",
"status": "NOTIFIED"
}
2022-11-05T06:07:00.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "cds",
"timestamp": 1667628372791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:00.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "ves-openapi-manager",
"timestamp": 1667628365749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:00.667Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:07:00.667Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628419971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:00.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667628364669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-05T06:07:00.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667628373830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:00.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "cds",
"timestamp": 1667628372791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:00.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "ves-openapi-manager",
"timestamp": 1667628365749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:00.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667628364669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:00.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667628373830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:00.671Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "cds",
"timestamp": 1667628372791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:00.672Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "ves-openapi-manager",
"timestamp": 1667628365749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:00.673Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667628364669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-05T06:07:00.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667628373830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:00.675Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "cds",
"timestamp": 1667628372791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:00.676Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "ves-openapi-manager",
"timestamp": 1667628365749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:00.676Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667628364669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:00.677Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667628373830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:00.678Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "cds",
"timestamp": 1667628372791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:00.678Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "ves-openapi-manager",
"timestamp": 1667628365749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:00.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667628364669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T06:07:00.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667628373830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:00.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "cds",
"timestamp": 1667628372791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T06:07:00.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667628373830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:00.682Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667628379841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:07:00.683Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:07:00.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "cds",
"timestamp": 1667628380606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:07:00.683Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:07:00.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "aai-ml",
"timestamp": 1667628380057,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:00.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667628373830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T06:07:00.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667628380947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:07:00.685Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:07:00.686Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.686Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "cds",
"timestamp": 1667628381624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-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-05T06:07:00.767Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-11-05T06:07:00.772Z||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-05T06:07:00.772Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:07:00.785Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:07:00.786Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-05T06:07:00.926Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3608b92d-c52f-4769-a6a5-cd943f9f9539
2022-11-05T06:07:00.949Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3608b92d-c52f-4769-a6a5-cd943f9f9539 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-05T06:07:00.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "aai-ml",
"timestamp": 1667628380057,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:00.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667628381657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:07:00.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:07:00.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667628382013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:07:00.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:07:00.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "aai-ml",
"timestamp": 1667628380057,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:00.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667628383120,
"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-05T06:07:00.990Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3608b92d-c52f-4769-a6a5-cd943f9f9539
2022-11-05T06:07:00.990Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3608b92d-c52f-4769-a6a5-cd943f9f9539 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-05T06:07:00.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "aai-ml",
"timestamp": 1667628380057,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:00.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:00.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:00.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667628384127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-05T06:07:01.000Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:07:01.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "aai-ml",
"timestamp": 1667628380057,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:01.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "aai-ml",
"timestamp": 1667628380057,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:01.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "aai-ml",
"timestamp": 1667628380057,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T06:07:01.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "ves-openapi-manager",
"timestamp": 1667628385751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:01.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667628385134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:01.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667628387305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-05T06:07:01.003Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:07:01.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "aai-ml",
"timestamp": 1667628387954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:07:01.003Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:07:01.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "ves-openapi-manager",
"timestamp": 1667628385751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:01.004Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667628385134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json",
"status": "NOTIFIED"
}
2022-11-05T06:07:01.004Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "cds",
"timestamp": 1667628387790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:01.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667628388311,
"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-05T06:07:01.011Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3608b92d-c52f-4769-a6a5-cd943f9f9539
2022-11-05T06:07:01.012Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3608b92d-c52f-4769-a6a5-cd943f9f9539 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-05T06:07:01.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "ves-openapi-manager",
"timestamp": 1667628385751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:01.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667628385134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-05T06:07:01.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "cds",
"timestamp": 1667628387790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:01.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "ves-openapi-manager",
"timestamp": 1667628385751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:01.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667628385134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:01.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "cds",
"timestamp": 1667628387790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:01.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "ves-openapi-manager",
"timestamp": 1667628385751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:01.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667628385134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-05T06:07:01.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "cds",
"timestamp": 1667628387790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:01.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "ves-openapi-manager",
"timestamp": 1667628385751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:01.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667628385134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:01.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "cds",
"timestamp": 1667628387790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:01.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "ves-openapi-manager",
"timestamp": 1667628385751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:01.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667628385134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T06:07:01.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "cds",
"timestamp": 1667628387790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:01.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "cds",
"timestamp": 1667628387790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T06:07:01.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667628394261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:07:01.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:07:01.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "cds",
"timestamp": 1667628395522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:07:01.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:07:01.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667628395359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:07:01.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:07:01.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "cds",
"timestamp": 1667628396527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-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-05T06:07:01.043Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4b8eb304-fe71-4d21-a840-f2d052c5d194
2022-11-05T06:07:01.043Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b8eb304-fe71-4d21-a840-f2d052c5d194 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-05T06:07:01.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667628396477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:07:01.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:07:01.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667628397515,
"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-05T06:07:01.057Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4b8eb304-fe71-4d21-a840-f2d052c5d194
2022-11-05T06:07:01.058Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b8eb304-fe71-4d21-a840-f2d052c5d194 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-05T06:07:01.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667628398520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-05T06:07:01.066Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:07:01.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667628403830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:01.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667628403830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:01.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667628403830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:01.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667628403830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:01.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "aai-ml",
"timestamp": 1667628407773,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-05T06:07:01.068Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:07:01.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667628403830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:01.069Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "aai-ml",
"timestamp": 1667628408781,
"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-05T06:07:01.074Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3608b92d-c52f-4769-a6a5-cd943f9f9539
2022-11-05T06:07:01.074Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3608b92d-c52f-4769-a6a5-cd943f9f9539 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-05T06:07:01.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667628403830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:01.083Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "aai-ml",
"timestamp": 1667628410057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:01.083Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667628403830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T06:07:01.084Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "aai-ml",
"timestamp": 1667628410057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:01.084Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667628411582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:07:01.084Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:07:01.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "aai-ml",
"timestamp": 1667628410057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:01.085Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "aai-ml",
"timestamp": 1667628410057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:01.085Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667628413834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-05T06:07:01.086Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:07:01.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "aai-ml",
"timestamp": 1667628410057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:01.086Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667628414838,
"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-05T06:07:01.093Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4b8eb304-fe71-4d21-a840-f2d052c5d194
2022-11-05T06:07:01.093Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b8eb304-fe71-4d21-a840-f2d052c5d194 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-05T06:07:01.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "aai-ml",
"timestamp": 1667628410057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:01.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "aai-ml",
"timestamp": 1667628410057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T06:07:01.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:07:01.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:07:01.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "aai-ml",
"timestamp": 1667628417828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:07:01.102Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:07:01.677Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T06:07:01.678Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:07:01.680Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:07:01.680Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628419971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json",
"status": "NOTIFIED"
}
2022-11-05T06:07:01.780Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:07:01.782Z||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-05T06:07:01.782Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:07:01.795Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:07:01.795Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:07:02.683Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T06:07:02.684Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:07:02.687Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:07:02.688Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628419971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-05T06:07:02.788Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-05T06:07:02.789Z||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-05T06:07:02.789Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:07:02.811Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:07:02.812Z||pool-5-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-11-05T06:07:03.688Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T06:07:03.689Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:07:03.691Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:07:03.691Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628419971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:03.792Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-05T06:07:03.794Z||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-05T06:07:03.795Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:07:03.806Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:07:03.807Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:07:04.692Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T06:07:04.693Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:07:04.695Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:07:04.695Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628419971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-05T06:07:04.795Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:07:04.796Z||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-05T06:07:04.796Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:07:04.806Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:07:04.806Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:07:05.696Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T06:07:05.697Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:07:05.699Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:07:05.699Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628419971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:07:05.799Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:07:05.800Z||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-05T06:07:05.800Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:07:05.814Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:07:05.814Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-05T06:07:06.699Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T06:07:06.700Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:07:06.702Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:07:06.703Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628419971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T06:07:06.803Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:07:06.805Z||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-05T06:07:06.805Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:07:06.820Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:07:06.821Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:07:07.705Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"serviceName": "vFW 2022-11-05 06-05-20",
"serviceVersion": "1.0",
"serviceUUID": "329e4b77-7d2a-463f-b203-bd6493ace6e3",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5ba83e18-6ad8-44dc-bac5-6cea16b61749",
"resources": [
{
"resourceInstanceName": "vFW e8b8ab9c-ebca 0",
"resourceCustomizationUUID": "27f9686b-d7d0-47f9-a3b5-927d4b95f992",
"resourceName": "vFW e8b8ab9c-ebca",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3c65b37f-d289-4917-ac7b-3e823632e8c0",
"resourceInvariantUUID": "7997d900-b834-4fbb-91c7-8a3edbbff514",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe8b8ab9cebca0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json",
"artifactChecksum": "ZmZhOWM1MDNkNWY3YTcxNTc3ODMzYWRkNmJhZjdmN2M\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c4492fae-de4f-4799-adfb-97b43e9853f8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "58981e89-6be2-4868-a828-75f58a2786d4",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fa8b3790-4559-4f50-b393-fe559ef2024f",
"generatedFromUUID": "58981e89-6be2-4868-a828-75f58a2786d4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fa8b3790-4559-4f50-b393-fe559ef2024f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221105060520-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar",
"artifactChecksum": "ZDM5YzQ5YTE1MGI1YTFkODJlZDcxYmE0NzgzZmQzOTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7e7732af-3865-457b-ab26-f20caa76d949"
}
],
"workloadContext": "Production"
}
2022-11-05T06:07:07.706Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-05T06:07:07.707Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 329e4b77-7d2a-463f-b203-bd6493ace6e3 ASDC
2022-11-05T06:07:07.819Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:3608b92d-c52f-4769-a6a5-cd943f9f9539
ServiceName:vFW 2022-11-05 06-05-20
ServiceVersion:1.0
ServiceUUID:329e4b77-7d2a-463f-b203-bd6493ace6e3
ServiceInvariantUUID:5ba83e18-6ad8-44dc-bac5-6cea16b61749
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221105060520-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar
ArtifactUUID:7e7732af-3865-457b-ab26-f20caa76d949
ArtifactChecksum:ZDM5YzQ5YTE1MGI1YTFkODJlZDcxYmE0NzgzZmQzOTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e8b8ab9c-ebca 0
ResourceCustomizationUUID:27f9686b-d7d0-47f9-a3b5-927d4b95f992
ResourceInvariantUUID:7997d900-b834-4fbb-91c7-8a3edbbff514
ResourceName:vFW e8b8ab9c-ebca
ResourceType:VF
ResourceUUID:3c65b37f-d289-4917-ac7b-3e823632e8c0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe8b8ab9cebca0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json
ArtifactUUID:c4492fae-de4f-4799-adfb-97b43e9853f8
ArtifactChecksum:ZmZhOWM1MDNkNWY3YTcxNTc3ODMzYWRkNmJhZjdmN2M=
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/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml
ArtifactUUID:58981e89-6be2-4868-a828-75f58a2786d4
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/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env
ArtifactUUID:fa8b3790-4559-4f50-b393-fe559ef2024f
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/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env
ArtifactUUID:fa8b3790-4559-4f50-b393-fe559ef2024f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-05T06:07:07.819Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 329e4b77-7d2a-463f-b203-bd6493ace6e3 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-05T06:07:07.891Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-05T06:07:07.891Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-05T06:07:07.892Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-05T06:07:07.893Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7e7732af-3865-457b-ab26-f20caa76d949 from URL: /sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar
2022-11-05T06:07:07.893Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-05T06:07:07.894Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar
2022-11-05T06:07:07.991Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-05T06:07:08.009Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar 7e7732af-3865-457b-ab26-f20caa76d949 100691
2022-11-05T06:07:08.011Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar ASDC sendASDCNotification
2022-11-05T06:07:08.011Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar
2022-11-05T06:07:08.013Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T06:07:08.014Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:07:08.015Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:07:08.015Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628428009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:07:08.116Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-05T06:07:08.116Z||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-05T06:07:08.117Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:07:08.128Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:07:08.129Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:07:09.016Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-05T06:07:09.017Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-05T06:07:09.018Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7e7732af-3865-457b-ab26-f20caa76d949, URL: /sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar to file: /app/ASDC/1/service-Vfw20221105060520-csar.csar
2022-11-05T06:07:09.018Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221105060520-csar.csar
2022-11-05T06:07:09.124Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221105060520-csar.csar
2022-11-05T06:07:09.124Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221105060520-csar.csar
2022-11-05T06:07:09.796Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9335910373747556852/Definitions/service-Vfw20221105060520-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-11-05T06:07:12.716Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-05T06:07:12.721Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-05T06:07:12.721Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221105060520-csar.csar
2022-11-05T06:07:12.721Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-05T06:07:12.721Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221105060520-csar.csar
2022-11-05T06:07:12.722Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221105060520-csar.csar
2022-11-05T06:07:12.722Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221105060520-csar.csar
2022-11-05T06:07:12.722Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221105060520-csar.csar
2022-11-05T06:07:12.722Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221105060520-csar.csar
2022-11-05T06:07:12.722Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221105060520-csar.csar
2022-11-05T06:07:12.722Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221105060520-csar.csar
2022-11-05T06:07:12.722Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221105060520-csar.csar
2022-11-05T06:07:12.722Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221105060520-csar.csar
2022-11-05T06:07:12.722Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221105060520-csar.csar
2022-11-05T06:07:12.722Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e8b8ab9c-ebca 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-Vfw20221105060520-csar.csar
2022-11-05T06:07:12.723Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-05T06:07:12.729Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:12.730Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:07:12.734Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is matching search criteria
2022-11-05T06:07:12.734Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-05T06:07:12.736Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e8b8ab9c-ebca 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-05T06:07:12.737Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:12.737Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:07:12.737Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is matching search criteria
2022-11-05T06:07:12.738Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-05T06:07:12.738Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e8b8ab9c-ebca 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-05T06:07:12.738Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:12.738Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:07:12.741Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:12.742Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is not matching search criteria
2022-11-05T06:07:12.742Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-05T06:07:12.742Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-05T06:07:12.742Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-05T06:07:12.742Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-05T06:07:12.742Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-05T06:07:12.743Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-05T06:07:12.743Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-05T06:07:12.743Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-05T06:07:12.743Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-05T06:07:12.743Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-05T06:07:12.743Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-05T06:07:12.743Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-05T06:07:12.744Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-05T06:07:12.744Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-05T06:07:12.744Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-05T06:07:12.744Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-05T06:07:12.744Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:12.744Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-05T06:07:12.745Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:12.746Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is matching search criteria
2022-11-05T06:07:12.746Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e8b8ab9c-ebca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T06:07:12.746Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:12.746Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is matching search criteria
2022-11-05T06:07:12.746Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e8b8ab9c-ebca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T06:07:12.747Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:12.747Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is matching search criteria
2022-11-05T06:07:12.747Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e8b8ab9c-ebca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T06:07:12.747Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:12.747Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is not matching search criteria
2022-11-05T06:07:12.747Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-05T06:07:12.748Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-05T06:07:12.748Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-05T06:07:12.748Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-05T06:07:12.748Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-05T06:07:12.748Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-05T06:07:12.748Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-05T06:07:12.749Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-05T06:07:12.749Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-05T06:07:12.749Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-05T06:07:12.749Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-05T06:07:12.749Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f172001f-4234-48bf-8089-86085feca31d
2022-11-05T06:07:12.749Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:12.750Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is not matching search criteria
2022-11-05T06:07:12.750Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-05T06:07:12.750Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-05T06:07:12.750Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-05T06:07:12.750Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-05T06:07:12.750Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-05T06:07:12.750Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-05T06:07:12.751Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-05T06:07:12.751Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-05T06:07:12.751Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-05T06:07:12.751Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-05T06:07:12.751Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-05T06:07:12.751Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-05T06:07:12.751Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=35eab6f0-87ca-4856-84ac-52f5522e8080
2022-11-05T06:07:12.752Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:12.752Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is not matching search criteria
2022-11-05T06:07:12.752Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-05T06:07:12.752Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-05T06:07:12.752Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-05T06:07:12.752Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-05T06:07:12.752Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-05T06:07:12.753Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-05T06:07:12.753Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-05T06:07:12.753Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-05T06:07:12.753Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-05T06:07:12.753Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-05T06:07:12.753Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-05T06:07:12.753Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-05T06:07:12.753Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f91a6fb4-30e5-4b4e-8aee-58ae6dfd7e6a
2022-11-05T06:07:12.754Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:12.754Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:07:12.754Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:12.754Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:07:12.754Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:12.754Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:07:12.755Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:12.755Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:07:12.755Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-05 06-05-20
Description:catalog service description
Model UUID:329e4b77-7d2a-463f-b203-bd6493ace6e3
Model Version:NULL
Model InvariantUuid:5ba83e18-6ad8-44dc-bac5-6cea16b61749
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e8b8ab9c-ebca
Model UUID:fa29083b-2ce1-4b9c-8439-408c09278188
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7997d900-b834-4fbb-91c7-8a3edbbff514
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:27f9686b-d7d0-47f9-a3b5-927d4b95f992
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:84bfbb89-21b2-4da5-b03d-60a58fd893eb
ModelName:VfwE8b8ab9cEbca..base_vfw..module-0
ModelUuid:a02f4b5a-a43e-41ba-a362-29093c557441
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f172001f-4234-48bf-8089-86085feca31d
ModelInvariantUuid:6ccf5fb5-f78f-4d52-9316-19be3260299f
ModelName:vFW e8b8ab9c-ebca-nodes.vfwCvfc
ModelUuid:8bfd9b44-2d21-4775-af27-f7b389b47b27
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:3ae10234-06f9-49cb-83b0-c95317b9e399
ModelInvariantUuid:2762f87e-583a-4eb5-bce6-7e666008de0f
ModelName:VfwE8b8ab9cEbca.compute.nodes.heat.vfw
ModelUuid:bba1873d-978e-445a-8e3f-97062a0a7e4b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:35eab6f0-87ca-4856-84ac-52f5522e8080
ModelInvariantUuid:5b236d77-d8bd-4cfc-a254-414d0b7bf5e8
ModelName:vFW e8b8ab9c-ebca-nodes.vsnCvfc
ModelUuid:5299b5e0-5fb8-48e6-bad0-708ec8cb68b5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:e60f657f-1580-4ad1-b637-f46da9d2cb70
ModelInvariantUuid:a50b850a-21e7-4f0e-8e33-9d910383ce22
ModelName:VfwE8b8ab9cEbca.compute.nodes.heat.vsn
ModelUuid:cdfd6fa7-c89b-45c7-aa8b-97c4f5e801c7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f91a6fb4-30e5-4b4e-8aee-58ae6dfd7e6a
ModelInvariantUuid:474f30eb-7846-43d5-a1d2-30d791105314
ModelName:vFW e8b8ab9c-ebca-nodes.vpgCvfc
ModelUuid:4ad96ed7-083b-40fd-ada8-4fd91262dad0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:b4a52c3d-c2b2-4a82-b856-bd05c491a62d
ModelInvariantUuid:fe06adda-17c4-406c-9eaa-07cc94ba9d0e
ModelName:VfwE8b8ab9cEbca.compute.nodes.heat.vpg
ModelUuid:99fddec6-fcc2-45f9-8f81-6e19410081d8
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-05T06:07:12.770Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 3c65b37f-d289-4917-ac7b-3e823632e8c0
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-05T06:07:12.875Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||vFW e8b8ab9c-ebca 0
2022-11-05T06:07:12.883Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3c65b37f-d289-4917-ac7b-3e823632e8c0
2022-11-05T06:07:12.883Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c4492fae-de4f-4799-adfb-97b43e9853f8 from URL: /sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json
2022-11-05T06:07:12.883Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-05T06:07:12.883Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json
2022-11-05T06:07:12.938Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-05T06:07:12.938Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json c4492fae-de4f-4799-adfb-97b43e9853f8 785
2022-11-05T06:07:12.938Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json ASDC sendASDCNotification
2022-11-05T06:07:12.939Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json
2022-11-05T06:07:12.939Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T06:07:12.939Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:07:12.942Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:07:12.942Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628432938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:07:13.042Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:07:13.043Z||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-05T06:07:13.043Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:07:13.060Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:07:13.061Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:07:13.943Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE8b8ab9cEbca..base_vfw..module-0",
"vfModuleModelInvariantUUID": "84bfbb89-21b2-4da5-b03d-60a58fd893eb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a02f4b5a-a43e-41ba-a362-29093c557441",
"vfModuleModelCustomizationUUID": "849d1561-61f8-408c-82e1-b8d4c47c6fab",
"isBase": true,
"artifacts": [
"58981e89-6be2-4868-a828-75f58a2786d4",
"fa8b3790-4559-4f50-b393-fe559ef2024f"
],
"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-05T06:07:13.963Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE8b8ab9cEbca..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a02f4b5a-a43e-41ba-a362-29093c557441
VfModuleModelInvariantUUID:84bfbb89-21b2-4da5-b03d-60a58fd893eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
58981e89-6be2-4868-a828-75f58a2786d4
,
fa8b3790-4559-4f50-b393-fe559ef2024f
}
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-05T06:07:13.966Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE8b8ab9cEbca..base_vfw..module-0",
"vfModuleModelInvariantUUID": "84bfbb89-21b2-4da5-b03d-60a58fd893eb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a02f4b5a-a43e-41ba-a362-29093c557441",
"vfModuleModelCustomizationUUID": "849d1561-61f8-408c-82e1-b8d4c47c6fab",
"isBase": true,
"artifacts": [
"58981e89-6be2-4868-a828-75f58a2786d4",
"fa8b3790-4559-4f50-b393-fe559ef2024f"
],
"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-05T06:07:13.966Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE8b8ab9cEbca..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a02f4b5a-a43e-41ba-a362-29093c557441
VfModuleModelInvariantUUID:84bfbb89-21b2-4da5-b03d-60a58fd893eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
58981e89-6be2-4868-a828-75f58a2786d4
,
fa8b3790-4559-4f50-b393-fe559ef2024f
}
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-05T06:07:13.967Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 58981e89-6be2-4868-a828-75f58a2786d4 from URL: /sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml
2022-11-05T06:07:13.967Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-05T06:07:13.967Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml
2022-11-05T06:07:14.021Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-05T06:07:14.023Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml 58981e89-6be2-4868-a828-75f58a2786d4 20368
2022-11-05T06:07:14.023Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-05T06:07:14.023Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml
2022-11-05T06:07:14.024Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T06:07:14.024Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:07:14.027Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:07:14.027Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628434023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:07:14.128Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-05T06:07:14.129Z||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-05T06:07:14.130Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:07:14.144Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:07:14.145Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:07:15.028Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fa8b3790-4559-4f50-b393-fe559ef2024f from URL: /sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env
2022-11-05T06:07:15.029Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-05T06:07:15.029Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env
2022-11-05T06:07:15.102Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-05T06:07:15.103Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env fa8b3790-4559-4f50-b393-fe559ef2024f 2098
2022-11-05T06:07:15.103Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-05T06:07:15.104Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env
2022-11-05T06:07:15.104Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T06:07:15.104Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:07:15.106Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:07:15.107Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628435103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:07:15.207Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:07:15.208Z||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-05T06:07:15.208Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:07:15.218Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:07:15.219Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:07:16.107Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 329e4b77-7d2a-463f-b203-bd6493ace6e3
2022-11-05T06:07:16.108Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e8b8ab9c-ebca 0 3c65b37f-d289-4917-ac7b-3e823632e8c0 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-05T06:07:16.146Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@54a8f736, org.onap.sdc.toscaparser.api.parameters.Input@4a20dc6f, org.onap.sdc.toscaparser.api.parameters.Input@7eb93b98, org.onap.sdc.toscaparser.api.parameters.Input@7391e5cf, org.onap.sdc.toscaparser.api.parameters.Input@6093bdcc]
2022-11-05T06:07:16.150Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:16.151Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:07:16.151Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-11-05T06:07:16.151Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 27f9686b-d7d0-47f9-a3b5-927d4b95f992
2022-11-05T06:07:16.152Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 27f9686b-d7d0-47f9-a3b5-927d4b95f992 matches Tosca VF Customization UUID: 27f9686b-d7d0-47f9-a3b5-927d4b95f992
2022-11-05T06:07:16.152Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 27f9686b-d7d0-47f9-a3b5-927d4b95f992 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-05T06:07:16.159Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:16.159Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:07:16.160Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 27f9686b-d7d0-47f9-a3b5-927d4b95f992: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-05T06:07:16.160Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@22cf6d63
2022-11-05T06:07:16.161Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:16.161Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-05T06:07:16.162Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 849d1561-61f8-408c-82e1-b8d4c47c6fab
2022-11-05T06:07:16.163Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 849d1561-61f8-408c-82e1-b8d4c47c6fab
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-05T06:07:16.169Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:16.170Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is matching search criteria
2022-11-05T06:07:16.170Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e8b8ab9c-ebca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T06:07:16.171Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:16.171Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is matching search criteria
2022-11-05T06:07:16.171Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e8b8ab9c-ebca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T06:07:16.171Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:16.172Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is not matching search criteria
2022-11-05T06:07:16.172Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-05T06:07:16.172Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-05T06:07:16.172Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-05T06:07:16.173Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-05T06:07:16.173Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-05T06:07:16.173Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-05T06:07:16.173Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-05T06:07:16.174Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-05T06:07:16.174Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-05T06:07:16.174Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-05T06:07:16.174Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-05T06:07:16.175Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f172001f-4234-48bf-8089-86085feca31d
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-05T06:07:16.185Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:16.185Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is matching search criteria
2022-11-05T06:07:16.186Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e8b8ab9c-ebca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T06:07:16.186Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:16.186Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is not matching search criteria
2022-11-05T06:07:16.186Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-05T06:07:16.187Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-05T06:07:16.187Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-05T06:07:16.187Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-05T06:07:16.187Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-05T06:07:16.188Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-05T06:07:16.188Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-05T06:07:16.188Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-05T06:07:16.188Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-05T06:07:16.189Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-05T06:07:16.189Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-05T06:07:16.189Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-05T06:07:16.189Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=35eab6f0-87ca-4856-84ac-52f5522e8080
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-05T06:07:16.192Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:16.192Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is matching search criteria
2022-11-05T06:07:16.192Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e8b8ab9c-ebca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T06:07:16.195Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:16.195Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is not matching search criteria
2022-11-05T06:07:16.195Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-05T06:07:16.196Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-05T06:07:16.196Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-05T06:07:16.196Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-05T06:07:16.196Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-05T06:07:16.197Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-05T06:07:16.197Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-05T06:07:16.197Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-05T06:07:16.197Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-05T06:07:16.198Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-05T06:07:16.198Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-05T06:07:16.198Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-05T06:07:16.198Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f91a6fb4-30e5-4b4e-8aee-58ae6dfd7e6a
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-05T06:07:16.201Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:16.201Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is matching search criteria
2022-11-05T06:07:16.201Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e8b8ab9c-ebca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T06:07:16.201Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:16.202Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is matching search criteria
2022-11-05T06:07:16.202Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e8b8ab9c-ebca 0] matching following query criteria: sdcType=VF, customizationUUID=27f9686b-d7d0-47f9-a3b5-927d4b95f992
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-05T06:07:16.204Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:16.204Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:07:16.204Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 329e4b77-7d2a-463f-b203-bd6493ace6e3: vFW e8b8ab9c-ebca
2022-11-05T06:07:16.205Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:16.205Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:07:16.205Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:16.205Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:07:16.206Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:16.206Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:07:16.206Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:16.206Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:07:16.207Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:07:16.207Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:07:16.207Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-11-05 06-05-20
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-05T06:07:16.487Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e8b8ab9c-ebca 3c65b37f-d289-4917-ac7b-3e823632e8c0 1 ASDC deployResourceStructure
2022-11-05T06:07:16.488Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json ASDC sendASDCNotification
2022-11-05T06:07:16.488Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json
2022-11-05T06:07:16.488Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T06:07:16.489Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:07:16.491Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:07:16.492Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628436487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-05T06:07:16.592Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:07:16.593Z||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-05T06:07:16.593Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:07:16.605Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:07:16.605Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:07:17.493Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-05T06:07:17.493Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml
2022-11-05T06:07:17.493Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T06:07:17.494Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:07:17.495Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:07:17.495Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628437493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-05T06:07:17.595Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:07:17.596Z||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-05T06:07:17.596Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:07:17.609Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:07:17.609Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:07:18.496Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-05T06:07:18.496Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env
2022-11-05T06:07:18.497Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T06:07:18.497Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:07:18.498Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:07:18.499Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628438496,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-05T06:07:18.599Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:07:18.600Z||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-05T06:07:18.600Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:07:18.619Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:07:18.620Z||pool-16-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:07:19.500Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar ASDC sendASDCNotification
2022-11-05T06:07:19.500Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar
2022-11-05T06:07:19.500Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T06:07:19.500Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:07:19.503Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:07:19.503Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628439499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-05T06:07:19.603Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:07:19.604Z||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-05T06:07:19.604Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:07:19.615Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:07:19.616Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:07:20.504Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3608b92d-c52f-4769-a6a5-cd943f9f9539
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-05T06:07:20.524Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3608b92d-c52f-4769-a6a5-cd943f9f9539
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-05T06:07:20.528Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T06:07:20.528Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-05T06:07:20.528Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-05T06:07:20.528Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-05T06:07:20.528Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-05T06:07:20.529Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-05T06:07:20.529Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-05T06:07:20.529Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-05T06:07:20.529Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-05T06:07:20.529Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-05T06:07:20.534Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-05T06:07:50.535Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3608b92d-c52f-4769-a6a5-cd943f9f9539 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-05T06:07:50.547Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3608b92d-c52f-4769-a6a5-cd943f9f9539 and serviceModelVersionId: 329e4b77-7d2a-463f-b203-bd6493ace6e3
2022-11-05T06:07:50.547Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5ba83e18-6ad8-44dc-bac5-6cea16b61749
2022-11-05T06:07:59.993Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:07:59.994Z||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-05T06:07:59.994Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:08:00.117Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:08:00.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:08:00.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628419971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:08:00.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:08:05.859Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5ba83e18-6ad8-44dc-bac5-6cea16b61749/model-vers/model-ver/329e4b77-7d2a-463f-b203-bd6493ace6e3?depth=0
2022-11-05T06:08:05.964Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-05T06:08:06.464Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ba83e18-6ad8-44dc-bac5-6cea16b61749/model-vers/model-ver/329e4b77-7d2a-463f-b203-bd6493ace6e3?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-05T06:08:06.469Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ba83e18-6ad8-44dc-bac5-6cea16b61749/model-vers/model-ver/329e4b77-7d2a-463f-b203-bd6493ace6e3?depth=0|INFO|500||Invoke
2022-11-05T06:08:06.575Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ba83e18-6ad8-44dc-bac5-6cea16b61749/model-vers/model-ver/329e4b77-7d2a-463f-b203-bd6493ace6e3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-05T06:08:06.789Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ba83e18-6ad8-44dc-bac5-6cea16b61749/model-vers/model-ver/329e4b77-7d2a-463f-b203-bd6493ace6e3?depth=0|INFO|500||InvokeReturn
2022-11-05T06:08:06.790Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ba83e18-6ad8-44dc-bac5-6cea16b61749/model-vers/model-ver/329e4b77-7d2a-463f-b203-bd6493ace6e3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221105-06:08:06:274-86463], vertex-id=[159848], Content-Length=[0], Date=[Sat, 05 Nov 2022 06:08:06 GMT], Content-Type=[application/json]}
2022-11-05T06:08:06.791Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-11-05T06:08:06.795Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-05T06:08:06.795Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-05T06:08:06.802Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-05T06:08:06.803Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3608b92d-c52f-4769-a6a5-cd943f9f9539 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-05T06:08:06.804Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-05T06:08:06.805Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:08:06.807Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:08:06.807Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628486803,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-05T06:08:06.907Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:08:06.908Z||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-05T06:08:06.909Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:08:06.919Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:08:06.920Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 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-05T06:08:07.819Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-05T06:08:07.820Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"4b8eb304-fe71-4d21-a840-f2d052c5d194","serviceName":"basic_onboard_wmUyRC","serviceVersion":"1.0","serviceUUID":"faadca71-9fd5-4dd5-923e-a25705ee717c","serviceDescription":"service","serviceInvariantUUID":"51aead33-dd55-42e5-b444-8d85bad20cad","resources":[{"resourceInstanceName":"basic_onboard_wmUyRC 0","resourceName":"basic_onboard_wmUyRC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"99ded714-86b6-43d7-8b6f-4db2e33a9107","resourceInvariantUUID":"69b8cd82-07dd-4a0a-8417-f3c69ded7116","resourceCustomizationUUID":"191ca406-3200-49c3-93cf-e807a0ae2ff0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vf-license-model.xml","artifactChecksum":"MDU4N2M2NjE4N2YwOTA0MmI2MzY2ZWExYzkyZDE3MGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3b07c614-eadc-4881-9896-fe512b94f0b2","artifactVersion":"1"},{"artifactName":"basic_onboard_wmuyrc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json","artifactChecksum":"OTIyMmQ1MzFkYzJkMjEyOWI4MDM4NmFhNjIzOGRiMDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bb30db08-4390-40f4-b1e8-40a06cad9bd3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ebbc3483-e3cc-4f03-b4a3-0d3c2fa6ffd7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7b315ce2-17ce-406e-a28a-71fe8b503c48","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"486fdbe1-c0b5-447f-a34b-39cf3ae346c7","artifactVersion":"2","generatedFromUUID":"ebbc3483-e3cc-4f03-b4a3-0d3c2fa6ffd7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWmuyrc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-template.yml","artifactChecksum":"NjZmNTJjNTBiYmQzYTRmMmYxMzdiZGJiMzk3ODQ5YTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e5ec10aa-361b-4eac-94af-b3724659c597","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWmuyrc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar","artifactChecksum":"MzIwYTEwNDM3YmU3ZTM1Zjc3ZjFiZTUzNzQyNWQ4Njg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9489f2a3-f307-4625-93e8-bfa2efce38ef","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-05T06:08:07.820Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T06:08:07.821Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:08:07.823Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:08:07.823Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628419971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:08:07.923Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:08:07.925Z||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-05T06:08:07.925Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:08:07.937Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:08:07.938Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:08:08.824Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T06:08:08.825Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:08:08.827Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:08:08.827Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628419971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json",
"status": "NOTIFIED"
}
2022-11-05T06:08:08.927Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:08:08.929Z||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-05T06:08:08.929Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:08:08.950Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:08:08.951Z||pool-20-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-11-05T06:08:09.828Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T06:08:09.829Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:08:09.831Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:08:09.831Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628419971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-05T06:08:09.931Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-05T06:08:09.932Z||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-05T06:08:09.932Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:08:09.943Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:08:09.944Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:08:10.833Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T06:08:10.833Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:08:10.835Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:08:10.835Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628419971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:08:10.936Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-05T06:08:10.937Z||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-05T06:08:10.937Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:08:10.948Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:08:10.949Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:08:11.836Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T06:08:11.841Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:08:11.843Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:08:11.843Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628419971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-05T06:08:11.946Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-05T06:08:11.948Z||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-05T06:08:11.948Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:08:11.961Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:08:11.962Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:08:12.848Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T06:08:12.849Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:08:12.851Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:08:12.851Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628419971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:08:12.951Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:08:12.952Z||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-05T06:08:12.952Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:08:12.966Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:08:12.967Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:08:13.851Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T06:08:13.853Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:08:13.855Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:08:13.855Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628419971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T06:08:13.955Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:08:13.957Z||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-05T06:08:13.957Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:08:13.968Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:08:13.968Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:08:14.857Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"serviceName": "basic_onboard_wmUyRC",
"serviceVersion": "1.0",
"serviceUUID": "faadca71-9fd5-4dd5-923e-a25705ee717c",
"serviceDescription": "service",
"serviceInvariantUUID": "51aead33-dd55-42e5-b444-8d85bad20cad",
"resources": [
{
"resourceInstanceName": "basic_onboard_wmUyRC 0",
"resourceCustomizationUUID": "191ca406-3200-49c3-93cf-e807a0ae2ff0",
"resourceName": "basic_onboard_wmUyRC",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "99ded714-86b6-43d7-8b6f-4db2e33a9107",
"resourceInvariantUUID": "69b8cd82-07dd-4a0a-8417-f3c69ded7116",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_wmuyrc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json",
"artifactChecksum": "OTIyMmQ1MzFkYzJkMjEyOWI4MDM4NmFhNjIzOGRiMDE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bb30db08-4390-40f4-b1e8-40a06cad9bd3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ebbc3483-e3cc-4f03-b4a3-0d3c2fa6ffd7",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "486fdbe1-c0b5-447f-a34b-39cf3ae346c7",
"generatedFromUUID": "ebbc3483-e3cc-4f03-b4a3-0d3c2fa6ffd7"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "486fdbe1-c0b5-447f-a34b-39cf3ae346c7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardWmuyrc-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar",
"artifactChecksum": "MzIwYTEwNDM3YmU3ZTM1Zjc3ZjFiZTUzNzQyNWQ4Njg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9489f2a3-f307-4625-93e8-bfa2efce38ef"
}
],
"workloadContext": "Production"
}
2022-11-05T06:08:14.857Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-05T06:08:14.858Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 faadca71-9fd5-4dd5-923e-a25705ee717c ASDC
2022-11-05T06:08:14.859Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:4b8eb304-fe71-4d21-a840-f2d052c5d194
ServiceName:basic_onboard_wmUyRC
ServiceVersion:1.0
ServiceUUID:faadca71-9fd5-4dd5-923e-a25705ee717c
ServiceInvariantUUID:51aead33-dd55-42e5-b444-8d85bad20cad
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardWmuyrc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar
ArtifactUUID:9489f2a3-f307-4625-93e8-bfa2efce38ef
ArtifactChecksum:MzIwYTEwNDM3YmU3ZTM1Zjc3ZjFiZTUzNzQyNWQ4Njg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_wmUyRC 0
ResourceCustomizationUUID:191ca406-3200-49c3-93cf-e807a0ae2ff0
ResourceInvariantUUID:69b8cd82-07dd-4a0a-8417-f3c69ded7116
ResourceName:basic_onboard_wmUyRC
ResourceType:VF
ResourceUUID:99ded714-86b6-43d7-8b6f-4db2e33a9107
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_wmuyrc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json
ArtifactUUID:bb30db08-4390-40f4-b1e8-40a06cad9bd3
ArtifactChecksum:OTIyMmQ1MzFkYzJkMjEyOWI4MDM4NmFhNjIzOGRiMDE=
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/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ebbc3483-e3cc-4f03-b4a3-0d3c2fa6ffd7
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/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env
ArtifactUUID:486fdbe1-c0b5-447f-a34b-39cf3ae346c7
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/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env
ArtifactUUID:486fdbe1-c0b5-447f-a34b-39cf3ae346c7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-05T06:08:14.860Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF faadca71-9fd5-4dd5-923e-a25705ee717c 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-05T06:08:14.893Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-05T06:08:14.893Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-05T06:08:14.894Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-05T06:08:14.894Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9489f2a3-f307-4625-93e8-bfa2efce38ef from URL: /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar
2022-11-05T06:08:14.894Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-05T06:08:14.894Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar
2022-11-05T06:08:14.973Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-05T06:08:14.977Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar 9489f2a3-f307-4625-93e8-bfa2efce38ef 75307
2022-11-05T06:08:14.977Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar ASDC sendASDCNotification
2022-11-05T06:08:14.977Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar
2022-11-05T06:08:14.977Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T06:08:14.978Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:08:14.979Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:08:14.979Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628494977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:08:15.080Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:08:15.081Z||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-05T06:08:15.081Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:08:15.114Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:08:15.114Z||pool-26-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:08:15.980Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-05T06:08:15.980Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-05T06:08:15.981Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9489f2a3-f307-4625-93e8-bfa2efce38ef, URL: /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar to file: /app/ASDC/1/service-BasicOnboardWmuyrc-csar.csar
2022-11-05T06:08:15.981Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWmuyrc-csar.csar
2022-11-05T06:08:15.982Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWmuyrc-csar.csar
2022-11-05T06:08:15.982Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWmuyrc-csar.csar
2022-11-05T06:08:16.094Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP801243373618434474/Definitions/service-BasicOnboardWmuyrc-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-05T06:08:17.265Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-05T06:08:17.266Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-05T06:08:17.266Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWmuyrc-csar.csar
2022-11-05T06:08:17.266Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-05T06:08:17.267Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardWmuyrc-csar.csar
2022-11-05T06:08:17.267Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_wmUyRC 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-BasicOnboardWmuyrc-csar.csar
2022-11-05T06:08:17.267Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWmuyrc-csar.csar
2022-11-05T06:08:17.267Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWmuyrc-csar.csar
2022-11-05T06:08:17.267Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWmuyrc-csar.csar
2022-11-05T06:08:17.267Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWmuyrc-csar.csar
2022-11-05T06:08:17.267Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardWmuyrc-csar.csar
2022-11-05T06:08:17.267Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-05T06:08:17.267Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:08:17.268Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:08:17.268Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_wmUyRC 0 is matching search criteria
2022-11-05T06:08:17.268Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-05T06:08:17.268Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_wmUyRC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-05T06:08:17.268Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:08:17.269Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:08:17.269Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_wmUyRC 0 is matching search criteria
2022-11-05T06:08:17.269Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-05T06:08:17.269Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_wmUyRC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-05T06:08:17.269Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:08:17.269Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:08:17.270Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:08:17.270Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_wmUyRC 0 is not matching search criteria
2022-11-05T06:08:17.270Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-05T06:08:17.270Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-05T06:08:17.270Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-05T06:08:17.270Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-05T06:08:17.270Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-05T06:08:17.271Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:08:17.271Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-05T06:08:17.271Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:08:17.271Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_wmUyRC 0 is matching search criteria
2022-11-05T06:08:17.271Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_wmUyRC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T06:08:17.272Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:08:17.272Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_wmUyRC 0 is matching search criteria
2022-11-05T06:08:17.272Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_wmUyRC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T06:08:17.272Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:08:17.272Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_wmUyRC 0 is matching search criteria
2022-11-05T06:08:17.272Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_wmUyRC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T06:08:17.272Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:08:17.273Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_wmUyRC 0 is not matching search criteria
2022-11-05T06:08:17.273Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-05T06:08:17.273Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-05T06:08:17.273Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=188aede5-8b16-4a3b-9768-80bd966b7beb
2022-11-05T06:08:17.273Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:08:17.273Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:08:17.274Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:08:17.274Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:08:17.274Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:08:17.274Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:08:17.274Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:08:17.274Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:08:17.274Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_wmUyRC
Description:service
Model UUID:faadca71-9fd5-4dd5-923e-a25705ee717c
Model Version:NULL
Model InvariantUuid:51aead33-dd55-42e5-b444-8d85bad20cad
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_wmUyRC
Model UUID:540cc981-66e4-4cea-b5ab-92cc12fe2714
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:69b8cd82-07dd-4a0a-8417-f3c69ded7116
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:191ca406-3200-49c3-93cf-e807a0ae2ff0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:14850551-83d6-4162-8f88-9eb73f00ce74
ModelName:BasicOnboardWmuyrc..base_ubuntu18..module-0
ModelUuid:bd94f62b-6024-4b33-9911-b0e2fb04ce1a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:188aede5-8b16-4a3b-9768-80bd966b7beb
ModelInvariantUuid:10e2ce1c-8330-4a7d-834f-b55325218ed5
ModelName:basic_onboard_wmUyRC-nodes.ubuntu18Cvfc
ModelUuid:7168bdb7-f3c9-4307-8f1f-80f40faccb20
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:27a7ee39-606d-474b-8287-46ad95a7c969
ModelInvariantUuid:fa68b8c7-6ad8-4541-9523-6b775004d972
ModelName:BasicOnboardWmuyrc.compute.nodes.heat.ubuntu18
ModelUuid:8e570e69-1ccd-4da4-9a08-c932399c48b3
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-05T06:08:17.281Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 99ded714-86b6-43d7-8b6f-4db2e33a9107
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-05T06:08:17.284Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||basic_onboard_wmUyRC 0
2022-11-05T06:08:17.284Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 99ded714-86b6-43d7-8b6f-4db2e33a9107
2022-11-05T06:08:17.284Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bb30db08-4390-40f4-b1e8-40a06cad9bd3 from URL: /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json
2022-11-05T06:08:17.284Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-05T06:08:17.284Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json
2022-11-05T06:08:17.337Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-05T06:08:17.337Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json bb30db08-4390-40f4-b1e8-40a06cad9bd3 798
2022-11-05T06:08:17.337Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json ASDC sendASDCNotification
2022-11-05T06:08:17.338Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json
2022-11-05T06:08:17.338Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T06:08:17.338Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:08:17.340Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:08:17.340Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628497337,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:08:17.440Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:08:17.441Z||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-05T06:08:17.442Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:08:17.452Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:08:17.453Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-05T06:08:18.341Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWmuyrc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "14850551-83d6-4162-8f88-9eb73f00ce74",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bd94f62b-6024-4b33-9911-b0e2fb04ce1a",
"vfModuleModelCustomizationUUID": "1712fa02-f510-4612-b459-6048b37826fb",
"isBase": true,
"artifacts": [
"ebbc3483-e3cc-4f03-b4a3-0d3c2fa6ffd7",
"486fdbe1-c0b5-447f-a34b-39cf3ae346c7"
],
"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-05T06:08:18.346Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWmuyrc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bd94f62b-6024-4b33-9911-b0e2fb04ce1a
VfModuleModelInvariantUUID:14850551-83d6-4162-8f88-9eb73f00ce74
VfModuleModelDescription:NULL
Artifacts UUID List:{
ebbc3483-e3cc-4f03-b4a3-0d3c2fa6ffd7
,
486fdbe1-c0b5-447f-a34b-39cf3ae346c7
}
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-05T06:08:18.348Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWmuyrc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "14850551-83d6-4162-8f88-9eb73f00ce74",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bd94f62b-6024-4b33-9911-b0e2fb04ce1a",
"vfModuleModelCustomizationUUID": "1712fa02-f510-4612-b459-6048b37826fb",
"isBase": true,
"artifacts": [
"ebbc3483-e3cc-4f03-b4a3-0d3c2fa6ffd7",
"486fdbe1-c0b5-447f-a34b-39cf3ae346c7"
],
"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-05T06:08:18.348Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWmuyrc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bd94f62b-6024-4b33-9911-b0e2fb04ce1a
VfModuleModelInvariantUUID:14850551-83d6-4162-8f88-9eb73f00ce74
VfModuleModelDescription:NULL
Artifacts UUID List:{
ebbc3483-e3cc-4f03-b4a3-0d3c2fa6ffd7
,
486fdbe1-c0b5-447f-a34b-39cf3ae346c7
}
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-05T06:08:18.348Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ebbc3483-e3cc-4f03-b4a3-0d3c2fa6ffd7 from URL: /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml
2022-11-05T06:08:18.348Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-05T06:08:18.349Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml
2022-11-05T06:08:18.395Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-05T06:08:18.395Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml ebbc3483-e3cc-4f03-b4a3-0d3c2fa6ffd7 5033
2022-11-05T06:08:18.396Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-05T06:08:18.396Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml
2022-11-05T06:08:18.396Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T06:08:18.397Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:08:18.399Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:08:18.399Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628498396,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:08:18.499Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:08:18.500Z||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-05T06:08:18.500Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:08:18.520Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:08:18.521Z||pool-28-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:08:19.400Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 486fdbe1-c0b5-447f-a34b-39cf3ae346c7 from URL: /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env
2022-11-05T06:08:19.400Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-05T06:08:19.401Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env
2022-11-05T06:08:19.444Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-05T06:08:19.445Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env 486fdbe1-c0b5-447f-a34b-39cf3ae346c7 909
2022-11-05T06:08:19.445Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-05T06:08:19.445Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env
2022-11-05T06:08:19.445Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T06:08:19.446Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:08:19.448Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:08:19.448Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628499445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:08:19.548Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:08:19.550Z||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-05T06:08:19.550Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:08:19.562Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:08:19.563Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:08:20.449Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: faadca71-9fd5-4dd5-923e-a25705ee717c
2022-11-05T06:08:20.450Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_wmUyRC 0 99ded714-86b6-43d7-8b6f-4db2e33a9107 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-05T06:08:20.463Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f63401d, org.onap.sdc.toscaparser.api.parameters.Input@6b06f5c2, org.onap.sdc.toscaparser.api.parameters.Input@52858c65, org.onap.sdc.toscaparser.api.parameters.Input@6b43a35f, org.onap.sdc.toscaparser.api.parameters.Input@7e356582]
2022-11-05T06:08:20.465Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:08:20.465Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:08:20.465Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-11-05T06:08:20.465Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 191ca406-3200-49c3-93cf-e807a0ae2ff0
2022-11-05T06:08:20.465Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 191ca406-3200-49c3-93cf-e807a0ae2ff0 matches Tosca VF Customization UUID: 191ca406-3200-49c3-93cf-e807a0ae2ff0
2022-11-05T06:08:20.466Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 191ca406-3200-49c3-93cf-e807a0ae2ff0 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-05T06:08:20.468Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:08:20.468Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:08:20.469Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 191ca406-3200-49c3-93cf-e807a0ae2ff0: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-05T06:08:20.469Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2af66875
2022-11-05T06:08:20.469Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:08:20.470Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-05T06:08:20.470Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1712fa02-f510-4612-b459-6048b37826fb
2022-11-05T06:08:20.470Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1712fa02-f510-4612-b459-6048b37826fb
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-05T06:08:20.472Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:08:20.472Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_wmUyRC 0 is matching search criteria
2022-11-05T06:08:20.473Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_wmUyRC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T06:08:20.473Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:08:20.473Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_wmUyRC 0 is matching search criteria
2022-11-05T06:08:20.473Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_wmUyRC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T06:08:20.474Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:08:20.474Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_wmUyRC 0 is not matching search criteria
2022-11-05T06:08:20.474Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-05T06:08:20.474Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-05T06:08:20.474Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=188aede5-8b16-4a3b-9768-80bd966b7beb
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-05T06:08:20.476Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:08:20.477Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_wmUyRC 0 is matching search criteria
2022-11-05T06:08:20.477Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_wmUyRC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T06:08:20.477Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:08:20.477Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_wmUyRC 0 is matching search criteria
2022-11-05T06:08:20.477Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_wmUyRC 0] matching following query criteria: sdcType=VF, customizationUUID=191ca406-3200-49c3-93cf-e807a0ae2ff0
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-05T06:08:20.479Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:08:20.479Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:08:20.480Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid faadca71-9fd5-4dd5-923e-a25705ee717c: basic_onboard_wmUyRC
2022-11-05T06:08:20.480Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:08:20.480Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:08:20.480Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:08:20.481Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:08:20.481Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:08:20.481Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:08:20.481Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:08:20.482Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:08:20.482Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:08:20.482Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:08:20.482Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_wmUyRC
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-05T06:08:20.557Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_wmUyRC 99ded714-86b6-43d7-8b6f-4db2e33a9107 1 ASDC deployResourceStructure
2022-11-05T06:08:20.558Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json ASDC sendASDCNotification
2022-11-05T06:08:20.558Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json
2022-11-05T06:08:20.558Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T06:08:20.559Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:08:20.562Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:08:20.562Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628500557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-05T06:08:20.663Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:08:20.664Z||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-05T06:08:20.664Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:08:20.676Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:08:20.676Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:08:21.563Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-05T06:08:21.564Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml
2022-11-05T06:08:21.564Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T06:08:21.564Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:08:21.566Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:08:21.566Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628501563,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-05T06:08:21.666Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:08:21.667Z||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-05T06:08:21.667Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:08:21.678Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:08:21.678Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:08:22.567Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-05T06:08:22.568Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env
2022-11-05T06:08:22.568Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T06:08:22.568Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:08:22.571Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:08:22.571Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628502567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-05T06:08:22.671Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:08:22.672Z||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-05T06:08:22.672Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:08:22.685Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:08:22.685Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:08:23.572Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar ASDC sendASDCNotification
2022-11-05T06:08:23.572Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar
2022-11-05T06:08:23.572Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T06:08:23.572Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:08:23.574Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:08:23.574Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628503572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-05T06:08:23.675Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:08:23.675Z||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-05T06:08:23.676Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:08:23.688Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:08:23.689Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:08:24.575Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b8eb304-fe71-4d21-a840-f2d052c5d194
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-05T06:08:24.587Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b8eb304-fe71-4d21-a840-f2d052c5d194
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-05T06:08:24.591Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T06:08:24.591Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T06:08:24.592Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T06:08:54.592Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b8eb304-fe71-4d21-a840-f2d052c5d194
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-05T06:08:54.603Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b8eb304-fe71-4d21-a840-f2d052c5d194
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-05T06:08:54.606Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T06:08:54.606Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T06:08:54.607Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T06:08:59.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:08:59.982Z||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-05T06:08:59.982Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:09:00.006Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:09:00.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:09:00.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628419971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json",
"status": "NOTIFIED"
}
2022-11-05T06:09:00.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:09:00.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:09:00.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628419971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-05T06:09:00.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:09:00.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:09:00.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628419971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:09:00.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:09:00.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:09:00.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628419971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-05T06:09:00.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:09:00.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:09:00.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628419971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:09:00.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:09:00.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:09:00.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "aai-ml",
"timestamp": 1667628426181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-05T06:09:00.010Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:09:00.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:09:00.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628419971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T06:09:00.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-05T06:09:00.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:09:00.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "aai-ml",
"timestamp": 1667628427186,
"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-05T06:09:00.018Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4b8eb304-fe71-4d21-a840-f2d052c5d194
2022-11-05T06:09:00.018Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b8eb304-fe71-4d21-a840-f2d052c5d194 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-05T06:09:00.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:09:00.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628428009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:09:00.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:09:00.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:09:00.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628432938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:09:00.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:09:00.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:09:00.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628434023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:09:00.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:09:00.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:09:00.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628435103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:09:00.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:09:00.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:09:00.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628436487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-05T06:09:00.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:09:00.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:09:00.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628437493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-05T06:09:00.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:09:00.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:09:00.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628438496,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-05T06:09:00.030Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:09:00.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T06:09:00.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628439499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-05T06:09:00.030Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:09:24.607Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b8eb304-fe71-4d21-a840-f2d052c5d194
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-05T06:09:24.622Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b8eb304-fe71-4d21-a840-f2d052c5d194
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-05T06:09:24.624Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T06:09:24.625Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-05T06:09:24.625Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-05T06:09:24.625Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-05T06:09:24.625Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-05T06:09:24.625Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-05T06:09:24.626Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-05T06:09:24.626Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-05T06:09:24.626Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-05T06:09:24.626Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-05T06:09:24.631Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-05T06:09:54.631Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4b8eb304-fe71-4d21-a840-f2d052c5d194 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-05T06:09:54.638Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4b8eb304-fe71-4d21-a840-f2d052c5d194 and serviceModelVersionId: faadca71-9fd5-4dd5-923e-a25705ee717c
2022-11-05T06:09:54.638Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 51aead33-dd55-42e5-b444-8d85bad20cad
2022-11-05T06:09:54.640Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/51aead33-dd55-42e5-b444-8d85bad20cad/model-vers/model-ver/faadca71-9fd5-4dd5-923e-a25705ee717c?depth=0
2022-11-05T06:09:54.645Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-05T06:09:54.695Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51aead33-dd55-42e5-b444-8d85bad20cad/model-vers/model-ver/faadca71-9fd5-4dd5-923e-a25705ee717c?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-05T06:09:54.697Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51aead33-dd55-42e5-b444-8d85bad20cad/model-vers/model-ver/faadca71-9fd5-4dd5-923e-a25705ee717c?depth=0|INFO|500||Invoke
2022-11-05T06:09:54.728Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51aead33-dd55-42e5-b444-8d85bad20cad/model-vers/model-ver/faadca71-9fd5-4dd5-923e-a25705ee717c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-05T06:09:54.827Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51aead33-dd55-42e5-b444-8d85bad20cad/model-vers/model-ver/faadca71-9fd5-4dd5-923e-a25705ee717c?depth=0|INFO|500||InvokeReturn
2022-11-05T06:09:54.829Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51aead33-dd55-42e5-b444-8d85bad20cad/model-vers/model-ver/faadca71-9fd5-4dd5-923e-a25705ee717c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221105-06:09:54:414-23654], vertex-id=[205000], Content-Length=[0], Date=[Sat, 05 Nov 2022 06:09:54 GMT], Content-Type=[application/json]}
2022-11-05T06:09:54.829Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-11-05T06:09:54.829Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-05T06:09:54.829Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-05T06:09:54.836Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-05T06:09:54.836Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4b8eb304-fe71-4d21-a840-f2d052c5d194 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-05T06:09:54.836Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-05T06:09:54.837Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:09:54.838Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:09:54.838Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628594836,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-05T06:09:54.939Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-05T06:09:54.940Z||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-05T06:09:54.940Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:09:54.962Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:09:54.963Z||pool-34-thread-1|||||INFO|500||cambria reply ok (24 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-05T06:09:55.851Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:09:55.852Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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-05T06:09:55.852Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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 gmq8VLE6dtci0v92) ...
2022-11-05T06:09:59.981Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:09:59.981Z||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-05T06:09:59.982Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:10:00.006Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:10:00.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-05T06:10:00.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628486803,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-05T06:10:00.008Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:10:00.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-05T06:10:00.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628419971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:10:00.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-05T06:10:00.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-05T06:10:00.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628419971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json",
"status": "NOTIFIED"
}
2022-11-05T06:10:00.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-05T06:10:00.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-05T06:10:00.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628419971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-05T06:10:00.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-05T06:10:00.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-05T06:10:00.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628419971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:10:00.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-05T06:10:00.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-05T06:10:00.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628419971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-05T06:10:00.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-05T06:10:00.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-05T06:10:00.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628419971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:10:00.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-05T06:10:00.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-05T06:10:00.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628419971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T06:10:00.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-05T06:10:00.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-05T06:10:00.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628494977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:10:00.011Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:10:00.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-05T06:10:00.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628497337,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:10:00.011Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:10:00.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-05T06:10:00.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628498396,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:10:00.011Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:10:00.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-05T06:10:00.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628499445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:10:00.012Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:10:00.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-05T06:10:00.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628500557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-05T06:10:00.012Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:10:00.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-05T06:10:00.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628501563,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-05T06:10:00.013Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:10:00.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-05T06:10:00.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628502567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-05T06:10:00.013Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:10:00.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-05T06:10:00.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628503572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-05T06:10:00.013Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:10:06.149Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:10:06.150Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:10:06.151Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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-05T06:10:06.151Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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 gmq8VLE6dtci0v92) ...
2022-11-05T06:10:15.727Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:10:15.728Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:10:15.729Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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-05T06:10:15.729Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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 gmq8VLE6dtci0v92) ...
2022-11-05T06:10:25.271Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:10:59.971Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:10:59.973Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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-05T06:10:59.973Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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 gmq8VLE6dtci0v92) ...
2022-11-05T06:10:59.981Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:10:59.981Z||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-05T06:10:59.982Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:11:00.510Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:11:00.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T06:11:00.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667628594836,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-05T06:11:00.512Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:11:09.523Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:11:59.971Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:11:59.973Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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-05T06:11:59.974Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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 gmq8VLE6dtci0v92) ...
2022-11-05T06:11:59.981Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:11:59.981Z||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-05T06:11:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:12:09.520Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:12:09.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:12:59.971Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:12:59.973Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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-05T06:12:59.974Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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 gmq8VLE6dtci0v92) ...
2022-11-05T06:12:59.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:12:59.981Z||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-05T06:12:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:13:09.520Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:13:09.546Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:13:59.971Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:13:59.973Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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-05T06:13:59.973Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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 gmq8VLE6dtci0v92) ...
2022-11-05T06:13:59.981Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:13:59.981Z||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-05T06:13:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:14:09.528Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:14:09.529Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:14:59.971Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:14:59.972Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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-05T06:14:59.972Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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 gmq8VLE6dtci0v92) ...
2022-11-05T06:14:59.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:14:59.981Z||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-05T06:14:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:15:09.522Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:15:09.522Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:15:59.971Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:15:59.972Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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-05T06:15:59.972Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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 gmq8VLE6dtci0v92) ...
2022-11-05T06:15:59.981Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:15:59.981Z||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-05T06:15:59.982Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:16:09.532Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:16:09.540Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:16:59.972Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:16:59.973Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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-05T06:16:59.973Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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 gmq8VLE6dtci0v92) ...
2022-11-05T06:16:59.981Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:16:59.982Z||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-05T06:16:59.982Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:17:09.532Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:17:09.535Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:17:59.971Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:17:59.974Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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-05T06:17:59.974Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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 gmq8VLE6dtci0v92) ...
2022-11-05T06:17:59.981Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:17:59.981Z||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-05T06:17:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:18:09.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:18:09.541Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:18:59.971Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:18:59.973Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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-05T06:18:59.973Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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 gmq8VLE6dtci0v92) ...
2022-11-05T06:18:59.981Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:18:59.981Z||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-05T06:18:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:19:09.526Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:19:09.529Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:19:59.971Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:19:59.972Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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-05T06:19:59.972Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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 gmq8VLE6dtci0v92) ...
2022-11-05T06:19:59.981Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:19:59.981Z||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-05T06:19:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:20:09.530Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:20:09.553Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:20:59.971Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:20:59.972Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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-05T06:20:59.972Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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 gmq8VLE6dtci0v92) ...
2022-11-05T06:20:59.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:20:59.982Z||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-05T06:20:59.982Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:21:09.512Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:21:09.537Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:21:59.971Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:21:59.972Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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-05T06:21:59.973Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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 gmq8VLE6dtci0v92) ...
2022-11-05T06:21:59.981Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:21:59.981Z||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-05T06:21:59.981Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:22:09.516Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:22:09.526Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:22:59.971Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:22:59.972Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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-05T06:22:59.973Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|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 gmq8VLE6dtci0v92) ...
2022-11-05T06:22:59.981Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:22:59.981Z||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-05T06:22:59.982Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:23:03.183Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:23:03.184Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-05T06:23:03.184Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c34cad3b-1024-47de-bf69-b21eae235b6e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7453b8eb-21af-43e4-8291-fef3be47f86e","serviceDescription":"service","serviceInvariantUUID":"aaea98e9-31d3-443b-bd1c-181dc7400081","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"148c7054-68e4-4206-97eb-214e83226215","resourceInvariantUUID":"c77d9054-df25-43ad-8c03-b44165af9029","resourceCustomizationUUID":"e7d35f69-e439-4ab1-a006-052163278ab5","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":"ZDJiNGQ2YjQxYWIxNGMxNmI1Y2VjMTA4N2Y4MjdmZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"efe610e3-2656-4da4-9df4-461313a45e99","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmI3Y2M3YWI0NmIwYzJmMGNiODZhMjcxNzU4MDU5YzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a863edc5-4d7e-4cd3-9522-362b00dceefb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-05T06:23:03.190Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T06:23:03.190Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:23:03.193Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:23:03.194Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667629379971,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:23:03.294Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:23:03.295Z||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-05T06:23:03.295Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:23:03.312Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:23:03.312Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":4,"count":1}
2022-11-05T06:23:03.425Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:23:03.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:23:03.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667629379971,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:23:03.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:23:04.195Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T06:23:04.195Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:23:04.197Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:23:04.197Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667629379971,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T06:23:04.297Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:23:04.298Z||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-05T06:23:04.298Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:23:04.309Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:23:04.310Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:23:05.199Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "7453b8eb-21af-43e4-8291-fef3be47f86e",
"serviceDescription": "service",
"serviceInvariantUUID": "aaea98e9-31d3-443b-bd1c-181dc7400081",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "e7d35f69-e439-4ab1-a006-052163278ab5",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "148c7054-68e4-4206-97eb-214e83226215",
"resourceInvariantUUID": "c77d9054-df25-43ad-8c03-b44165af9029",
"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": "MmI3Y2M3YWI0NmIwYzJmMGNiODZhMjcxNzU4MDU5YzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a863edc5-4d7e-4cd3-9522-362b00dceefb"
}
],
"workloadContext": "Production"
}
2022-11-05T06:23:05.200Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-05T06:23:05.200Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7453b8eb-21af-43e4-8291-fef3be47f86e ASDC
2022-11-05T06:23:05.202Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c34cad3b-1024-47de-bf69-b21eae235b6e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:7453b8eb-21af-43e4-8291-fef3be47f86e
ServiceInvariantUUID:aaea98e9-31d3-443b-bd1c-181dc7400081
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:a863edc5-4d7e-4cd3-9522-362b00dceefb
ArtifactChecksum:MmI3Y2M3YWI0NmIwYzJmMGNiODZhMjcxNzU4MDU5YzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e7d35f69-e439-4ab1-a006-052163278ab5
ResourceInvariantUUID:c77d9054-df25-43ad-8c03-b44165af9029
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:148c7054-68e4-4206-97eb-214e83226215
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-05T06:23:05.202Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7453b8eb-21af-43e4-8291-fef3be47f86e 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-05T06:23:05.247Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-05T06:23:05.249Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-05T06:23:05.249Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-05T06:23:05.249Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a863edc5-4d7e-4cd3-9522-362b00dceefb from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-05T06:23:05.249Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-05T06:23:05.250Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-05T06:23:05.324Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-05T06:23:05.327Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a863edc5-4d7e-4cd3-9522-362b00dceefb 57663
2022-11-05T06:23:05.328Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-05T06:23:05.328Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-05T06:23:05.328Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T06:23:05.329Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:23:05.331Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:23:05.331Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667629385327,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:23:05.431Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-05T06:23:05.432Z||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-05T06:23:05.432Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:23:05.446Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:23:05.446Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":3,"count":1}
2022-11-05T06:23:06.332Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-05T06:23:06.333Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-05T06:23:06.333Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a863edc5-4d7e-4cd3-9522-362b00dceefb, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-05T06:23:06.334Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-05T06:23:06.334Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-05T06:23:06.335Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-05T06:23:06.528Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11164531615596412424/Definitions/service-BasicNetwork-template.yml
2022-11-05T06:23:06.997Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-05T06:23:06.997Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-05T06:23:06.997Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-05T06:23:06.997Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-05T06:23:06.997Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-05T06:23:06.997Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-05T06:23:06.998Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-05T06:23:06.998Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-05T06:23:06.998Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-05T06:23:06.998Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-05T06:23:06.998Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-05T06:23:06.998Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-05T06:23:06.998Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-05T06:23:06.998Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:23:06.999Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:23:06.999Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-05T06:23:06.999Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-05T06:23:06.999Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-05T06:23:06.999Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:23:07.000Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:23:07.000Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-05T06:23:07.000Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-05T06:23:07.002Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-05T06:23:07.002Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:23:07.002Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:23:07.002Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:23:07.002Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:23:07.003Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:23:07.003Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:23:07.003Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:23:07.003Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:23:07.003Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:23:07.003Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:23:07.003Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:7453b8eb-21af-43e4-8291-fef3be47f86e
Model Version:NULL
Model InvariantUuid:aaea98e9-31d3-443b-bd1c-181dc7400081
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c77d9054-df25-43ad-8c03-b44165af9029
Model UUID:b016bd3c-29d1-4ea2-86a8-c47244ab6dd3
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:e7d35f69-e439-4ab1-a006-052163278ab5
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-05T06:23:07.013Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 148c7054-68e4-4206-97eb-214e83226215
2022-11-05T06:23:07.013Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||No resources found for Service: 7453b8eb-21af-43e4-8291-fef3be47f86e
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-05T06:23:07.022Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||
2022-11-05T06:23:07.022Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-05T06:23:07.024Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 7453b8eb-21af-43e4-8291-fef3be47f86e
2022-11-05T06:23:07.024Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 7453b8eb-21af-43e4-8291-fef3be47f86e
2022-11-05T06:23:07.024Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-05T06:23:07.025Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-05T06:23:07.032Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@193fb54, org.onap.sdc.toscaparser.api.parameters.Input@17536017, org.onap.sdc.toscaparser.api.parameters.Input@6861cfe0, org.onap.sdc.toscaparser.api.parameters.Input@39585397, org.onap.sdc.toscaparser.api.parameters.Input@270f46b3]
2022-11-05T06:23:07.034Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:23:07.035Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:23:07.035Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:23:07.035Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:23:07.036Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 7453b8eb-21af-43e4-8291-fef3be47f86e: Generic NeutronNet
2022-11-05T06:23:07.036Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:23:07.037Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:23:07.037Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:23:07.037Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-05T06:23:07.091Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:23:07.092Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:23:07.092Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:23:07.092Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:23:07.093Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:23:07.093Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:23:07.094Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-05T06:23:07.178Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-05T06:23:07.178Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-05T06:23:07.179Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-05T06:23:07.179Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T06:23:07.179Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:23:07.182Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:23:07.182Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667629387178,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-05T06:23:07.282Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:23:07.283Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T06:23:07.284Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:23:07.298Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:23:07.299Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:23:08.183Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c34cad3b-1024-47de-bf69-b21eae235b6e
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-05T06:23:08.196Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c34cad3b-1024-47de-bf69-b21eae235b6e
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-05T06:23:08.199Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T06:23:08.199Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T06:23:08.199Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T06:23:38.200Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c34cad3b-1024-47de-bf69-b21eae235b6e
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-05T06:23:38.223Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c34cad3b-1024-47de-bf69-b21eae235b6e
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-05T06:23:38.225Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T06:23:38.225Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T06:23:38.225Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T06:23:59.981Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:23:59.982Z||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-05T06:23:59.982Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:24:00.012Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:24:00.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:24:00.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e",
"consumerID": "cds",
"timestamp": 1667629377790,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:24:00.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:24:08.226Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c34cad3b-1024-47de-bf69-b21eae235b6e
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-05T06:24:08.234Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c34cad3b-1024-47de-bf69-b21eae235b6e
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-05T06:24:08.236Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T06:24:08.236Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T06:24:08.236Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T06:24:38.237Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c34cad3b-1024-47de-bf69-b21eae235b6e
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-05T06:24:38.247Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c34cad3b-1024-47de-bf69-b21eae235b6e
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-05T06:24:38.250Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T06:24:38.251Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T06:24:38.251Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T06:24:59.981Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:24:59.982Z||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-05T06:24:59.982Z||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 gmq8VLE6dtci0v92) ...
2022-11-05T06:25:00.011Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:25:00.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667629379971,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T06:25:00.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e",
"consumerID": "cds",
"timestamp": 1667629377790,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T06:25:00.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e",
"consumerID": "cds",
"timestamp": 1667629385372,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:25:00.018Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:25:00.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667629385327,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:25:00.018Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:25:00.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667629384669,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.019Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e",
"consumerID": "cds",
"timestamp": 1667629386378,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-05T06:25:00.032Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c34cad3b-1024-47de-bf69-b21eae235b6e
2022-11-05T06:25:00.032Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c34cad3b-1024-47de-bf69-b21eae235b6e 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-05T06:25:00.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667629384669,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T06:25:00.051Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e",
"consumerID": "ves-openapi-manager",
"timestamp": 1667629385749,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.052Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667629387178,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-05T06:25:00.053Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:25:00.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e",
"consumerID": "ves-openapi-manager",
"timestamp": 1667629385749,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.053Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667629393830,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.053Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.057Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667629393830,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T06:25:00.058Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667629396577,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:25:00.058Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:25:00.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667629398264,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-05T06:25:00.058Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:25:00.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667629399270,
"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-05T06:25:00.065Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c34cad3b-1024-47de-bf69-b21eae235b6e
2022-11-05T06:25:00.065Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c34cad3b-1024-47de-bf69-b21eae235b6e 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-05T06:25:00.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e",
"consumerID": "aai-ml",
"timestamp": 1667629400057,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e",
"consumerID": "aai-ml",
"timestamp": 1667629400057,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T06:25:00.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e",
"consumerID": "aai-ml",
"timestamp": 1667629402813,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:25:00.076Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:25:00.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e",
"consumerID": "aai-ml",
"timestamp": 1667629407626,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-05T06:25:00.076Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:25:00.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e",
"consumerID": "aai-ml",
"timestamp": 1667629408631,
"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-05T06:25:00.094Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c34cad3b-1024-47de-bf69-b21eae235b6e
2022-11-05T06:25:00.094Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c34cad3b-1024-47de-bf69-b21eae235b6e 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-05T06:25:00.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "cds",
"timestamp": 1667629407790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "ves-openapi-manager",
"timestamp": 1667629405749,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667629404669,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "cds",
"timestamp": 1667629407790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667629404669,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "ves-openapi-manager",
"timestamp": 1667629405749,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "cds",
"timestamp": 1667629407790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "ves-openapi-manager",
"timestamp": 1667629405749,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667629404669,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "cds",
"timestamp": 1667629407790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667629404669,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "ves-openapi-manager",
"timestamp": 1667629405749,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "cds",
"timestamp": 1667629407790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.121Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667629404669,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "ves-openapi-manager",
"timestamp": 1667629405749,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "cds",
"timestamp": 1667629407790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667629404669,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "ves-openapi-manager",
"timestamp": 1667629405749,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-11-05T06:25:00.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "cds",
"timestamp": 1667629407790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667629404669,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "ves-openapi-manager",
"timestamp": 1667629405749,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "cds",
"timestamp": 1667629407790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T06:25:00.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "ves-openapi-manager",
"timestamp": 1667629405749,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667629404669,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T06:25:00.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "cds",
"timestamp": 1667629422814,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:25:00.133Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:25:00.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "ves-openapi-manager",
"timestamp": 1667629422707,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:25:00.134Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:25:00.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "cds",
"timestamp": 1667629423832,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-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-05T06:25:00.147Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c5808a1b-f1d1-4192-94b9-adb96c7cccaa
2022-11-05T06:25:00.147Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5808a1b-f1d1-4192-94b9-adb96c7cccaa 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-05T06:25:00.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "ves-openapi-manager",
"timestamp": 1667629423941,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-11-05T06:25:00.155Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:25:00.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667629423830,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "ves-openapi-manager",
"timestamp": 1667629424947,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-05T06:25:00.161Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of c5808a1b-f1d1-4192-94b9-adb96c7cccaa
2022-11-05T06:25:00.161Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5808a1b-f1d1-4192-94b9-adb96c7cccaa and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-05T06:25:00.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667629423830,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667629423830,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667629423830,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667629423830,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667629423830,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667629423830,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "aai-ml",
"timestamp": 1667629430057,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "aai-ml",
"timestamp": 1667629430057,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667629423830,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T06:25:00.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "aai-ml",
"timestamp": 1667629430057,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667629432591,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:25:00.177Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:25:00.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "aai-ml",
"timestamp": 1667629430057,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.177Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "aai-ml",
"timestamp": 1667629430057,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667629434509,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-05T06:25:00.178Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:25:00.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "aai-ml",
"timestamp": 1667629430057,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667629435513,
"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-05T06:25:00.183Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c5808a1b-f1d1-4192-94b9-adb96c7cccaa
2022-11-05T06:25:00.184Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5808a1b-f1d1-4192-94b9-adb96c7cccaa 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-05T06:25:00.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "aai-ml",
"timestamp": 1667629430057,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:00.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "aai-ml",
"timestamp": 1667629430057,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T06:25:00.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-05T06:25:00.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T06:25:00.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "aai-ml",
"timestamp": 1667629438860,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:25:00.192Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T06:25:08.252Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c34cad3b-1024-47de-bf69-b21eae235b6e
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-05T06:25:08.311Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c34cad3b-1024-47de-bf69-b21eae235b6e
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-05T06:25:08.313Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T06:25:08.314Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-05T06:25:08.314Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-05T06:25:08.314Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-05T06:25:08.314Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-05T06:25:08.314Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-05T06:25:08.314Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-05T06:25:08.314Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-05T06:25:08.314Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-05T06:25:08.319Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-05T06:25:38.319Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c34cad3b-1024-47de-bf69-b21eae235b6e 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-05T06:25:38.325Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c34cad3b-1024-47de-bf69-b21eae235b6e and serviceModelVersionId: 7453b8eb-21af-43e4-8291-fef3be47f86e
2022-11-05T06:25:38.325Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aaea98e9-31d3-443b-bd1c-181dc7400081
2022-11-05T06:25:38.327Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aaea98e9-31d3-443b-bd1c-181dc7400081/model-vers/model-ver/7453b8eb-21af-43e4-8291-fef3be47f86e?depth=0
2022-11-05T06:25:38.335Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-05T06:25:38.395Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaea98e9-31d3-443b-bd1c-181dc7400081/model-vers/model-ver/7453b8eb-21af-43e4-8291-fef3be47f86e?depth=0|INFO|500||Invoke
2022-11-05T06:25:38.396Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaea98e9-31d3-443b-bd1c-181dc7400081/model-vers/model-ver/7453b8eb-21af-43e4-8291-fef3be47f86e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaea98e9-31d3-443b-bd1c-181dc7400081/model-vers/model-ver/7453b8eb-21af-43e4-8291-fef3be47f86e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c34cad3b-1024-47de-bf69-b21eae235b6e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e602f648-3997-481e-8adc-bb142941d9a5], X-ECOMP-RequestID=[c34cad3b-1024-47de-bf69-b21eae235b6e], X-TransactionId=[], X-ONAP-RequestID=[c34cad3b-1024-47de-bf69-b21eae235b6e], Content-Type=[application/merge-patch+json]}
2022-11-05T06:25:38.425Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaea98e9-31d3-443b-bd1c-181dc7400081/model-vers/model-ver/7453b8eb-21af-43e4-8291-fef3be47f86e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-05T06:25:38.518Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaea98e9-31d3-443b-bd1c-181dc7400081/model-vers/model-ver/7453b8eb-21af-43e4-8291-fef3be47f86e?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/aaea98e9-31d3-443b-bd1c-181dc7400081/model-vers/model-ver/7453b8eb-21af-43e4-8291-fef3be47f86e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221105-06:25:38:020-34260], vertex-id=[250072], Content-Length=[0], Date=[Sat, 05 Nov 2022 06:25:38 GMT], Content-Type=[application/json]}
2022-11-05T06:25:38.518Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaea98e9-31d3-443b-bd1c-181dc7400081/model-vers/model-ver/7453b8eb-21af-43e4-8291-fef3be47f86e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-05T06:25:38.519Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaea98e9-31d3-443b-bd1c-181dc7400081/model-vers/model-ver/7453b8eb-21af-43e4-8291-fef3be47f86e?depth=0|INFO|500||InvokeReturn
2022-11-05T06:25:38.520Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-05T06:25:38.520Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-05T06:25:38.525Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-05T06:25:38.526Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c34cad3b-1024-47de-bf69-b21eae235b6e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-05T06:25:38.526Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-05T06:25:38.527Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:25:38.529Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:25:38.529Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667629538526,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-05T06:25:38.630Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-05T06:25:38.631Z||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-05T06:25:38.631Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:25:38.654Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:25:38.654Z||pool-39-thread-1|||||INFO|500||cambria reply ok (24 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-05T06:25:39.542Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T06:25:39.543Z|c34cad3b-1024-47de-bf69-b21eae235b6e|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-05T06:25:39.543Z|c34cad3b-1024-47de-bf69-b21eae235b6e|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 gmq8VLE6dtci0v92) ...
2022-11-05T06:25:43.982Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:25:43.984Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-05T06:25:43.984Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c5808a1b-f1d1-4192-94b9-adb96c7cccaa","serviceName":"Demo_pNF_HkPH0bDx3zmPrWXMmfPm","serviceVersion":"1.0","serviceUUID":"c882e519-f25a-42d0-b9c8-3d6ea93ba617","serviceDescription":"catalog service description","serviceInvariantUUID":"1d2ae0e4-347d-4622-9f3f-e2e922c7c5d2","resources":[{"resourceInstanceName":"pNF 19534a0b-b6e9 0","resourceName":"pNF 19534a0b-b6e9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"554b0a33-634b-4b7e-a7d7-d1fe7b72d5cc","resourceInvariantUUID":"d1932130-d1bb-4864-8f08-08e98510e41f","resourceCustomizationUUID":"e33cb0b8-6d2b-44ff-a66d-e14228c148ef","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/vf-license-model.xml","artifactChecksum":"YzUyZDZiNDNiYmNhY2ZhNTU5ZjdhZWMxMDFlZDE5NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dd42dafc-f0c6-4f37-8424-005da21b1786","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/pNF.csar","artifactChecksum":"MzUzODM5MzZiNTk1MDA5M2MxMjM3NGZhM2RhYzk0Yjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8cf26ea4-2597-4dd8-867c-9c40e96e80a1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dd70956e-4a52-44be-b40d-f3b67fb32f58","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/vendor-license-model.xml","artifactChecksum":"OTQzOTczMjU4NzBiNGU1ZDA3YjYxMjM5NzFkZjMyZmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"17f464fa-6bd8-4bc3-862c-20efe7274a67","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d89c908f-55f1-40ec-87cf-02fd53cfef3c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bdaa931a-634a-462a-adfe-c26cb2ab6d76","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHkph0bdx3zmprwxmmfpm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-template.yml","artifactChecksum":"ZGIzMTA2YWIxOTJhMWUyZjA1YmJiN2RmODFmZTA4ZDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5af64efa-26e0-4459-90af-7016bb6cf37c","artifactVersion":"1"},{"artifactName":"service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar","artifactChecksum":"NWFjM2ZlMTFkYWRhOWFmMmJlMTk3NmIwZTUyYzAwNGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6cd73180-d65a-47cf-9524-f77b538063e0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-05T06:25:43.988Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T06:25:43.988Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:25:43.991Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:25:43.992Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667629539542,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:44.092Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:25:44.094Z||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-05T06:25:44.094Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:25:44.106Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:25:44.106Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:25:44.992Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T06:25:45.008Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:25:45.011Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:25:45.011Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667629539542,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:45.111Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:25:45.112Z||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-05T06:25:45.112Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:25:45.127Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:25:45.128Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-05T06:25:46.012Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T06:25:46.017Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:25:46.021Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:25:46.021Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667629539542,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:46.124Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-05T06:25:46.125Z||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-05T06:25:46.125Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:25:46.138Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:25:46.139Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:25:47.023Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T06:25:47.024Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:25:47.027Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:25:47.028Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667629539542,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:47.127Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-05T06:25:47.128Z||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-05T06:25:47.128Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:25:47.142Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:25:47.143Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:25:48.029Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T06:25:48.030Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:25:48.032Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:25:48.033Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667629539542,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:48.133Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:25:48.134Z||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-05T06:25:48.134Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:25:48.145Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:25:48.146Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:25:49.033Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T06:25:49.034Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:25:49.036Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:25:49.036Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667629539542,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:49.136Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:25:49.138Z||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-05T06:25:49.138Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:25:49.152Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:25:49.152Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:25:50.037Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T06:25:50.038Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:25:50.040Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:25:50.040Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667629539542,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-05T06:25:50.140Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:25:50.141Z||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-05T06:25:50.141Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:25:50.152Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:25:50.152Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:25:51.041Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T06:25:51.042Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:25:51.047Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:25:51.048Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667629539542,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar",
"status": "NOTIFIED"
}
2022-11-05T06:25:51.147Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-05T06:25:51.148Z||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-05T06:25:51.149Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:25:51.159Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:25:51.159Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-05T06:25:52.058Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"serviceName": "Demo_pNF_HkPH0bDx3zmPrWXMmfPm",
"serviceVersion": "1.0",
"serviceUUID": "c882e519-f25a-42d0-b9c8-3d6ea93ba617",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "1d2ae0e4-347d-4622-9f3f-e2e922c7c5d2",
"resources": [
{
"resourceInstanceName": "pNF 19534a0b-b6e9 0",
"resourceCustomizationUUID": "e33cb0b8-6d2b-44ff-a66d-e14228c148ef",
"resourceName": "pNF 19534a0b-b6e9",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "554b0a33-634b-4b7e-a7d7-d1fe7b72d5cc",
"resourceInvariantUUID": "d1932130-d1bb-4864-8f08-08e98510e41f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar",
"artifactChecksum": "NWFjM2ZlMTFkYWRhOWFmMmJlMTk3NmIwZTUyYzAwNGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6cd73180-d65a-47cf-9524-f77b538063e0"
}
],
"workloadContext": "Production"
}
2022-11-05T06:25:52.058Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-05T06:25:52.059Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c882e519-f25a-42d0-b9c8-3d6ea93ba617 ASDC
2022-11-05T06:25:52.060Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c5808a1b-f1d1-4192-94b9-adb96c7cccaa
ServiceName:Demo_pNF_HkPH0bDx3zmPrWXMmfPm
ServiceVersion:1.0
ServiceUUID:c882e519-f25a-42d0-b9c8-3d6ea93ba617
ServiceInvariantUUID:1d2ae0e4-347d-4622-9f3f-e2e922c7c5d2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar
ArtifactUUID:6cd73180-d65a-47cf-9524-f77b538063e0
ArtifactChecksum:NWFjM2ZlMTFkYWRhOWFmMmJlMTk3NmIwZTUyYzAwNGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 19534a0b-b6e9 0
ResourceCustomizationUUID:e33cb0b8-6d2b-44ff-a66d-e14228c148ef
ResourceInvariantUUID:d1932130-d1bb-4864-8f08-08e98510e41f
ResourceName:pNF 19534a0b-b6e9
ResourceType:PNF
ResourceUUID:554b0a33-634b-4b7e-a7d7-d1fe7b72d5cc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-11-05T06:25:52.060Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c882e519-f25a-42d0-b9c8-3d6ea93ba617 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-05T06:25:52.104Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-05T06:25:52.104Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-05T06:25:52.105Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-05T06:25:52.105Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6cd73180-d65a-47cf-9524-f77b538063e0 from URL: /sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar
2022-11-05T06:25:52.105Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-05T06:25:52.105Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar
2022-11-05T06:25:52.181Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-05T06:25:52.187Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar 6cd73180-d65a-47cf-9524-f77b538063e0 87778
2022-11-05T06:25:52.187Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar ASDC sendASDCNotification
2022-11-05T06:25:52.188Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar
2022-11-05T06:25:52.188Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T06:25:52.188Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-05T06:25:52.191Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T06:25:52.191Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667629552187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-05T06:25:52.291Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T06:25:52.292Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-05T06:25:52.293Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ...
2022-11-05T06:25:52.314Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T06:25:52.314Z||pool-48-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-05T06:25:53.192Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-05T06:25:53.193Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-05T06:25:53.193Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 6cd73180-d65a-47cf-9524-f77b538063e0, URL: /sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar to file: /app/ASDC/1/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar
2022-11-05T06:25:53.194Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar
2022-11-05T06:25:53.194Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar
2022-11-05T06:25:53.195Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar
2022-11-05T06:25:53.441Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13509375111818356087/Definitions/service-DemoPnfHkph0bdx3zmprwxmmfpm-template.yml
2022-11-05T06:25:54.362Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-05T06:25:54.362Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-05T06:25:54.362Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar
2022-11-05T06:25:54.362Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-05T06:25:54.363Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar
2022-11-05T06:25:54.363Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar
2022-11-05T06:25:54.363Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar
2022-11-05T06:25:54.363Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar
2022-11-05T06:25:54.363Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar
2022-11-05T06:25:54.363Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 19534a0b-b6e9 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar
2022-11-05T06:25:54.363Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar
2022-11-05T06:25:54.364Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-05T06:25:54.364Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:25:54.364Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HkPH0bDx3zmPrWXMmfPm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:25:54.364Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Node template pNF 19534a0b-b6e9 0 is matching search criteria
2022-11-05T06:25:54.365Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-05T06:25:54.365Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 19534a0b-b6e9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-05T06:25:54.365Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:25:54.365Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HkPH0bDx3zmPrWXMmfPm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:25:54.366Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Node template pNF 19534a0b-b6e9 0 is matching search criteria
2022-11-05T06:25:54.366Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-05T06:25:54.366Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 19534a0b-b6e9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-05T06:25:54.366Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:25:54.366Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HkPH0bDx3zmPrWXMmfPm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:25:54.366Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:25:54.367Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HkPH0bDx3zmPrWXMmfPm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:25:54.367Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:25:54.367Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HkPH0bDx3zmPrWXMmfPm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:25:54.367Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:25:54.367Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HkPH0bDx3zmPrWXMmfPm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:25:54.367Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:25:54.367Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HkPH0bDx3zmPrWXMmfPm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:25:54.367Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_HkPH0bDx3zmPrWXMmfPm
Description:catalog service description
Model UUID:c882e519-f25a-42d0-b9c8-3d6ea93ba617
Model Version:NULL
Model InvariantUuid:1d2ae0e4-347d-4622-9f3f-e2e922c7c5d2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-05T06:25:54.375Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 554b0a33-634b-4b7e-a7d7-d1fe7b72d5cc
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-05T06:25:54.378Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||pNF 19534a0b-b6e9 0
2022-11-05T06:25:54.378Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 554b0a33-634b-4b7e-a7d7-d1fe7b72d5cc
2022-11-05T06:25:54.378Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||No resources found for Service: c882e519-f25a-42d0-b9c8-3d6ea93ba617
2022-11-05T06:25:54.378Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c882e519-f25a-42d0-b9c8-3d6ea93ba617
2022-11-05T06:25:54.379Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 19534a0b-b6e9 0 554b0a33-634b-4b7e-a7d7-d1fe7b72d5cc ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-05T06:25:54.383Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76cf4160, org.onap.sdc.toscaparser.api.parameters.Input@4e9493f1, org.onap.sdc.toscaparser.api.parameters.Input@7805b8d3, org.onap.sdc.toscaparser.api.parameters.Input@5f0a365f, org.onap.sdc.toscaparser.api.parameters.Input@53c2a89f]
2022-11-05T06:25:54.384Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-05T06:25:54.384Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HkPH0bDx3zmPrWXMmfPm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T06:25:54.384Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c882e519-f25a-42d0-b9c8-3d6ea93ba617: pNF 19534a0b-b6e9
2022-11-05T06:25:54.385Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||Processing PNF resource: 554b0a33-634b-4b7e-a7d7-d1fe7b72d5cc
2022-11-05T06:25:54.385Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery