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-06-02T10:24:18.850Z||main|||||INFO|500||The following profiles are active: basic
2022-06-02T10:24:31.875Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-02T10:24:31.876Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-02T10:24:31.989Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-02T10:24:36.521Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-02T10:24:37.239Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-02T10:24:37.872Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-02T10:24:37.882Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-02T10:24:38.022Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-02T10:24:38.288Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-02T10:24:39.066Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-02T10:24:41.096Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-02T10:24:43.627Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-02T10:24:43.699Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-02T10:24:44.360Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-02T10:24:44.654Z||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-06-02T10:24:46.047Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-02T10:24:47.369Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-02T10:24:47.391Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$30e71889.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-02T10:24:47.392Z||main|||||WARN|500||The sdc end point is not alive
2022-06-02T10:24:51.023Z||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-06-02T10:24:54.383Z||main|||||WARN|500||---
2022-06-02T10:24:54.384Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-02T10:24:54.384Z||main|||||WARN|500||---
2022-06-02T10:24:54.878Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-02T10:25:00.391Z||main|||||INFO|500||Started Application in 44.993 seconds (JVM running for 47.321)
2022-06-02T10:25:00.403Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-02T10:25:00.404Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-02T10:25:00.417Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-02T10:25:00.447Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-02T10:25:00.491Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3601d40b-8781-468d-812f-8d68ac6f86e5 url= /sdc/v1/artifactTypes
2022-06-02T10:25:00.491Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-02T10:25:00.845Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-02T10:25:00.872Z||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-06-02T10:25:00.900Z||scheduling-1|||||DEBUG|500||create keys
2022-06-02T10:25:00.909Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-02T10:25:01.058Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:25:01.085Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3d46f656-464c-4ea9-b0a7-d5df7e027bf4 url= /sdc/v1/registerForDistribution
2022-06-02T10:25:01.672Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3d46f656-464c-4ea9-b0a7-d5df7e027bf4 url= /sdc/v1/registerForDistribution
2022-06-02T10:25:01.673Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-02T10:25:01.712Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:25:01.714Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:25:01.723Z||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-06-02T10:25:01.722Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-02T10:25:01.723Z||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-06-02T10:25:01.723Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:25:01.723Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:25:12.566Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:25:12.603Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:26:01.708Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:26:01.709Z||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-06-02T10:26:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:26:01.711Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:26:01.712Z||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-06-02T10:26:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:26:11.395Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:26:11.448Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:27:01.708Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:27:01.709Z||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-06-02T10:27:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:27:01.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:27:01.712Z||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-06-02T10:27:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:27:11.310Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:27:11.310Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:28:01.709Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:28:01.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:28:01.713Z||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-06-02T10:28:01.713Z||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-06-02T10:28:01.713Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:28:01.714Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:28:11.315Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:28:11.330Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:29:01.708Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:29:01.709Z||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-06-02T10:29:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:29:01.711Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:29:01.712Z||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-06-02T10:29:01.713Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:29:11.302Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:29:11.303Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:30:01.708Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:30:01.710Z||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-06-02T10:30:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:30:01.711Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:30:01.711Z||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-06-02T10:30:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:30:11.341Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:30:11.346Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:31:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:31:01.710Z||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-06-02T10:31:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:31:01.712Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:31:01.713Z||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-06-02T10:31:01.714Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:31:11.302Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:31:11.302Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:32:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:32:01.709Z||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-06-02T10:32:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:32:01.710Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:32:01.711Z||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-06-02T10:32:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:32:11.318Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:32:11.326Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:33:01.710Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:33:01.711Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:33:01.716Z||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-06-02T10:33:01.716Z||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-06-02T10:33:01.716Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:33:01.716Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:33:11.283Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:33:11.284Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:34:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:34:01.710Z||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-06-02T10:34:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:34:01.711Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:34:01.711Z||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-06-02T10:34:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:34:11.315Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:34:11.328Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:34:34.778Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-02T10:35:01.709Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:35:01.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:35:01.711Z||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-06-02T10:35:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:35:01.712Z||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-06-02T10:35:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:35:11.285Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:35:11.289Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:36:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:36:01.710Z||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-06-02T10:36:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:36:01.710Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:36:01.711Z||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-06-02T10:36:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:36:11.298Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:36:11.298Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:37:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:37:01.709Z||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-06-02T10:37:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:37:01.710Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:37:01.711Z||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-06-02T10:37:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:37:11.287Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:37:11.288Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:38:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:38:01.709Z||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-06-02T10:38:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:38:01.711Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:38:01.712Z||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-06-02T10:38:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:38:11.296Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:38:11.296Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:39:01.709Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:39:01.711Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:39:01.712Z||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-06-02T10:39:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:39:01.712Z||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-06-02T10:39:01.713Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:39:11.304Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:39:11.327Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:40:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:40:01.709Z||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-06-02T10:40:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:40:01.711Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:40:01.711Z||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-06-02T10:40:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:40:11.269Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:40:11.279Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:41:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:41:01.710Z||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-06-02T10:41:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:41:01.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:41:01.711Z||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-06-02T10:41:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:41:11.319Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:41:11.322Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:42:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:42:01.709Z||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-06-02T10:42:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:42:01.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:42:01.711Z||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-06-02T10:42:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:42:11.294Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:42:11.296Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:43:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:43:01.710Z||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-06-02T10:43:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:43:01.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:43:01.712Z||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-06-02T10:43:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:43:11.341Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:43:11.343Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:44:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:44:01.709Z||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-06-02T10:44:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:44:01.711Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:44:01.711Z||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-06-02T10:44:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:44:11.305Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:44:11.306Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:45:01.709Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:45:01.711Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:45:01.713Z||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-06-02T10:45:01.713Z||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-06-02T10:45:01.713Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:45:01.713Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:45:11.308Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:45:11.319Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:46:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:46:01.709Z||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-06-02T10:46:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:46:01.711Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:46:01.711Z||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-06-02T10:46:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:46:11.288Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:46:11.295Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:47:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:47:01.709Z||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-06-02T10:47:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:47:01.711Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:47:01.711Z||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-06-02T10:47:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:47:11.284Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:47:11.301Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:48:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:48:01.709Z||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-06-02T10:48:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:48:01.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:48:01.711Z||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-06-02T10:48:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:48:11.288Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:48:11.293Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:49:01.708Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:49:01.711Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:49:01.711Z||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-06-02T10:49:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:49:01.715Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T10:49:01.715Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T10:49:11.302Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:49:11.312Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:50:01.708Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:50:01.709Z||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-06-02T10:50:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:50:01.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:50:01.712Z||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-06-02T10:50:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:50:11.291Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:50:11.292Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:51:01.709Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:51:01.710Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:51:01.711Z||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-06-02T10:51:01.711Z||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-06-02T10:51:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:51:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:51:11.323Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:51:11.323Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:52:01.708Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:52:01.710Z||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-06-02T10:52:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:52:01.711Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:52:01.712Z||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-06-02T10:52:01.713Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:52:11.325Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:52:11.325Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:53:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:53:01.709Z||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-06-02T10:53:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:53:01.711Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:53:01.712Z||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-06-02T10:53:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:53:11.307Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:53:11.308Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:54:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:54:01.709Z||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-06-02T10:54:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:54:01.711Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:54:01.712Z||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-06-02T10:54:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:54:11.364Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:54:11.367Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:55:01.709Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:55:01.709Z||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-06-02T10:55:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:55:01.711Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:55:01.711Z||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-06-02T10:55:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:55:11.273Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:55:11.305Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:56:01.708Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:56:01.709Z||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-06-02T10:56:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:56:01.711Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:56:01.711Z||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-06-02T10:56:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:56:11.291Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:56:11.291Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:57:01.710Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:57:01.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:57:01.714Z||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-06-02T10:57:01.714Z||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-06-02T10:57:01.714Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:57:01.714Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:57:11.313Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:57:11.321Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:58:01.708Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:58:01.709Z||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-06-02T10:58:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:58:01.712Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:58:01.713Z||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-06-02T10:58:01.713Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:58:11.283Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:58:11.284Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:59:01.708Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:59:01.709Z||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-06-02T10:59:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:59:01.711Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T10:59:01.711Z||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-06-02T10:59:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T10:59:11.298Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T10:59:11.300Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:00:01.708Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:00:01.710Z||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-06-02T11:00:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:00:01.711Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:00:01.711Z||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-06-02T11:00:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:00:11.288Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:00:11.332Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:01:01.708Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:01:01.709Z||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-06-02T11:01:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:01:01.711Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:01:01.711Z||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-06-02T11:01:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:01:11.317Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:01:11.318Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:02:01.708Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:02:01.709Z||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-06-02T11:02:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:02:01.711Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:02:01.711Z||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-06-02T11:02:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:02:11.304Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:02:11.304Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:03:01.708Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:03:01.709Z||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-06-02T11:03:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:03:01.711Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:03:01.712Z||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-06-02T11:03:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:03:11.313Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:03:11.323Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:04:01.709Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:04:01.711Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:04:01.711Z||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-06-02T11:04:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:04:01.711Z||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-06-02T11:04:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:04:11.311Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:04:11.313Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:05:01.708Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:05:01.709Z||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-06-02T11:05:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:05:01.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:05:01.711Z||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-06-02T11:05:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:05:11.277Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:05:11.288Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:06:01.708Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:06:01.709Z||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-06-02T11:06:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:06:01.711Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:06:01.711Z||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-06-02T11:06:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:06:11.271Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:06:11.282Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:07:01.709Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:07:01.709Z||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-06-02T11:07:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:07:01.711Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:07:01.711Z||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-06-02T11:07:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:07:11.267Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:07:11.267Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:08:01.708Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:08:01.709Z||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-06-02T11:08:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:08:01.710Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:08:01.711Z||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-06-02T11:08:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:08:11.341Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:08:11.341Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:09:01.708Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:09:01.709Z||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-06-02T11:09:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:09:01.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:09:01.712Z||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-06-02T11:09:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:09:11.280Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:09:11.289Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:10:01.709Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:10:01.711Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:10:01.712Z||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-06-02T11:10:01.712Z||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-06-02T11:10:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:10:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:10:11.291Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:10:11.299Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:11:01.708Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:11:01.709Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T11:11:01.710Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:11:01.711Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:11:01.714Z||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-06-02T11:11:01.714Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:11:11.283Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:11:11.285Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:12:01.708Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:12:01.709Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T11:12:01.709Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:12:01.712Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:12:01.713Z||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-06-02T11:12:01.713Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:12:11.295Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:12:11.295Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:13:01.708Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:13:01.709Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T11:13:01.710Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:13:01.711Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:13:01.712Z||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-06-02T11:13:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:13:11.284Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:13:11.284Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:14:01.708Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:14:01.709Z||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-06-02T11:14:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:14:01.710Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:14:01.711Z||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-06-02T11:14:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:14:11.312Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:14:11.348Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:15:01.708Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:15:01.709Z||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-06-02T11:15:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:15:01.710Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:15:01.711Z||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-06-02T11:15:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:15:11.306Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:15:11.306Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:16:01.708Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:16:01.710Z||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-06-02T11:16:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:16:01.710Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:16:01.711Z||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-06-02T11:16:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:16:11.292Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:16:11.353Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:17:01.708Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:17:01.710Z||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-06-02T11:17:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:17:01.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:17:01.711Z||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-06-02T11:17:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:17:11.287Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:17:11.357Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:18:01.708Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:18:01.709Z||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-06-02T11:18:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:18:01.711Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:18:01.711Z||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-06-02T11:18:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:18:11.310Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:18:11.313Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:19:01.708Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:19:01.709Z||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-06-02T11:19:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:19:01.711Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:19:01.711Z||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-06-02T11:19:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:19:11.337Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:19:11.362Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:20:01.708Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:20:01.710Z||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-06-02T11:20:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:20:01.710Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:20:01.711Z||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-06-02T11:20:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:20:11.335Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:20:11.336Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:21:01.708Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:21:01.709Z||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-06-02T11:21:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:01.710Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:21:01.711Z||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-06-02T11:21:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:01.958Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:21:01.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:01.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "policy-id",
"timestamp": 1654168824763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:01.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:01.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:01.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "policy-id",
"timestamp": 1654168824763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:01.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:01.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:01.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "policy-id",
"timestamp": 1654168824763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-02T11:21:01.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:01.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:01.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "clamp",
"timestamp": 1654168834755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:01.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:01.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:01.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "policy-id",
"timestamp": 1654168824763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:01.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:01.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:01.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "clamp",
"timestamp": 1654168834755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
"status": "NOTIFIED"
}
2022-06-02T11:21:01.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:01.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:01.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "policy-id",
"timestamp": 1654168824763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:01.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:01.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:01.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "ves-openapi-manager",
"timestamp": 1654168835894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:01.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:01.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:01.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "cds",
"timestamp": 1654168836249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:01.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:01.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:01.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "clamp",
"timestamp": 1654168834755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654168836636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "policy-id",
"timestamp": 1654168824763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "ves-openapi-manager",
"timestamp": 1654168835894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "cds",
"timestamp": 1654168836249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "clamp",
"timestamp": 1654168834755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.003Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654168836636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
"status": "NOTIFIED"
}
2022-06-02T11:21:02.004Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "policy-id",
"timestamp": 1654168824763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T11:21:02.004Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "ves-openapi-manager",
"timestamp": 1654168835894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.005Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "cds",
"timestamp": 1654168836249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.005Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "clamp",
"timestamp": 1654168834755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.006Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654168836636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-02T11:21:02.006Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "aai-ml",
"timestamp": 1654168838714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.007Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "ves-openapi-manager",
"timestamp": 1654168835894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.007Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "cds",
"timestamp": 1654168836249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.008Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "clamp",
"timestamp": 1654168834755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.008Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "aai-ml",
"timestamp": 1654168838714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.009Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654168836636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.009Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "ves-openapi-manager",
"timestamp": 1654168835894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.010Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "cds",
"timestamp": 1654168836249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.010Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "clamp",
"timestamp": 1654168834755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T11:21:02.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "policy-id",
"timestamp": 1654168840867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:21:02.011Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654168836636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-02T11:21:02.012Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "aai-ml",
"timestamp": 1654168838714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.012Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "ves-openapi-manager",
"timestamp": 1654168835894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "cds",
"timestamp": 1654168836249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "policy-id",
"timestamp": 1654168841877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-02T11:21:02.014Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654168836636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "aai-ml",
"timestamp": 1654168838714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.015Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "ves-openapi-manager",
"timestamp": 1654168835894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.016Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "cds",
"timestamp": 1654168836249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T11:21:02.016Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "policy-id",
"timestamp": 1654168842882,
"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=?
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-06-02T11:21:02.212Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
2022-06-02T11:21:02.236Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c25ff80-10bf-43c1-8c0f-74b3f57e9152 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-06-02T11:21:02.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654168836636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T11:21:02.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "aai-ml",
"timestamp": 1654168838714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "ves-openapi-manager",
"timestamp": 1654168835894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "cds",
"timestamp": 1654168844570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:21:02.264Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "aai-ml",
"timestamp": 1654168838714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "ves-openapi-manager",
"timestamp": 1654168835894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654168845185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:21:02.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "cds",
"timestamp": 1654168845605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-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-06-02T11:21:02.279Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
2022-06-02T11:21:02.280Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c25ff80-10bf-43c1-8c0f-74b3f57e9152 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-06-02T11:21:02.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "aai-ml",
"timestamp": 1654168838714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T11:21:02.288Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "policy-id",
"timestamp": 1654168844763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.288Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.289Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "ves-openapi-manager",
"timestamp": 1654168835894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.289Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.289Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "cds",
"timestamp": 1654168836249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.289Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.289Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "policy-id",
"timestamp": 1654168844763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.290Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "ves-openapi-manager",
"timestamp": 1654168835894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.291Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654168846983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:21:02.292Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "aai-ml",
"timestamp": 1654168847260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:21:02.294Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654168846903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "cds",
"timestamp": 1654168836249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "policy-id",
"timestamp": 1654168844763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-02T11:21:02.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "ves-openapi-manager",
"timestamp": 1654168835894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654168846903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "cds",
"timestamp": 1654168836249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "policy-id",
"timestamp": 1654168844763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654168848687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:21:02.303Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "ves-openapi-manager",
"timestamp": 1654168835894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654168846903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "cds",
"timestamp": 1654168836249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "policy-id",
"timestamp": 1654168844763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "ves-openapi-manager",
"timestamp": 1654168835894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654168849783,
"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-06-02T11:21:02.315Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
2022-06-02T11:21:02.315Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c25ff80-10bf-43c1-8c0f-74b3f57e9152 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-02T11:21:02.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654168846903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "cds",
"timestamp": 1654168836249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "policy-id",
"timestamp": 1654168844763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654168850791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-02T11:21:02.325Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654168846903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "cds",
"timestamp": 1654168836249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "policy-id",
"timestamp": 1654168844763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T11:21:02.327Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654168836636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.328Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "clamp",
"timestamp": 1654168852119,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:21:02.328Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654168846903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.329Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "cds",
"timestamp": 1654168836249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T11:21:02.329Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654168836636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
"status": "NOTIFIED"
}
2022-06-02T11:21:02.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654168846903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T11:21:02.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "policy-id",
"timestamp": 1654168853340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:21:02.331Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654168836636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-02T11:21:02.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "clamp",
"timestamp": 1654168854146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-02T11:21:02.332Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "cds",
"timestamp": 1654168854179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:21:02.332Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "policy-id",
"timestamp": 1654168854344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-02T11:21:02.333Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654168836636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "cds",
"timestamp": 1654168855190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-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-06-02T11:21:02.346Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b33c3bb-796b-4b0f-9366-2d9326c74281
2022-06-02T11:21:02.346Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b33c3bb-796b-4b0f-9366-2d9326c74281 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=?
2022-06-02T11:21:02.350Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-02T11:21:02.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"6c25ff80-10bf-43c1-8c0f-74b3f57e9152","serviceName":"basic_onboard_jvoHKu","serviceVersion":"1.0","serviceUUID":"3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7","serviceDescription":"service","serviceInvariantUUID":"5d825d6c-f375-4796-9f4d-37d85dfde7d7","resources":[{"resourceInstanceName":"basic_onboard_jvoHKu 0","resourceName":"basic_onboard_jvoHKu","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"68ad6fd1-947e-4253-a77d-e9ff9bf36f11","resourceInvariantUUID":"17d1d25b-efa6-43bb-aaa2-7a187369c88d","resourceCustomizationUUID":"99bcbbeb-31ec-4a23-bcdd-9a6df2b05c28","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vf-license-model.xml","artifactChecksum":"ZmUyMjVkYmQyZTM2MDczNDkzZWFmOGYxMDVhYzNhNzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fd7e27b7-525a-4033-8e23-5b3ba4630f69","artifactVersion":"1"},{"artifactName":"basic_onboard_jvohku0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json","artifactChecksum":"ZTRmMWQ1YTc3MzU2ODViNjllM2UzMjdmNmMzMTA3MmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ff3ac723-35be-4cb0-82fb-445ef9241475","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a80cb640-4569-47f7-ad6c-d0bb543fd43e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5016c14a-deeb-451b-8a77-f2b1b9ed5e2f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d34b3269-b808-4f0d-8e09-1948fbcf499e","artifactVersion":"2","generatedFromUUID":"a80cb640-4569-47f7-ad6c-d0bb543fd43e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJvohku-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-template.yml","artifactChecksum":"MzY5MmZhM2FiYTBiMzg1ZjQ3ODgwODYwMTY1YmIxMjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fba50b5e-8771-49d2-bc55-6d69956bb7e4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJvohku-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar","artifactChecksum":"MjQyNWI2OThhOGEzYzVkOGU4MzJhZWY3NzUwOWQ1MDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e5830293-ff20-41aa-b8e7-486982a64a2c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T11:21:02.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "clamp",
"timestamp": 1654168855152,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-02T11:21:02.359Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:21:02.359Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
2022-06-02T11:21:02.359Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c25ff80-10bf-43c1-8c0f-74b3f57e9152 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-02T11:21:02.366Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:21:02.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654168855590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:21:02.368Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "policy-id",
"timestamp": 1654168855348,
"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-06-02T11:21:02.372Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b33c3bb-796b-4b0f-9366-2d9326c74281
2022-06-02T11:21:02.372Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b33c3bb-796b-4b0f-9366-2d9326c74281 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-06-02T11:21:02.378Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:21:02.378Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168861708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654168836636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-02T11:21:02.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654168836636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:02.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654168836636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T11:21:02.384Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:21:02.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654168858913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:21:02.385Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654168860086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:21:02.386Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "aai-ml",
"timestamp": 1654168861079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-06-02T11:21:02.387Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:21:02.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654168861281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:21:02.388Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:21:02.478Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-06-02T11:21:02.482Z||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-06-02T11:21:02.483Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:02.502Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:21:02.503Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:21:03.389Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:21:03.389Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:21:03.391Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:21:03.392Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168861708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
"status": "NOTIFIED"
}
2022-06-02T11:21:03.492Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:21:03.493Z||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-06-02T11:21:03.494Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:03.520Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:21:03.521Z||pool-4-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:21:04.392Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:21:04.393Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:21:04.395Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:21:04.395Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168861708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-02T11:21:04.496Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:21:04.497Z||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-06-02T11:21:04.498Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:04.514Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:21:04.515Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:21:05.397Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:21:05.398Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:21:05.400Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:21:05.401Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168861708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:05.501Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:21:05.502Z||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-06-02T11:21:05.502Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:05.518Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:21:05.519Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:21:06.401Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:21:06.402Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:21:06.405Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:21:06.405Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168861708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-02T11:21:06.505Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:21:06.506Z||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-06-02T11:21:06.506Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:06.524Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:21:06.525Z||pool-7-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:21:07.406Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:21:07.407Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:21:07.409Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:21:07.409Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168861708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:21:07.510Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:21:07.511Z||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-06-02T11:21:07.511Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:07.531Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:21:07.532Z||pool-8-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:21:08.410Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:21:08.411Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:21:08.414Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:21:08.414Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168861708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T11:21:08.514Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:21:08.515Z||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-06-02T11:21:08.515Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:08.537Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:21:08.537Z||pool-9-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:21:09.416Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"serviceName": "basic_onboard_jvoHKu",
"serviceVersion": "1.0",
"serviceUUID": "3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7",
"serviceDescription": "service",
"serviceInvariantUUID": "5d825d6c-f375-4796-9f4d-37d85dfde7d7",
"resources": [
{
"resourceInstanceName": "basic_onboard_jvoHKu 0",
"resourceCustomizationUUID": "99bcbbeb-31ec-4a23-bcdd-9a6df2b05c28",
"resourceName": "basic_onboard_jvoHKu",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "68ad6fd1-947e-4253-a77d-e9ff9bf36f11",
"resourceInvariantUUID": "17d1d25b-efa6-43bb-aaa2-7a187369c88d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_jvohku0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
"artifactChecksum": "ZTRmMWQ1YTc3MzU2ODViNjllM2UzMjdmNmMzMTA3MmI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ff3ac723-35be-4cb0-82fb-445ef9241475",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a80cb640-4569-47f7-ad6c-d0bb543fd43e",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d34b3269-b808-4f0d-8e09-1948fbcf499e",
"generatedFromUUID": "a80cb640-4569-47f7-ad6c-d0bb543fd43e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d34b3269-b808-4f0d-8e09-1948fbcf499e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardJvohku-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
"artifactChecksum": "MjQyNWI2OThhOGEzYzVkOGU4MzJhZWY3NzUwOWQ1MDI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e5830293-ff20-41aa-b8e7-486982a64a2c"
}
],
"workloadContext": "Production"
}
2022-06-02T11:21:09.417Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T11:21:09.417Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7 ASDC
2022-06-02T11:21:09.543Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:6c25ff80-10bf-43c1-8c0f-74b3f57e9152
ServiceName:basic_onboard_jvoHKu
ServiceVersion:1.0
ServiceUUID:3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7
ServiceInvariantUUID:5d825d6c-f375-4796-9f4d-37d85dfde7d7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJvohku-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar
ArtifactUUID:e5830293-ff20-41aa-b8e7-486982a64a2c
ArtifactChecksum:MjQyNWI2OThhOGEzYzVkOGU4MzJhZWY3NzUwOWQ1MDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_jvoHKu 0
ResourceCustomizationUUID:99bcbbeb-31ec-4a23-bcdd-9a6df2b05c28
ResourceInvariantUUID:17d1d25b-efa6-43bb-aaa2-7a187369c88d
ResourceName:basic_onboard_jvoHKu
ResourceType:VF
ResourceUUID:68ad6fd1-947e-4253-a77d-e9ff9bf36f11
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jvohku0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json
ArtifactUUID:ff3ac723-35be-4cb0-82fb-445ef9241475
ArtifactChecksum:ZTRmMWQ1YTc3MzU2ODViNjllM2UzMjdmNmMzMTA3MmI=
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/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a80cb640-4569-47f7-ad6c-d0bb543fd43e
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/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env
ArtifactUUID:d34b3269-b808-4f0d-8e09-1948fbcf499e
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/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env
ArtifactUUID:d34b3269-b808-4f0d-8e09-1948fbcf499e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-02T11:21:09.548Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7 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-06-02T11:21:09.601Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:21:09.602Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-02T11:21:09.604Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-02T11:21:09.604Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e5830293-ff20-41aa-b8e7-486982a64a2c from URL: /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:09.605Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-02T11:21:09.607Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:09.842Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-02T11:21:09.859Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar e5830293-ff20-41aa-b8e7-486982a64a2c 71594
2022-06-02T11:21:09.861Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar ASDC sendASDCNotification
2022-06-02T11:21:09.861Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:09.862Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:21:09.864Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:21:09.866Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:21:09.866Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168869859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:21:09.966Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:21:09.967Z||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-06-02T11:21:09.967Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:09.993Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:21:09.994Z||pool-10-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:21:10.867Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:21:10.869Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-02T11:21:10.869Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e5830293-ff20-41aa-b8e7-486982a64a2c, URL: /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar to file: /app/ASDC/1/service-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:10.870Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:10.960Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:10.961Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:11.551Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4934488642362688826/Definitions/service-BasicOnboardJvohku-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-02T11:21:13.678Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T11:21:13.683Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-02T11:21:13.683Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:13.683Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-02T11:21:13.683Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_jvoHKu 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:13.684Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:13.684Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||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-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:13.684Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:13.684Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||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-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:13.685Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:13.685Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:13.685Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||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-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:13.685Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||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-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:13.685Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-02T11:21:13.691Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:21:13.693Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:21:13.697Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jvoHKu 0 is matching search criteria
2022-06-02T11:21:13.697Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-02T11:21:13.699Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jvoHKu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:21:13.700Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:21:13.701Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:21:13.701Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jvoHKu 0 is matching search criteria
2022-06-02T11:21:13.701Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-02T11:21:13.701Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jvoHKu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:21:13.701Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:21:13.702Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:21:13.705Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:21:13.705Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jvoHKu 0 is not matching search criteria
2022-06-02T11:21:13.705Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-02T11:21:13.706Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-02T11:21:13.706Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-02T11:21:13.706Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-02T11:21:13.706Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T11:21:13.706Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:21:13.707Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T11:21:13.708Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:21:13.708Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jvoHKu 0 is matching search criteria
2022-06-02T11:21:13.708Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jvoHKu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:21:13.709Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:21:13.709Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jvoHKu 0 is matching search criteria
2022-06-02T11:21:13.709Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jvoHKu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:21:13.709Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:21:13.710Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jvoHKu 0 is matching search criteria
2022-06-02T11:21:13.710Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jvoHKu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:21:13.710Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:21:13.710Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jvoHKu 0 is not matching search criteria
2022-06-02T11:21:13.711Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-02T11:21:13.711Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-02T11:21:13.711Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=52dedf25-2d57-4b4a-a4fb-b1744bda4714
2022-06-02T11:21:13.711Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:21:13.711Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:21:13.712Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:21:13.712Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:21:13.712Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:21:13.712Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:21:13.713Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:21:13.713Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:21:13.713Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_jvoHKu
Description:service
Model UUID:3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7
Model Version:NULL
Model InvariantUuid:5d825d6c-f375-4796-9f4d-37d85dfde7d7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_jvoHKu
Model UUID:14c84631-64c9-45ee-97ec-8d931bbea96c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:17d1d25b-efa6-43bb-aaa2-7a187369c88d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:99bcbbeb-31ec-4a23-bcdd-9a6df2b05c28
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:37287c73-3870-4dbb-9e4f-a0f171742bc9
ModelName:BasicOnboardJvohku..base_ubuntu18..module-0
ModelUuid:1174f485-29ee-4df6-a788-25fa647d19e3
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:52dedf25-2d57-4b4a-a4fb-b1744bda4714
ModelInvariantUuid:b8a211d7-0419-45e9-a33a-33c1de408b75
ModelName:basic_onboard_jvoHKu-nodes.ubuntu18Cvfc
ModelUuid:ebe496ed-87ae-4159-b118-4708ed607b00
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:973db833-7bd6-42e3-9376-ec725bf25b73
ModelInvariantUuid:b0fbfd8f-0f4e-4148-93a1-443f3c6ac4d6
ModelName:BasicOnboardJvohku.compute.nodes.heat.ubuntu18
ModelUuid:e40f7a85-3a85-474c-b579-959d2fdd3ba3
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-06-02T11:21:13.732Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 68ad6fd1-947e-4253-a77d-e9ff9bf36f11
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-06-02T11:21:13.830Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||basic_onboard_jvoHKu 0
2022-06-02T11:21:13.837Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 68ad6fd1-947e-4253-a77d-e9ff9bf36f11
2022-06-02T11:21:13.837Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ff3ac723-35be-4cb0-82fb-445ef9241475 from URL: /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json
2022-06-02T11:21:13.837Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-02T11:21:13.838Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json
2022-06-02T11:21:14.023Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-02T11:21:14.024Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json ff3ac723-35be-4cb0-82fb-445ef9241475 798
2022-06-02T11:21:14.024Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json ASDC sendASDCNotification
2022-06-02T11:21:14.025Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json
2022-06-02T11:21:14.025Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:21:14.025Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:21:14.029Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:21:14.029Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168874024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:21:14.129Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:21:14.133Z||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-06-02T11:21:14.134Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:14.159Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:21:14.163Z||pool-11-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:21:15.032Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJvohku..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "37287c73-3870-4dbb-9e4f-a0f171742bc9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1174f485-29ee-4df6-a788-25fa647d19e3",
"vfModuleModelCustomizationUUID": "c70ce821-2e46-48be-97aa-22833507245b",
"isBase": true,
"artifacts": [
"a80cb640-4569-47f7-ad6c-d0bb543fd43e",
"d34b3269-b808-4f0d-8e09-1948fbcf499e"
],
"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-06-02T11:21:15.056Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJvohku..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1174f485-29ee-4df6-a788-25fa647d19e3
VfModuleModelInvariantUUID:37287c73-3870-4dbb-9e4f-a0f171742bc9
VfModuleModelDescription:NULL
Artifacts UUID List:{
a80cb640-4569-47f7-ad6c-d0bb543fd43e
,
d34b3269-b808-4f0d-8e09-1948fbcf499e
}
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-06-02T11:21:15.089Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJvohku..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "37287c73-3870-4dbb-9e4f-a0f171742bc9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1174f485-29ee-4df6-a788-25fa647d19e3",
"vfModuleModelCustomizationUUID": "c70ce821-2e46-48be-97aa-22833507245b",
"isBase": true,
"artifacts": [
"a80cb640-4569-47f7-ad6c-d0bb543fd43e",
"d34b3269-b808-4f0d-8e09-1948fbcf499e"
],
"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-06-02T11:21:15.090Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJvohku..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1174f485-29ee-4df6-a788-25fa647d19e3
VfModuleModelInvariantUUID:37287c73-3870-4dbb-9e4f-a0f171742bc9
VfModuleModelDescription:NULL
Artifacts UUID List:{
a80cb640-4569-47f7-ad6c-d0bb543fd43e
,
d34b3269-b808-4f0d-8e09-1948fbcf499e
}
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-06-02T11:21:15.090Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a80cb640-4569-47f7-ad6c-d0bb543fd43e from URL: /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml
2022-06-02T11:21:15.090Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-02T11:21:15.090Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml
2022-06-02T11:21:15.955Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-02T11:21:15.955Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml a80cb640-4569-47f7-ad6c-d0bb543fd43e 5033
2022-06-02T11:21:15.956Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-02T11:21:15.956Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml
2022-06-02T11:21:15.956Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:21:15.956Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:21:15.958Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:21:15.958Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168875956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:21:16.058Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:21:16.060Z||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-06-02T11:21:16.060Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:16.084Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:21:16.085Z||pool-12-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":2,"count":1}
2022-06-02T11:21:16.959Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d34b3269-b808-4f0d-8e09-1948fbcf499e from URL: /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env
2022-06-02T11:21:16.960Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-02T11:21:16.967Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env
2022-06-02T11:21:17.621Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-02T11:21:17.622Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env d34b3269-b808-4f0d-8e09-1948fbcf499e 909
2022-06-02T11:21:17.622Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-02T11:21:17.622Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env
2022-06-02T11:21:17.622Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:21:17.623Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:21:17.626Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:21:17.626Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168877622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:21:17.728Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-02T11:21:17.730Z||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-06-02T11:21:17.730Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:17.758Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:21:17.759Z||pool-13-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:21:18.626Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7
2022-06-02T11:21:18.627Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_jvoHKu 0 68ad6fd1-947e-4253-a77d-e9ff9bf36f11 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T11:21:18.683Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74084ef6, org.onap.sdc.toscaparser.api.parameters.Input@2ad29780, org.onap.sdc.toscaparser.api.parameters.Input@27401917, org.onap.sdc.toscaparser.api.parameters.Input@6e11b109, org.onap.sdc.toscaparser.api.parameters.Input@58582dc3]
2022-06-02T11:21:18.687Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:21:18.688Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:21:18.688Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-06-02T11:21:18.689Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 99bcbbeb-31ec-4a23-bcdd-9a6df2b05c28
2022-06-02T11:21:18.689Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 99bcbbeb-31ec-4a23-bcdd-9a6df2b05c28 matches Tosca VF Customization UUID: 99bcbbeb-31ec-4a23-bcdd-9a6df2b05c28
2022-06-02T11:21:18.689Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 99bcbbeb-31ec-4a23-bcdd-9a6df2b05c28 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-06-02T11:21:18.697Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:21:18.697Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:21:18.699Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 99bcbbeb-31ec-4a23-bcdd-9a6df2b05c28: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-02T11:21:18.699Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@b5c01f9
2022-06-02T11:21:18.699Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:21:18.699Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T11:21:18.700Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c70ce821-2e46-48be-97aa-22833507245b
2022-06-02T11:21:18.701Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c70ce821-2e46-48be-97aa-22833507245b
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-06-02T11:21:18.710Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:21:18.711Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jvoHKu 0 is matching search criteria
2022-06-02T11:21:18.711Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jvoHKu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:21:18.712Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:21:18.713Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jvoHKu 0 is matching search criteria
2022-06-02T11:21:18.713Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jvoHKu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:21:18.713Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:21:18.713Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jvoHKu 0 is not matching search criteria
2022-06-02T11:21:18.714Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-02T11:21:18.714Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-02T11:21:18.714Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=52dedf25-2d57-4b4a-a4fb-b1744bda4714
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-06-02T11:21:18.729Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:21:18.730Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jvoHKu 0 is matching search criteria
2022-06-02T11:21:18.730Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jvoHKu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:21:18.731Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:21:18.731Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jvoHKu 0 is matching search criteria
2022-06-02T11:21:18.731Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jvoHKu 0] matching following query criteria: sdcType=VF, customizationUUID=99bcbbeb-31ec-4a23-bcdd-9a6df2b05c28
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-06-02T11:21:18.733Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:21:18.734Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:21:18.734Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7: basic_onboard_jvoHKu
2022-06-02T11:21:18.735Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:21:18.735Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:21:18.735Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:21:18.736Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:21:18.736Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:21:18.736Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:21:18.737Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:21:18.738Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:21:18.738Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:21:18.738Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jvoHKu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:21:18.738Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_jvoHKu
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-06-02T11:21:18.988Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_jvoHKu 68ad6fd1-947e-4253-a77d-e9ff9bf36f11 1 ASDC deployResourceStructure
2022-06-02T11:21:18.988Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json ASDC sendASDCNotification
2022-06-02T11:21:18.989Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json
2022-06-02T11:21:18.989Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:21:18.989Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:21:18.991Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:21:18.991Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168878988,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-02T11:21:19.092Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:21:19.093Z||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-06-02T11:21:19.093Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:19.117Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:21:19.117Z||pool-14-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:21:19.993Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-02T11:21:19.993Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml
2022-06-02T11:21:19.993Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:21:19.993Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:21:19.995Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:21:19.995Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168879993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-02T11:21:20.095Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:21:20.097Z||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-06-02T11:21:20.097Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:20.114Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:21:20.114Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:21:21.000Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-02T11:21:21.001Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env
2022-06-02T11:21:21.001Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:21:21.002Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:21:21.005Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:21:21.005Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168881000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-02T11:21:21.105Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:21:21.106Z||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-06-02T11:21:21.106Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:21.130Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:21:21.131Z||pool-16-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:21:22.007Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar ASDC sendASDCNotification
2022-06-02T11:21:22.007Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar
2022-06-02T11:21:22.007Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:21:22.008Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:21:22.010Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:21:22.010Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168882006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-02T11:21:22.111Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:21:22.112Z||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-06-02T11:21:22.112Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:21:22.128Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:21:22.129Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:21:23.012Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
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-06-02T11:21:23.027Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
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-06-02T11:21:23.030Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:21:23.030Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T11:21:23.030Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T11:21:53.031Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
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-06-02T11:21:53.044Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
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-06-02T11:21:53.048Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:21:53.049Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T11:21:53.049Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T11:22:01.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:22:01.712Z||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-06-02T11:22:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:22:01.757Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:22:01.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:22:01.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654168861747,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-02T11:22:01.759Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:22:23.049Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
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-06-02T11:22:23.072Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
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-06-02T11:22:23.075Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:22:23.076Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T11:22:23.076Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T11:22:53.076Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
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-06-02T11:22:53.094Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
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-06-02T11:22:53.096Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:22:53.096Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T11:22:53.097Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T11:23:01.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:23:01.713Z||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-06-02T11:23:01.713Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:23:01.751Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:23:01.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:23:01.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "aai-ml",
"timestamp": 1654168862086,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"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-06-02T11:23:01.759Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
2022-06-02T11:23:01.759Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c25ff80-10bf-43c1-8c0f-74b3f57e9152 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-06-02T11:23:23.097Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
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-06-02T11:23:23.112Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
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-06-02T11:23:23.115Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:23:23.116Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T11:23:23.116Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T11:23:23.116Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T11:23:53.116Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
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-06-02T11:23:53.130Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
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-06-02T11:23:53.133Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:23:53.133Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T11:23:53.133Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T11:23:53.133Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T11:24:01.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:24:01.712Z||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-06-02T11:24:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:24:02.257Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:24:02.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168861708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:24:02.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654168862308,
"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-06-02T11:24:02.271Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b33c3bb-796b-4b0f-9366-2d9326c74281
2022-06-02T11:24:02.271Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b33c3bb-796b-4b0f-9366-2d9326c74281 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-02T11:24:02.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654168862753,
"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-06-02T11:24:02.286Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
2022-06-02T11:24:02.286Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c25ff80-10bf-43c1-8c0f-74b3f57e9152 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-06-02T11:24:02.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "aai-ml",
"timestamp": 1654168838714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:24:02.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168861708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
"status": "NOTIFIED"
}
2022-06-02T11:24:02.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:24:02.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654168863313,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-02T11:24:02.297Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:24:02.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654168846903,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:24:02.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "aai-ml",
"timestamp": 1654168838714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:24:02.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168861708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-02T11:24:02.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:24:02.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654168846903,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:24:02.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "aai-ml",
"timestamp": 1654168838714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:24:02.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "clamp",
"timestamp": 1654168864755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:24:02.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168861708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:24:02.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654168846903,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:24:02.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "aai-ml",
"timestamp": 1654168838714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:24:02.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168861708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-02T11:24:02.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:24:02.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "clamp",
"timestamp": 1654168864755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
"status": "NOTIFIED"
}
2022-06-02T11:24:02.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:24:02.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654168846903,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:24:02.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "aai-ml",
"timestamp": 1654168838714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:24:02.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168861708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:24:02.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "clamp",
"timestamp": 1654168864755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:24:02.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654168846903,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:24:02.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "aai-ml",
"timestamp": 1654168838714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:24:02.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168861708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T11:24:02.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:24:02.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "clamp",
"timestamp": 1654168864755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:24:02.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654168846903,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:24:02.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "aai-ml",
"timestamp": 1654168838714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T11:24:02.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:24:02.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "clamp",
"timestamp": 1654168864755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:24:02.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168869859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:24:02.311Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:24:02.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654168846903,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T11:24:02.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:24:02.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "clamp",
"timestamp": 1654168864755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:24:02.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:24:02.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "aai-ml",
"timestamp": 1654168870276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:24:02.313Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:24:02.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654168871005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:24:02.314Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:24:02.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "clamp",
"timestamp": 1654168864755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T11:24:02.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-02T11:24:02.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168874024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:24:02.315Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:24:02.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168875956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:24:02.316Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:24:02.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654168875976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-02T11:24:02.317Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:24:02.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654168876990,
"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-06-02T11:24:02.321Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b33c3bb-796b-4b0f-9366-2d9326c74281
2022-06-02T11:24:02.321Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b33c3bb-796b-4b0f-9366-2d9326c74281 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-06-02T11:24:02.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168877622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:24:02.334Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:24:02.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168878988,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/basic_onboard_jvohku0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-02T11:24:02.335Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:24:02.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168879993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-02T11:24:02.335Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:24:02.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "aai-ml",
"timestamp": 1654168880691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-06-02T11:24:02.336Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:24:02.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168881000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/resourceInstances/basic_onboard_jvohku0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-02T11:24:02.337Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:24:02.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "aai-ml",
"timestamp": 1654168881698,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"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-06-02T11:24:02.341Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 1b33c3bb-796b-4b0f-9366-2d9326c74281
2022-06-02T11:24:02.341Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b33c3bb-796b-4b0f-9366-2d9326c74281 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-06-02T11:24:02.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168882006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJvohku/1.0/artifacts/service-BasicOnboardJvohku-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-02T11:24:02.349Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:24:02.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "clamp",
"timestamp": 1654168884682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:24:02.349Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:24:02.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "clamp",
"timestamp": 1654168886123,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-02T11:24:02.350Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:24:02.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:24:02.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "clamp",
"timestamp": 1654168887127,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-02T11:24:02.353Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1b33c3bb-796b-4b0f-9366-2d9326c74281
2022-06-02T11:24:02.354Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b33c3bb-796b-4b0f-9366-2d9326c74281 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-02T11:24:23.133Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
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-06-02T11:24:23.142Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152
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-06-02T11:24:23.144Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:24:23.144Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T11:24:23.144Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T11:24:23.145Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T11:24:23.145Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-06-02T11:24:23.145Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-06-02T11:24:23.148Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T11:24:53.148Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152 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-06-02T11:24:53.166Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6c25ff80-10bf-43c1-8c0f-74b3f57e9152 and serviceModelVersionId: 3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7
2022-06-02T11:24:53.166Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5d825d6c-f375-4796-9f4d-37d85dfde7d7
2022-06-02T11:25:01.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:25:01.711Z||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-06-02T11:25:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:08.265Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7?depth=0
2022-06-02T11:25:08.415Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T11:25:09.011Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7?depth=0|INFO|500||Invoke
2022-06-02T11:25:09.019Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6c25ff80-10bf-43c1-8c0f-74b3f57e9152], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6965505f-097e-4693-882b-1ca9af119880], X-ECOMP-RequestID=[6c25ff80-10bf-43c1-8c0f-74b3f57e9152], X-TransactionId=[], X-ONAP-RequestID=[6c25ff80-10bf-43c1-8c0f-74b3f57e9152], Content-Type=[application/merge-patch+json]}
2022-06-02T11:25:09.136Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-06-02T11:25:09.225Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7?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/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220602-11:25:09:012-17422], Content-Length=[495], Date=[Thu, 02 Jun 2022 11:25:09 GMT], Content-Type=[application/json]}
2022-06-02T11:25:09.229Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7","ERR.5.4.6114"]}}}
2022-06-02T11:25:09.230Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-02T11:25:09.261Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=6c25ff80-10bf-43c1-8c0f-74b3f57e9152 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7) (ec=ERR.5.4.6114)
2022-06-02T11:25:09.261Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6c25ff80-10bf-43c1-8c0f-74b3f57e9152 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
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-06-02T11:25:09.267Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6c25ff80-10bf-43c1-8c0f-74b3f57e9152 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7) (ec=ERR.5.4.6114)
2022-06-02T11:25:09.267Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=6c25ff80-10bf-43c1-8c0f-74b3f57e9152 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7) (ec=ERR.5.4.6114)
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-06-02T11:25:09.276Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||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-06-02T11:25:09.277Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6c25ff80-10bf-43c1-8c0f-74b3f57e9152 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6c25ff80-10bf-43c1-8c0f-74b3f57e9152 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7) (ec=ERR.5.4.6114)
2022-06-02T11:25:09.278Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T11:25:09.279Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:09.281Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:09.281Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654169109277,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d6c25ff80-10bf-43c1-8c0f-74b3f57e9152 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7) (ec\u003dERR.5.4.6114)"
}
2022-06-02T11:25:09.382Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T11:25:09.383Z||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-06-02T11:25:09.384Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:09.440Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:25:09.441Z||pool-18-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:25:10.066Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:25:10.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:25:10.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c25ff80-10bf-43c1-8c0f-74b3f57e9152",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654169109277,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d6c25ff80-10bf-43c1-8c0f-74b3f57e9152 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5d825d6c-f375-4796-9f4d-37d85dfde7d7/model-vers/model-ver/3ff4d0e6-b0ea-46f7-beb9-fda4bc49dbe7) (ec\u003dERR.5.4.6114)"
}
2022-06-02T11:25:10.068Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-06-02T11:25:10.296Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:25:10.296Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"1b33c3bb-796b-4b0f-9366-2d9326c74281","serviceName":"vFW 2022-06-02 11-17-15","serviceVersion":"1.0","serviceUUID":"90275645-3b35-4892-833b-1cefc942aaaa","serviceDescription":"catalog service description","serviceInvariantUUID":"b878e204-de58-4903-b0e2-e1adeb8fbbaa","resources":[{"resourceInstanceName":"vFW ac956e45-5d5e 0","resourceName":"vFW ac956e45-5d5e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"18cddcdf-957f-41f9-98e5-dda848626132","resourceInvariantUUID":"280d4c97-fdad-4abe-bf19-69c38c446a1e","resourceCustomizationUUID":"2262f1cc-fe61-457b-8ae9-1fdf8db3b12c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vf-license-model.xml","artifactChecksum":"MWYyYzdlMjg4ZDI2NzQ5YTZkZDAwNzdhMGUyZDVkNzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b0b6413e-1357-420b-a8be-7997d880e89c","artifactVersion":"1"},{"artifactName":"vfwac956e455d5e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json","artifactChecksum":"YjhjZjdmMzI4ZTlhMWQxNTIzNzlmNjI3MDYwM2VkYTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6f6f0a77-00bf-4782-be13-ec8a8c230e3c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b2e7ab56-5228-4058-97d3-5ed4745f97d5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vendor-license-model.xml","artifactChecksum":"N2UwMGEyZGUyNGEwMTJiZWEzNWNjYzZhM2VjOTNhZDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"37a2aaae-e860-414b-8411-03b289ee5b68","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1628e643-0672-4ef8-8b7a-26194a58826f","artifactVersion":"2","generatedFromUUID":"b2e7ab56-5228-4058-97d3-5ed4745f97d5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220602111715-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-template.yml","artifactChecksum":"Y2I5NDE5NDk2NGQ1NDllMjM3YTA2YjlhNDhjYTRhMjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e0766ad6-ebc0-4152-aaa8-ec7c88748e04","artifactVersion":"1"},{"artifactName":"service-Vfw20220602111715-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar","artifactChecksum":"ZjI5MGMyMDA0ZTIxYWQwMjA5OGQ4NmI3MzEzZWI5MGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"857d5af6-666d-46f1-83d4-0190c089da35","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T11:25:10.297Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:25:10.297Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:10.299Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:10.299Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168861708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:25:10.399Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:25:10.400Z||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-06-02T11:25:10.400Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:10.437Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:25:10.438Z||pool-19-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:25:11.300Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:25:11.300Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:11.302Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:11.302Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168861708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
"status": "NOTIFIED"
}
2022-06-02T11:25:11.403Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:25:11.404Z||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-06-02T11:25:11.404Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:11.462Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:25:11.463Z||pool-20-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:25:12.303Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:25:12.304Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:12.306Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:12.306Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168861708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-02T11:25:12.407Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:25:12.407Z||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-06-02T11:25:12.408Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:12.452Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:25:12.452Z||pool-21-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:25:13.308Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:25:13.309Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:13.311Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:13.311Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168861708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:25:13.412Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T11:25:13.413Z||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-06-02T11:25:13.413Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:13.433Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:25:13.434Z||pool-22-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:25:14.313Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:25:14.313Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:14.315Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:14.315Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168861708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-02T11:25:14.416Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:25:14.417Z||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-06-02T11:25:14.417Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:14.463Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:25:14.464Z||pool-23-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:25:15.316Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:25:15.317Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:15.319Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:15.319Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168861708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:25:15.419Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:25:15.420Z||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-06-02T11:25:15.420Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:15.445Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:25:15.445Z||pool-24-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:25:16.320Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:25:16.321Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:16.323Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:16.324Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168861708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T11:25:16.424Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:25:16.425Z||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-06-02T11:25:16.425Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:16.457Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:25:16.458Z||pool-25-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:25:17.325Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"serviceName": "vFW 2022-06-02 11-17-15",
"serviceVersion": "1.0",
"serviceUUID": "90275645-3b35-4892-833b-1cefc942aaaa",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b878e204-de58-4903-b0e2-e1adeb8fbbaa",
"resources": [
{
"resourceInstanceName": "vFW ac956e45-5d5e 0",
"resourceCustomizationUUID": "2262f1cc-fe61-457b-8ae9-1fdf8db3b12c",
"resourceName": "vFW ac956e45-5d5e",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "18cddcdf-957f-41f9-98e5-dda848626132",
"resourceInvariantUUID": "280d4c97-fdad-4abe-bf19-69c38c446a1e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwac956e455d5e0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
"artifactChecksum": "YjhjZjdmMzI4ZTlhMWQxNTIzNzlmNjI3MDYwM2VkYTE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6f6f0a77-00bf-4782-be13-ec8a8c230e3c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b2e7ab56-5228-4058-97d3-5ed4745f97d5",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1628e643-0672-4ef8-8b7a-26194a58826f",
"generatedFromUUID": "b2e7ab56-5228-4058-97d3-5ed4745f97d5"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1628e643-0672-4ef8-8b7a-26194a58826f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220602111715-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
"artifactChecksum": "ZjI5MGMyMDA0ZTIxYWQwMjA5OGQ4NmI3MzEzZWI5MGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "857d5af6-666d-46f1-83d4-0190c089da35"
}
],
"workloadContext": "Production"
}
2022-06-02T11:25:17.326Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T11:25:17.326Z|6c25ff80-10bf-43c1-8c0f-74b3f57e9152|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 90275645-3b35-4892-833b-1cefc942aaaa ASDC
2022-06-02T11:25:17.326Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:1b33c3bb-796b-4b0f-9366-2d9326c74281
ServiceName:vFW 2022-06-02 11-17-15
ServiceVersion:1.0
ServiceUUID:90275645-3b35-4892-833b-1cefc942aaaa
ServiceInvariantUUID:b878e204-de58-4903-b0e2-e1adeb8fbbaa
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220602111715-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar
ArtifactUUID:857d5af6-666d-46f1-83d4-0190c089da35
ArtifactChecksum:ZjI5MGMyMDA0ZTIxYWQwMjA5OGQ4NmI3MzEzZWI5MGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ac956e45-5d5e 0
ResourceCustomizationUUID:2262f1cc-fe61-457b-8ae9-1fdf8db3b12c
ResourceInvariantUUID:280d4c97-fdad-4abe-bf19-69c38c446a1e
ResourceName:vFW ac956e45-5d5e
ResourceType:VF
ResourceUUID:18cddcdf-957f-41f9-98e5-dda848626132
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwac956e455d5e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json
ArtifactUUID:6f6f0a77-00bf-4782-be13-ec8a8c230e3c
ArtifactChecksum:YjhjZjdmMzI4ZTlhMWQxNTIzNzlmNjI3MDYwM2VkYTE=
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/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml
ArtifactUUID:b2e7ab56-5228-4058-97d3-5ed4745f97d5
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/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env
ArtifactUUID:1628e643-0672-4ef8-8b7a-26194a58826f
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/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env
ArtifactUUID:1628e643-0672-4ef8-8b7a-26194a58826f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-02T11:25:17.327Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 90275645-3b35-4892-833b-1cefc942aaaa 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-06-02T11:25:17.370Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:25:17.371Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-02T11:25:17.372Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-02T11:25:17.372Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 857d5af6-666d-46f1-83d4-0190c089da35 from URL: /sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:17.373Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-02T11:25:17.373Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:18.752Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-02T11:25:18.759Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar 857d5af6-666d-46f1-83d4-0190c089da35 99042
2022-06-02T11:25:18.760Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar ASDC sendASDCNotification
2022-06-02T11:25:18.760Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:18.760Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:25:18.760Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:18.762Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:18.762Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654169118760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:25:18.862Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:25:18.863Z||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-06-02T11:25:18.863Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:18.882Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:25:18.883Z||pool-26-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:25:19.763Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:25:19.764Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-02T11:25:19.764Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 857d5af6-666d-46f1-83d4-0190c089da35, URL: /sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar to file: /app/ASDC/1/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:19.765Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220602111715-csar.csar
2022-06-02T11:25:19.765Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:19.766Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:19.932Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14242209236648187140/Definitions/service-Vfw20220602111715-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_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_protected_private_port_0_network_role" 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_order" 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_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 "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_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 "port_vsn_int_protected_private_port_0_subnetpoolid" 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_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" 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_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_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_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_vlan_requirements" 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_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-02T11:25:22.131Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T11:25:22.132Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-02T11:25:22.132Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:22.133Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-02T11:25:22.133Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:22.133Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:22.133Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||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-Vfw20220602111715-csar.csar
2022-06-02T11:25:22.133Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:22.133Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:22.134Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:22.134Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||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-Vfw20220602111715-csar.csar
2022-06-02T11:25:22.134Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:22.134Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:22.134Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||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-Vfw20220602111715-csar.csar
2022-06-02T11:25:22.135Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ac956e45-5d5e 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:22.135Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:22.135Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||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-Vfw20220602111715-csar.csar
2022-06-02T11:25:22.135Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-02T11:25:22.135Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:22.136Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:25:22.136Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is matching search criteria
2022-06-02T11:25:22.136Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-02T11:25:22.137Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ac956e45-5d5e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:25:22.137Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:22.137Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:25:22.137Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is matching search criteria
2022-06-02T11:25:22.137Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-02T11:25:22.138Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ac956e45-5d5e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:25:22.138Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:22.138Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:25:22.139Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:22.139Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is not matching search criteria
2022-06-02T11:25:22.139Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:25:22.139Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:25:22.140Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:25:22.140Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:25:22.140Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:25:22.140Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:25:22.141Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:25:22.141Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:25:22.141Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:25:22.141Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:25:22.142Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:25:22.142Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:25:22.142Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:25:22.142Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:25:22.142Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:25:22.143Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T11:25:22.143Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:22.143Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T11:25:22.143Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:22.143Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is matching search criteria
2022-06-02T11:25:22.144Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ac956e45-5d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:25:22.144Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:22.144Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is matching search criteria
2022-06-02T11:25:22.145Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ac956e45-5d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:25:22.145Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:22.145Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is matching search criteria
2022-06-02T11:25:22.145Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ac956e45-5d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:25:22.145Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:22.146Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is not matching search criteria
2022-06-02T11:25:22.146Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:25:22.146Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T11:25:22.146Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:25:22.146Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:25:22.147Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:25:22.147Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:25:22.147Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:25:22.147Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:25:22.147Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:25:22.147Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:25:22.148Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:25:22.148Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c7761a6e-9628-44c3-9ed2-facfc4ef748e
2022-06-02T11:25:22.148Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:22.148Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is not matching search criteria
2022-06-02T11:25:22.148Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:25:22.149Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:25:22.149Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:25:22.149Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:25:22.149Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:25:22.149Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:25:22.149Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:25:22.149Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T11:25:22.150Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:25:22.150Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:25:22.150Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:25:22.150Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:25:22.150Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=873aa2d4-309a-48a2-aa02-ce6bab754c9f
2022-06-02T11:25:22.150Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:22.151Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is not matching search criteria
2022-06-02T11:25:22.151Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:25:22.151Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:25:22.151Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:25:22.151Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:25:22.152Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:25:22.152Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:25:22.152Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:25:22.152Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:25:22.152Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:25:22.153Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:25:22.153Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:25:22.153Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T11:25:22.153Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5ded233e-2933-4943-b7ec-3cff655b5331
2022-06-02T11:25:22.153Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:22.154Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:25:22.154Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:22.154Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:25:22.154Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:22.155Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:25:22.155Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:22.155Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:25:22.155Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-02 11-17-15
Description:catalog service description
Model UUID:90275645-3b35-4892-833b-1cefc942aaaa
Model Version:NULL
Model InvariantUuid:b878e204-de58-4903-b0e2-e1adeb8fbbaa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW ac956e45-5d5e
Model UUID:d0e0ccd5-0157-454a-8a6b-aa51436984d8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:280d4c97-fdad-4abe-bf19-69c38c446a1e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2262f1cc-fe61-457b-8ae9-1fdf8db3b12c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:fcbd84b3-3713-4b77-bf3b-bb88bcdb8c1f
ModelName:VfwAc956e455d5e..base_vfw..module-0
ModelUuid:57598457-bfd9-4912-a5a6-ffcdad08fe9c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c7761a6e-9628-44c3-9ed2-facfc4ef748e
ModelInvariantUuid:166a138d-83c1-490b-ad15-aa831ca803b4
ModelName:vFW ac956e45-5d5e-nodes.vfwCvfc
ModelUuid:e07523d7-257e-41d8-a6df-237d5413b692
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:161f84cf-80e8-46db-9cbd-b78ef4cbfb40
ModelInvariantUuid:119e10e9-de3c-4853-a8c8-6a974db7d869
ModelName:VfwAc956e455d5e.compute.nodes.heat.vfw
ModelUuid:5b7aca96-5fc2-4390-853a-bbc1bfc1d9ba
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:873aa2d4-309a-48a2-aa02-ce6bab754c9f
ModelInvariantUuid:877f3196-80c9-42f1-ac6a-8110e74eceb1
ModelName:vFW ac956e45-5d5e-nodes.vsnCvfc
ModelUuid:fcec2985-89d9-48d4-8b60-07012233789b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:67305762-e50b-4be9-9296-0d18cc7534ae
ModelInvariantUuid:fe8696fd-f1c1-4dfd-aa7f-dd605b758e5f
ModelName:VfwAc956e455d5e.compute.nodes.heat.vsn
ModelUuid:960883a7-e321-4b8f-a4c7-c170bd182922
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5ded233e-2933-4943-b7ec-3cff655b5331
ModelInvariantUuid:31750f83-274f-4fa6-9ae0-273939a9e965
ModelName:vFW ac956e45-5d5e-nodes.vpgCvfc
ModelUuid:83970926-ecc5-4326-a87b-94cfb7d1bb35
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:cf028acf-ad69-4156-91ad-95f8d12d856f
ModelInvariantUuid:8715d501-3c07-4634-a920-b21913b054db
ModelName:VfwAc956e455d5e.compute.nodes.heat.vpg
ModelUuid:67b3c098-48f8-42e5-b0cd-aee52ea279c9
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-06-02T11:25:22.179Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 18cddcdf-957f-41f9-98e5-dda848626132
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-06-02T11:25:22.183Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||vFW ac956e45-5d5e 0
2022-06-02T11:25:22.183Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 18cddcdf-957f-41f9-98e5-dda848626132
2022-06-02T11:25:22.183Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6f6f0a77-00bf-4782-be13-ec8a8c230e3c from URL: /sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json
2022-06-02T11:25:22.183Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-02T11:25:22.183Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json
2022-06-02T11:25:22.468Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-02T11:25:22.469Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json 6f6f0a77-00bf-4782-be13-ec8a8c230e3c 785
2022-06-02T11:25:22.469Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json ASDC sendASDCNotification
2022-06-02T11:25:22.470Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json
2022-06-02T11:25:22.470Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:25:22.470Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:22.473Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:22.473Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654169122469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:25:22.573Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:25:22.574Z||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-06-02T11:25:22.574Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:22.605Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:25:22.605Z||pool-27-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:25:23.473Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAc956e455d5e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "fcbd84b3-3713-4b77-bf3b-bb88bcdb8c1f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "57598457-bfd9-4912-a5a6-ffcdad08fe9c",
"vfModuleModelCustomizationUUID": "b00b6fa0-fe2c-47b2-b5db-58bb02618ccd",
"isBase": true,
"artifacts": [
"b2e7ab56-5228-4058-97d3-5ed4745f97d5",
"1628e643-0672-4ef8-8b7a-26194a58826f"
],
"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-06-02T11:25:23.478Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAc956e455d5e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:57598457-bfd9-4912-a5a6-ffcdad08fe9c
VfModuleModelInvariantUUID:fcbd84b3-3713-4b77-bf3b-bb88bcdb8c1f
VfModuleModelDescription:NULL
Artifacts UUID List:{
b2e7ab56-5228-4058-97d3-5ed4745f97d5
,
1628e643-0672-4ef8-8b7a-26194a58826f
}
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-06-02T11:25:23.480Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAc956e455d5e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "fcbd84b3-3713-4b77-bf3b-bb88bcdb8c1f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "57598457-bfd9-4912-a5a6-ffcdad08fe9c",
"vfModuleModelCustomizationUUID": "b00b6fa0-fe2c-47b2-b5db-58bb02618ccd",
"isBase": true,
"artifacts": [
"b2e7ab56-5228-4058-97d3-5ed4745f97d5",
"1628e643-0672-4ef8-8b7a-26194a58826f"
],
"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-06-02T11:25:23.480Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAc956e455d5e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:57598457-bfd9-4912-a5a6-ffcdad08fe9c
VfModuleModelInvariantUUID:fcbd84b3-3713-4b77-bf3b-bb88bcdb8c1f
VfModuleModelDescription:NULL
Artifacts UUID List:{
b2e7ab56-5228-4058-97d3-5ed4745f97d5
,
1628e643-0672-4ef8-8b7a-26194a58826f
}
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-06-02T11:25:23.480Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b2e7ab56-5228-4058-97d3-5ed4745f97d5 from URL: /sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml
2022-06-02T11:25:23.480Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-02T11:25:23.480Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml
2022-06-02T11:25:23.922Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-02T11:25:23.923Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml b2e7ab56-5228-4058-97d3-5ed4745f97d5 20368
2022-06-02T11:25:23.923Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T11:25:23.924Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml
2022-06-02T11:25:23.924Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:25:23.924Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:23.926Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:23.926Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654169123923,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:25:24.026Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:25:24.027Z||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-06-02T11:25:24.027Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:24.043Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:25:24.044Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:25:24.927Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1628e643-0672-4ef8-8b7a-26194a58826f from URL: /sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env
2022-06-02T11:25:24.928Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-02T11:25:24.928Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env
2022-06-02T11:25:25.359Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-02T11:25:25.360Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env 1628e643-0672-4ef8-8b7a-26194a58826f 2098
2022-06-02T11:25:25.360Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T11:25:25.360Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env
2022-06-02T11:25:25.360Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:25:25.360Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:25.362Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:25.362Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654169125360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:25:25.462Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:25:25.464Z||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-06-02T11:25:25.464Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:25.493Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:25:25.494Z||pool-29-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:25:26.363Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 90275645-3b35-4892-833b-1cefc942aaaa
2022-06-02T11:25:26.364Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ac956e45-5d5e 0 18cddcdf-957f-41f9-98e5-dda848626132 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-06-02T11:25:26.389Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3129d3fc, org.onap.sdc.toscaparser.api.parameters.Input@d401797, org.onap.sdc.toscaparser.api.parameters.Input@2d193859, org.onap.sdc.toscaparser.api.parameters.Input@29475386, org.onap.sdc.toscaparser.api.parameters.Input@560ec361]
2022-06-02T11:25:26.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:26.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:25:26.392Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-06-02T11:25:26.392Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 2262f1cc-fe61-457b-8ae9-1fdf8db3b12c
2022-06-02T11:25:26.393Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2262f1cc-fe61-457b-8ae9-1fdf8db3b12c matches Tosca VF Customization UUID: 2262f1cc-fe61-457b-8ae9-1fdf8db3b12c
2022-06-02T11:25:26.393Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 2262f1cc-fe61-457b-8ae9-1fdf8db3b12c 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-06-02T11:25:26.396Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:26.397Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:25:26.397Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 2262f1cc-fe61-457b-8ae9-1fdf8db3b12c: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-02T11:25:26.398Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2c880543
2022-06-02T11:25:26.398Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:26.398Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T11:25:26.399Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b00b6fa0-fe2c-47b2-b5db-58bb02618ccd
2022-06-02T11:25:26.399Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b00b6fa0-fe2c-47b2-b5db-58bb02618ccd
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-06-02T11:25:26.402Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:26.403Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is matching search criteria
2022-06-02T11:25:26.403Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ac956e45-5d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:25:26.404Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:26.404Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is matching search criteria
2022-06-02T11:25:26.404Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ac956e45-5d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:25:26.405Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:26.405Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is not matching search criteria
2022-06-02T11:25:26.405Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:25:26.405Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T11:25:26.406Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:25:26.406Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:25:26.406Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:25:26.406Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:25:26.407Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:25:26.407Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:25:26.407Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:25:26.407Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:25:26.408Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:25:26.408Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c7761a6e-9628-44c3-9ed2-facfc4ef748e
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-06-02T11:25:26.417Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:26.417Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is matching search criteria
2022-06-02T11:25:26.417Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ac956e45-5d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:25:26.418Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:26.418Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is not matching search criteria
2022-06-02T11:25:26.418Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:25:26.419Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:25:26.419Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:25:26.419Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:25:26.419Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:25:26.420Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:25:26.420Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:25:26.420Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T11:25:26.420Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:25:26.420Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:25:26.421Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:25:26.421Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:25:26.421Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=873aa2d4-309a-48a2-aa02-ce6bab754c9f
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-06-02T11:25:26.425Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:26.425Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is matching search criteria
2022-06-02T11:25:26.425Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ac956e45-5d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:25:26.428Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:26.428Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is not matching search criteria
2022-06-02T11:25:26.428Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:25:26.429Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:25:26.429Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:25:26.429Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:25:26.429Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:25:26.430Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:25:26.430Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:25:26.430Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:25:26.430Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:25:26.430Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:25:26.431Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:25:26.431Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T11:25:26.431Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5ded233e-2933-4943-b7ec-3cff655b5331
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-06-02T11:25:26.434Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:26.435Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is matching search criteria
2022-06-02T11:25:26.435Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ac956e45-5d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:25:26.435Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:26.436Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Node template vFW ac956e45-5d5e 0 is matching search criteria
2022-06-02T11:25:26.436Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ac956e45-5d5e 0] matching following query criteria: sdcType=VF, customizationUUID=2262f1cc-fe61-457b-8ae9-1fdf8db3b12c
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-06-02T11:25:26.438Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:26.438Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:25:26.438Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 90275645-3b35-4892-833b-1cefc942aaaa: vFW ac956e45-5d5e
2022-06-02T11:25:26.439Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:26.439Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:25:26.439Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:26.439Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:25:26.440Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:26.440Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:25:26.440Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:26.440Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:25:26.441Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:25:26.441Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:25:26.441Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-06-02 11-17-15
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-06-02T11:25:26.782Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ac956e45-5d5e 18cddcdf-957f-41f9-98e5-dda848626132 1 ASDC deployResourceStructure
2022-06-02T11:25:26.782Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json ASDC sendASDCNotification
2022-06-02T11:25:26.782Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json
2022-06-02T11:25:26.783Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:25:26.783Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:26.786Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:26.786Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654169126782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-02T11:25:26.888Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-02T11:25:26.888Z||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-06-02T11:25:26.889Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:26.909Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:25:26.909Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:25:27.788Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T11:25:27.788Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml
2022-06-02T11:25:27.788Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:25:27.788Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:27.801Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:27.801Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654169127788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-02T11:25:27.890Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-06-02T11:25:27.891Z||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-06-02T11:25:27.891Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:27.926Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:25:27.926Z||pool-31-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:25:28.802Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T11:25:28.802Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env
2022-06-02T11:25:28.803Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:25:28.803Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:28.807Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:28.807Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654169128802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-02T11:25:28.905Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-02T11:25:28.907Z||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-06-02T11:25:28.907Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:28.929Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:25:28.929Z||pool-32-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:25:29.808Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar ASDC sendASDCNotification
2022-06-02T11:25:29.809Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar
2022-06-02T11:25:29.809Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T11:25:29.809Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:25:29.811Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:25:29.811Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654169129808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-02T11:25:29.911Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:25:29.912Z||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-06-02T11:25:29.913Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:25:29.931Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:25:29.932Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:25:30.811Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b33c3bb-796b-4b0f-9366-2d9326c74281
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-06-02T11:25:30.820Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b33c3bb-796b-4b0f-9366-2d9326c74281
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-06-02T11:25:30.823Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T11:25:30.824Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T11:25:30.824Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T11:25:30.824Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T11:25:30.824Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-06-02T11:25:30.824Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-06-02T11:25:30.830Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T11:26:00.832Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b33c3bb-796b-4b0f-9366-2d9326c74281 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-06-02T11:26:00.839Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b33c3bb-796b-4b0f-9366-2d9326c74281 and serviceModelVersionId: 90275645-3b35-4892-833b-1cefc942aaaa
2022-06-02T11:26:00.840Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b878e204-de58-4903-b0e2-e1adeb8fbbaa
2022-06-02T11:26:00.841Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa?depth=0
2022-06-02T11:26:00.845Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T11:26:00.899Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa?depth=0|INFO|500||Invoke
2022-06-02T11:26:00.900Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1b33c3bb-796b-4b0f-9366-2d9326c74281], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f2498c3e-3140-47bd-a761-5d8ecf993e92], X-ECOMP-RequestID=[1b33c3bb-796b-4b0f-9366-2d9326c74281], X-TransactionId=[], X-ONAP-RequestID=[1b33c3bb-796b-4b0f-9366-2d9326c74281], Content-Type=[application/merge-patch+json]}
2022-06-02T11:26:00.927Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-06-02T11:26:00.965Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa?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/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220602-11:26:00:798-93675], Content-Length=[495], Date=[Thu, 02 Jun 2022 11:26:00 GMT], Content-Type=[application/json]}
2022-06-02T11:26:00.966Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa","ERR.5.4.6114"]}}}
2022-06-02T11:26:00.967Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-02T11:26:00.973Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=1b33c3bb-796b-4b0f-9366-2d9326c74281 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa) (ec=ERR.5.4.6114)
2022-06-02T11:26:00.973Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1b33c3bb-796b-4b0f-9366-2d9326c74281 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
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-06-02T11:26:00.974Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1b33c3bb-796b-4b0f-9366-2d9326c74281 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa) (ec=ERR.5.4.6114)
2022-06-02T11:26:00.974Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=1b33c3bb-796b-4b0f-9366-2d9326c74281 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa) (ec=ERR.5.4.6114)
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-06-02T11:26:00.981Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||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-06-02T11:26:00.981Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b33c3bb-796b-4b0f-9366-2d9326c74281 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1b33c3bb-796b-4b0f-9366-2d9326c74281 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa) (ec=ERR.5.4.6114)
2022-06-02T11:26:00.981Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T11:26:00.981Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:26:00.983Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:26:00.983Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654169160981,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1b33c3bb-796b-4b0f-9366-2d9326c74281 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa) (ec\u003dERR.5.4.6114)"
}
2022-06-02T11:26:01.084Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:26:01.085Z||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-06-02T11:26:01.085Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:26:01.106Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:26:01.107Z||pool-34-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:26:01.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:26:01.712Z||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-06-02T11:26:01.712Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:26:01.840Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:26:01.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T11:26:01.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168861708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:26:01.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
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-06-02T11:26:01.995Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:26:01.996Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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-06-02T11:26:01.996Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:26:12.289Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:26:12.290Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:26:12.291Z||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-06-02T11:26:12.291Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:26:21.897Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:26:21.897Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:26:21.898Z||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-06-02T11:26:21.898Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:26:31.462Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:26:31.463Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:26:31.464Z||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-06-02T11:26:31.464Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:26:41.024Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:26:41.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:26:41.025Z||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-06-02T11:26:41.025Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:26:50.627Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:27:01.708Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:27:01.709Z||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-06-02T11:27:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:27:01.711Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:27:01.711Z||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-06-02T11:27:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:27:02.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:27:02.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T11:27:02.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168861708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
"status": "NOTIFIED"
}
2022-06-02T11:27:02.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-02T11:27:02.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T11:27:02.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168861708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-02T11:27:02.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-02T11:27:02.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T11:27:02.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168861708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:27:02.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-02T11:27:02.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T11:27:02.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168861708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-02T11:27:02.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-02T11:27:02.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T11:27:02.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168861708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:27:02.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-02T11:27:02.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T11:27:02.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654168861708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T11:27:02.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-02T11:27:02.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T11:27:02.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654169118760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:27:02.249Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:27:02.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T11:27:02.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654169122469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:27:02.250Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:27:02.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T11:27:02.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654169123923,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:27:02.251Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:27:02.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T11:27:02.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654169125360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:27:02.252Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:27:02.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T11:27:02.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654169126782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/vfwac956e455d5e0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-02T11:27:02.253Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:27:02.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T11:27:02.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654169127788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-02T11:27:02.254Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:27:02.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T11:27:02.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654169128802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/resourceInstances/vfwac956e455d5e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-02T11:27:02.255Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:27:02.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T11:27:02.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654169129808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602111715/1.0/artifacts/service-Vfw20220602111715-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-02T11:27:02.256Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:27:02.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T11:27:02.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b33c3bb-796b-4b0f-9366-2d9326c74281",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654169160981,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1b33c3bb-796b-4b0f-9366-2d9326c74281 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b878e204-de58-4903-b0e2-e1adeb8fbbaa/model-vers/model-ver/90275645-3b35-4892-833b-1cefc942aaaa) (ec\u003dERR.5.4.6114)"
}
2022-06-02T11:27:02.257Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:27:11.275Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:28:01.708Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:28:01.709Z||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-06-02T11:28:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:28:01.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:28:01.711Z||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-06-02T11:28:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:28:11.288Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:28:11.289Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:29:01.708Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:29:01.710Z||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-06-02T11:29:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:29:01.711Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:29:01.711Z||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-06-02T11:29:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:29:11.300Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:29:11.300Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:30:01.708Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:30:01.709Z||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-06-02T11:30:01.709Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:30:01.710Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:30:01.711Z||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-06-02T11:30:01.711Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:30:11.296Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:30:11.296Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:31:01.709Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:31:01.710Z||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-06-02T11:31:01.710Z||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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:31:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T11:31:01.711Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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-06-02T11:31:01.712Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|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 vhEFpQtZO3nowL1S) ...
2022-06-02T11:31:02.371Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:31:02.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"25634f58-26f7-423e-bab1-f15bda25419f","serviceName":"vFW 2022-06-02 11-27-35","serviceVersion":"1.0","serviceUUID":"bbfaef30-6f50-4cec-ab06-02288c877193","serviceDescription":"catalog service description","serviceInvariantUUID":"340c296e-9db9-4ef1-a41e-ceaad36902fc","resources":[{"resourceInstanceName":"vFW f3551271-a12d 0","resourceName":"vFW f3551271-a12d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ae81c4d3-aff0-44be-8459-9c38017ad365","resourceInvariantUUID":"46e29e2c-92b9-4d0c-baff-2981c85dd3ee","resourceCustomizationUUID":"a36b6bb4-c99f-45ed-9bf0-6fb2f26c65c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vf-license-model.xml","artifactChecksum":"NzlmOTliZGI3YWViNGFkOWY3ODNmODBmNTVlZmI1NTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"458ec17c-ffc0-4016-bbad-bfaa5626ca1c","artifactVersion":"1"},{"artifactName":"vfwf3551271a12d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json","artifactChecksum":"MGU0OWZiYWE4OWFiNDgyNjA5ZTE1OTEwOWM2NzZmZjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"15cd2d24-7403-4cd9-9d31-fcd49d051bcf","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7f789a2a-b639-403e-8331-64efa7d327cc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vendor-license-model.xml","artifactChecksum":"OGM0YzhjOTVmNzM0YWU3MTEzYTljNTYxODEyYWM2NDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"254f099f-9df6-4e85-b3ff-a1b41ca34366","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a06379ed-d26f-452d-bcf6-defb2563ac6a","artifactVersion":"3","generatedFromUUID":"7f789a2a-b639-403e-8331-64efa7d327cc"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220602112735-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-template.yml","artifactChecksum":"MDAwMzE1ZjNkNWQ4NDRmOGNlODE1NjhlMjVkZGI4M2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"041fd23a-bb7e-4948-8a60-5b3bd2a844d4","artifactVersion":"1"},{"artifactName":"service-Vfw20220602112735-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar","artifactChecksum":"ZjM0YzkwZTU3YWQzNDRjYWUzMzdkODczNzE0YjM4ZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f75d3ee-69aa-4f39-8783-1e8b71ae6588","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T11:31:02.379Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:31:02.380Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:31:02.384Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:31:02.385Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:31:02.385Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654169461709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.386Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.387Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654169416636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.388Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.388Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.388Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654169416905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.388Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.388Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.388Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654169415893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.388Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.388Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.389Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "cds",
"timestamp": 1654169421248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.389Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.389Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.389Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654169416636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json",
"status": "NOTIFIED"
}
2022-06-02T11:31:02.389Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.389Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.389Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654169416905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.389Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.390Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.390Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654169415893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.390Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.390Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.390Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "cds",
"timestamp": 1654169421248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.390Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.390Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.390Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654169416905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654169416636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-02T11:31:02.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654169415893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "cds",
"timestamp": 1654169421248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.391Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.392Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.392Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654169416636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.392Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.392Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.392Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654169416905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.392Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.392Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.392Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654169415893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.393Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.393Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.393Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "cds",
"timestamp": 1654169421248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.393Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.393Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.393Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654169416636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-02T11:31:02.393Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.393Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.393Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654169416905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.393Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.394Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.394Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654169415893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.394Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.394Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.394Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "policy-id",
"timestamp": 1654169424763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.394Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.394Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.394Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "cds",
"timestamp": 1654169421248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.394Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.395Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.395Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654169416636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.395Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.395Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.395Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654169416905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.395Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.395Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.395Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654169415893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.395Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.395Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.396Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "policy-id",
"timestamp": 1654169424763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.396Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.396Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.396Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "cds",
"timestamp": 1654169421248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.396Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.396Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.396Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654169416636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T11:31:02.397Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.397Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.397Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654169416905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T11:31:02.397Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.397Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.397Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654169415893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.397Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.397Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.397Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "policy-id",
"timestamp": 1654169424763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-02T11:31:02.398Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.398Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.398Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "cds",
"timestamp": 1654169421248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T11:31:02.398Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.398Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.398Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654169428453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:31:02.399Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:31:02.399Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.399Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654169428687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:31:02.399Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:31:02.399Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.399Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "policy-id",
"timestamp": 1654169424763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.399Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.399Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.400Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "cds",
"timestamp": 1654169429120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:31:02.400Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:31:02.400Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.400Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "policy-id",
"timestamp": 1654169424763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.400Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.400Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.400Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654169429774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:31:02.400Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:31:02.400Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.401Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "cds",
"timestamp": 1654169430128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-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-06-02T11:31:02.418Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 25634f58-26f7-423e-bab1-f15bda25419f
2022-06-02T11:31:02.419Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25634f58-26f7-423e-bab1-f15bda25419f 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-06-02T11:31:02.431Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.431Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "policy-id",
"timestamp": 1654169424763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.431Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.431Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.431Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654169431158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:31:02.431Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:31:02.432Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.432Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "policy-id",
"timestamp": 1654169424763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T11:31:02.432Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.432Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.432Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654169432193,
"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-06-02T11:31:02.438Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 25634f58-26f7-423e-bab1-f15bda25419f
2022-06-02T11:31:02.438Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25634f58-26f7-423e-bab1-f15bda25419f 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-06-02T11:31:02.452Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.452Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "policy-id",
"timestamp": 1654169432762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:31:02.453Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:31:02.453Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.453Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654169433221,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-02T11:31:02.453Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:31:02.453Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.453Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654169433198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-02T11:31:02.453Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:31:02.454Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.454Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "policy-id",
"timestamp": 1654169433766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-02T11:31:02.454Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:31:02.454Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.454Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654169434227,
"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-06-02T11:31:02.459Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 25634f58-26f7-423e-bab1-f15bda25419f
2022-06-02T11:31:02.459Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25634f58-26f7-423e-bab1-f15bda25419f 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-06-02T11:31:02.467Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.467Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "policy-id",
"timestamp": 1654169434770,
"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-06-02T11:31:02.472Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 25634f58-26f7-423e-bab1-f15bda25419f
2022-06-02T11:31:02.472Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25634f58-26f7-423e-bab1-f15bda25419f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-02T11:31:02.479Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.479Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "clamp",
"timestamp": 1654169434755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.479Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.479Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.479Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "clamp",
"timestamp": 1654169434755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json",
"status": "NOTIFIED"
}
2022-06-02T11:31:02.479Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.480Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.480Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "clamp",
"timestamp": 1654169434755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.480Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.480Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.480Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "clamp",
"timestamp": 1654169434755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.480Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.481Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.481Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "clamp",
"timestamp": 1654169434755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.481Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.481Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.481Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "aai-ml",
"timestamp": 1654169438714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.481Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.481Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.481Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "clamp",
"timestamp": 1654169434755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.482Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.482Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.482Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "aai-ml",
"timestamp": 1654169438714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.482Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.482Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.482Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "clamp",
"timestamp": 1654169434755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T11:31:02.482Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.482Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.483Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "aai-ml",
"timestamp": 1654169438714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.483Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.483Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.483Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "aai-ml",
"timestamp": 1654169438714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.483Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.483Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.484Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "aai-ml",
"timestamp": 1654169438714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.484Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:31:02.484Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.484Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.484Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "aai-ml",
"timestamp": 1654169438714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:02.485Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.485Z||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-06-02T11:31:02.485Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:31:02.485Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.485Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "aai-ml",
"timestamp": 1654169438714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T11:31:02.485Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-02T11:31:02.485Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.485Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "aai-ml",
"timestamp": 1654169446787,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:31:02.486Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:31:02.486Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.486Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "clamp",
"timestamp": 1654169452215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:31:02.486Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:31:02.486Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.486Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "clamp",
"timestamp": 1654169454231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-02T11:31:02.487Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:31:02.487Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.487Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "clamp",
"timestamp": 1654169455235,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-02T11:31:02.492Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 25634f58-26f7-423e-bab1-f15bda25419f
2022-06-02T11:31:02.492Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25634f58-26f7-423e-bab1-f15bda25419f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-02T11:31:02.499Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.499Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "aai-ml",
"timestamp": 1654169456783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-06-02T11:31:02.500Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T11:31:02.500Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T11:31:02.501Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "aai-ml",
"timestamp": 1654169457790,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"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-06-02T11:31:02.505Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:31:02.506Z||pool-35-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:31:02.507Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 25634f58-26f7-423e-bab1-f15bda25419f
2022-06-02T11:31:02.507Z|1b33c3bb-796b-4b0f-9366-2d9326c74281|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25634f58-26f7-423e-bab1-f15bda25419f 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-06-02T11:31:03.385Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:31:03.388Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:31:03.391Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:31:03.391Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654169461709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json",
"status": "NOTIFIED"
}
2022-06-02T11:31:03.491Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:31:03.492Z||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-06-02T11:31:03.492Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:31:03.513Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:31:03.514Z||pool-36-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:31:04.392Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:31:04.393Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:31:04.395Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:31:04.395Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654169461709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-02T11:31:04.495Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:31:04.496Z||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-06-02T11:31:04.497Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:31:04.513Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:31:04.514Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:31:05.396Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:31:05.397Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:31:05.400Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:31:05.400Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654169461709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:05.500Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:31:05.501Z||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-06-02T11:31:05.501Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:31:05.522Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:31:05.524Z||pool-38-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:31:06.401Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:31:06.402Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:31:06.404Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:31:06.404Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654169461709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-02T11:31:06.504Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:31:06.506Z||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-06-02T11:31:06.506Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:31:06.533Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:31:06.534Z||pool-39-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:31:07.406Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:31:07.406Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:31:07.409Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:31:07.409Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654169461709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-02T11:31:07.509Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:31:07.510Z||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-06-02T11:31:07.511Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:31:07.529Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:31:07.529Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:31:08.410Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T11:31:08.411Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:31:08.414Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:31:08.415Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654169461709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
"status": "NOTIFIED"
}
2022-06-02T11:31:08.514Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:31:08.516Z||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-06-02T11:31:08.516Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:31:08.553Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:31:08.554Z||pool-41-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:31:09.416Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"serviceName": "vFW 2022-06-02 11-27-35",
"serviceVersion": "1.0",
"serviceUUID": "bbfaef30-6f50-4cec-ab06-02288c877193",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "340c296e-9db9-4ef1-a41e-ceaad36902fc",
"resources": [
{
"resourceInstanceName": "vFW f3551271-a12d 0",
"resourceCustomizationUUID": "a36b6bb4-c99f-45ed-9bf0-6fb2f26c65c5",
"resourceName": "vFW f3551271-a12d",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ae81c4d3-aff0-44be-8459-9c38017ad365",
"resourceInvariantUUID": "46e29e2c-92b9-4d0c-baff-2981c85dd3ee",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwf3551271a12d0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json",
"artifactChecksum": "MGU0OWZiYWE4OWFiNDgyNjA5ZTE1OTEwOWM2NzZmZjY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "15cd2d24-7403-4cd9-9d31-fcd49d051bcf",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7f789a2a-b639-403e-8331-64efa7d327cc",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "a06379ed-d26f-452d-bcf6-defb2563ac6a",
"generatedFromUUID": "7f789a2a-b639-403e-8331-64efa7d327cc"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "a06379ed-d26f-452d-bcf6-defb2563ac6a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220602112735-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
"artifactChecksum": "ZjM0YzkwZTU3YWQzNDRjYWUzMzdkODczNzE0YjM4ZTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1f75d3ee-69aa-4f39-8783-1e8b71ae6588"
}
],
"workloadContext": "Production"
}
2022-06-02T11:31:09.417Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T11:31:09.417Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bbfaef30-6f50-4cec-ab06-02288c877193 ASDC
2022-06-02T11:31:09.418Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:25634f58-26f7-423e-bab1-f15bda25419f
ServiceName:vFW 2022-06-02 11-27-35
ServiceVersion:1.0
ServiceUUID:bbfaef30-6f50-4cec-ab06-02288c877193
ServiceInvariantUUID:340c296e-9db9-4ef1-a41e-ceaad36902fc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220602112735-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar
ArtifactUUID:1f75d3ee-69aa-4f39-8783-1e8b71ae6588
ArtifactChecksum:ZjM0YzkwZTU3YWQzNDRjYWUzMzdkODczNzE0YjM4ZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f3551271-a12d 0
ResourceCustomizationUUID:a36b6bb4-c99f-45ed-9bf0-6fb2f26c65c5
ResourceInvariantUUID:46e29e2c-92b9-4d0c-baff-2981c85dd3ee
ResourceName:vFW f3551271-a12d
ResourceType:VF
ResourceUUID:ae81c4d3-aff0-44be-8459-9c38017ad365
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf3551271a12d0_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json
ArtifactUUID:15cd2d24-7403-4cd9-9d31-fcd49d051bcf
ArtifactChecksum:MGU0OWZiYWE4OWFiNDgyNjA5ZTE1OTEwOWM2NzZmZjY=
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/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml
ArtifactUUID:7f789a2a-b639-403e-8331-64efa7d327cc
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env
ArtifactUUID:a06379ed-d26f-452d-bcf6-defb2563ac6a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env
ArtifactUUID:a06379ed-d26f-452d-bcf6-defb2563ac6a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-02T11:31:09.418Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bbfaef30-6f50-4cec-ab06-02288c877193 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-06-02T11:31:09.467Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:31:09.468Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-02T11:31:09.468Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-02T11:31:09.469Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1f75d3ee-69aa-4f39-8783-1e8b71ae6588 from URL: /sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:09.469Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-02T11:31:09.469Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:09.832Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-02T11:31:09.838Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar 1f75d3ee-69aa-4f39-8783-1e8b71ae6588 99065
2022-06-02T11:31:09.839Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar ASDC sendASDCNotification
2022-06-02T11:31:09.840Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:09.840Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:31:09.841Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:31:09.843Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:31:09.844Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654169469839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:31:09.943Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-02T11:31:09.944Z||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-06-02T11:31:09.945Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:31:09.961Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:31:09.962Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:31:10.845Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T11:31:10.846Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-02T11:31:10.846Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1f75d3ee-69aa-4f39-8783-1e8b71ae6588, URL: /sdc/v1/catalog/services/Vfw20220602112735/1.0/artifacts/service-Vfw20220602112735-csar.csar to file: /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:10.846Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220602112735-csar.csar
2022-06-02T11:31:10.847Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:10.847Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:11.127Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4482205259566634017/Definitions/service-Vfw20220602112735-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_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_protected_private_port_0_network_role" 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_order" 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_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 "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_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 "port_vsn_int_protected_private_port_0_subnetpoolid" 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_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" 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_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_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_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_vlan_requirements" 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_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-02T11:31:13.089Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T11:31:13.090Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-02T11:31:13.090Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:13.090Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-02T11:31:13.090Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:13.090Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:13.090Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:13.091Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:13.091Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:13.091Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:13.091Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:13.091Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:13.091Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:13.091Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:13.091Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:13.091Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f3551271-a12d 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:13.091Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602112735-csar.csar
2022-06-02T11:31:13.091Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-02T11:31:13.092Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:31:13.092Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-27-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:31:13.092Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vFW f3551271-a12d 0 is matching search criteria
2022-06-02T11:31:13.092Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-02T11:31:13.092Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3551271-a12d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:31:13.093Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:31:13.093Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-27-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:31:13.093Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vFW f3551271-a12d 0 is matching search criteria
2022-06-02T11:31:13.093Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-02T11:31:13.093Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3551271-a12d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T11:31:13.094Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:31:13.094Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-27-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:31:13.094Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:31:13.094Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vFW f3551271-a12d 0 is not matching search criteria
2022-06-02T11:31:13.094Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:31:13.094Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:31:13.095Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:31:13.095Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:31:13.095Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:31:13.095Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:31:13.095Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:31:13.095Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:31:13.095Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:31:13.096Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:31:13.096Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:31:13.096Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:31:13.096Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:31:13.096Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:31:13.096Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:31:13.096Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T11:31:13.096Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:31:13.097Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-27-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T11:31:13.097Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:31:13.097Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vFW f3551271-a12d 0 is matching search criteria
2022-06-02T11:31:13.097Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3551271-a12d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:31:13.097Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:31:13.097Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vFW f3551271-a12d 0 is matching search criteria
2022-06-02T11:31:13.098Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3551271-a12d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:31:13.098Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:31:13.098Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vFW f3551271-a12d 0 is matching search criteria
2022-06-02T11:31:13.098Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3551271-a12d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:31:13.098Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:31:13.098Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vFW f3551271-a12d 0 is not matching search criteria
2022-06-02T11:31:13.099Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:31:13.099Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T11:31:13.099Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:31:13.099Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:31:13.099Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:31:13.099Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:31:13.099Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:31:13.099Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:31:13.100Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:31:13.100Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:31:13.100Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:31:13.100Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=48348cd3-d032-44a2-98cf-969e83795229
2022-06-02T11:31:13.100Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:31:13.100Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vFW f3551271-a12d 0 is not matching search criteria
2022-06-02T11:31:13.100Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:31:13.101Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:31:13.101Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:31:13.101Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:31:13.101Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:31:13.101Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:31:13.101Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:31:13.101Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T11:31:13.102Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:31:13.102Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:31:13.102Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:31:13.102Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:31:13.102Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8cb81c70-d863-4812-9904-a56fa4d42c9f
2022-06-02T11:31:13.102Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:31:13.102Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vFW f3551271-a12d 0 is not matching search criteria
2022-06-02T11:31:13.103Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:31:13.103Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T11:31:13.103Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T11:31:13.103Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:31:13.103Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T11:31:13.103Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:31:13.103Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:31:13.104Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:31:13.104Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:31:13.104Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:31:13.104Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:31:13.104Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T11:31:13.104Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=95482c82-7f8b-4364-8c39-8d5c7721ae7f
2022-06-02T11:31:13.104Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:31:13.105Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-27-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:31:13.105Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:31:13.105Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-27-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:31:13.105Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:31:13.105Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-27-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:31:13.105Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:31:13.105Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-27-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:31:13.105Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-02 11-27-35
Description:catalog service description
Model UUID:bbfaef30-6f50-4cec-ab06-02288c877193
Model Version:NULL
Model InvariantUuid:340c296e-9db9-4ef1-a41e-ceaad36902fc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW f3551271-a12d
Model UUID:5d8b3d3b-50ee-4fb1-971b-bdb8cc39274e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:46e29e2c-92b9-4d0c-baff-2981c85dd3ee
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a36b6bb4-c99f-45ed-9bf0-6fb2f26c65c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:38f55ec6-d7e9-40bc-882f-e1a61dd299eb
ModelName:VfwF3551271A12d..base_vfw..module-0
ModelUuid:5dd0a77d-7674-42af-ae74-543a5e6b4813
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:48348cd3-d032-44a2-98cf-969e83795229
ModelInvariantUuid:273cd226-fa80-4853-8082-655707166428
ModelName:vFW f3551271-a12d-nodes.vfwCvfc
ModelUuid:22526b5c-30e6-4972-8733-68363b3cbc37
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:ad4ff291-2e12-40a0-84fc-eb1701c89670
ModelInvariantUuid:a01050c6-4a08-4f76-bf8b-1708881929ec
ModelName:VfwF3551271A12d.compute.nodes.heat.vfw
ModelUuid:f350b424-515d-41e9-b920-c4fe24ac7164
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8cb81c70-d863-4812-9904-a56fa4d42c9f
ModelInvariantUuid:c1f38849-163c-4fd9-8b00-3f50511ca81b
ModelName:vFW f3551271-a12d-nodes.vsnCvfc
ModelUuid:0b6052ed-8612-443d-ab7d-ea57cdb07b64
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:09426f6f-2b7b-4f75-82c8-7d169867bae6
ModelInvariantUuid:9fae9384-6688-4871-a43d-9008978dfa80
ModelName:VfwF3551271A12d.compute.nodes.heat.vsn
ModelUuid:ac53c966-0bf6-4a9c-a4fe-7e2e0044eb37
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:95482c82-7f8b-4364-8c39-8d5c7721ae7f
ModelInvariantUuid:e3830ec2-8c5b-4bf2-8d79-8a641d14a99c
ModelName:vFW f3551271-a12d-nodes.vpgCvfc
ModelUuid:a659675d-579e-4130-8267-56dd5640889a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:0d495021-1c7e-4d12-ac4f-46f4819f99f3
ModelInvariantUuid:fe0f9c47-c27f-4466-80b5-fe58de5b2e5b
ModelName:VfwF3551271A12d.compute.nodes.heat.vpg
ModelUuid:9861c704-fa81-4cfa-9367-2ff66b55bb7f
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-06-02T11:31:13.120Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: ae81c4d3-aff0-44be-8459-9c38017ad365
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-06-02T11:31:13.125Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||vFW f3551271-a12d 0
2022-06-02T11:31:13.125Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ae81c4d3-aff0-44be-8459-9c38017ad365
2022-06-02T11:31:13.125Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 15cd2d24-7403-4cd9-9d31-fcd49d051bcf from URL: /sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json
2022-06-02T11:31:13.125Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-02T11:31:13.125Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json
2022-06-02T11:31:13.529Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-02T11:31:13.530Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json 15cd2d24-7403-4cd9-9d31-fcd49d051bcf 785
2022-06-02T11:31:13.530Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json ASDC sendASDCNotification
2022-06-02T11:31:13.530Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json
2022-06-02T11:31:13.530Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:31:13.531Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:31:13.532Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:31:13.533Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654169473530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/vfwf3551271a12d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:31:13.633Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:31:13.634Z||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-06-02T11:31:13.634Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:31:13.652Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:31:13.653Z||pool-43-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-02T11:31:14.533Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF3551271A12d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "38f55ec6-d7e9-40bc-882f-e1a61dd299eb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5dd0a77d-7674-42af-ae74-543a5e6b4813",
"vfModuleModelCustomizationUUID": "fba0f04d-e6b5-4dfb-8a1c-dc54e23cdc43",
"isBase": true,
"artifacts": [
"7f789a2a-b639-403e-8331-64efa7d327cc",
"a06379ed-d26f-452d-bcf6-defb2563ac6a"
],
"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-06-02T11:31:14.538Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF3551271A12d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5dd0a77d-7674-42af-ae74-543a5e6b4813
VfModuleModelInvariantUUID:38f55ec6-d7e9-40bc-882f-e1a61dd299eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
7f789a2a-b639-403e-8331-64efa7d327cc
,
a06379ed-d26f-452d-bcf6-defb2563ac6a
}
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-06-02T11:31:14.540Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF3551271A12d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "38f55ec6-d7e9-40bc-882f-e1a61dd299eb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5dd0a77d-7674-42af-ae74-543a5e6b4813",
"vfModuleModelCustomizationUUID": "fba0f04d-e6b5-4dfb-8a1c-dc54e23cdc43",
"isBase": true,
"artifacts": [
"7f789a2a-b639-403e-8331-64efa7d327cc",
"a06379ed-d26f-452d-bcf6-defb2563ac6a"
],
"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-06-02T11:31:14.540Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF3551271A12d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5dd0a77d-7674-42af-ae74-543a5e6b4813
VfModuleModelInvariantUUID:38f55ec6-d7e9-40bc-882f-e1a61dd299eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
7f789a2a-b639-403e-8331-64efa7d327cc
,
a06379ed-d26f-452d-bcf6-defb2563ac6a
}
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-06-02T11:31:14.541Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7f789a2a-b639-403e-8331-64efa7d327cc from URL: /sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml
2022-06-02T11:31:14.541Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-02T11:31:14.541Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml
2022-06-02T11:31:14.825Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-02T11:31:14.826Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml 7f789a2a-b639-403e-8331-64efa7d327cc 20368
2022-06-02T11:31:14.827Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T11:31:14.827Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml
2022-06-02T11:31:14.827Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:31:14.828Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:31:14.830Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:31:14.830Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654169474827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:31:14.930Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T11:31:14.931Z||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-06-02T11:31:14.931Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:31:14.962Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:31:14.963Z||pool-44-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":2,"count":1}
2022-06-02T11:31:15.830Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a06379ed-d26f-452d-bcf6-defb2563ac6a from URL: /sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env
2022-06-02T11:31:15.831Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-02T11:31:15.831Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env
2022-06-02T11:31:16.451Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-02T11:31:16.452Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env a06379ed-d26f-452d-bcf6-defb2563ac6a 2098
2022-06-02T11:31:16.452Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T11:31:16.452Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env
2022-06-02T11:31:16.452Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T11:31:16.453Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T11:31:16.455Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T11:31:16.456Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "25634f58-26f7-423e-bab1-f15bda25419f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654169476452,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220602112735/1.0/resourceInstances/vfwf3551271a12d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-02T11:31:16.556Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T11:31:16.556Z||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-06-02T11:31:16.557Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vhEFpQtZO3nowL1S) ...
2022-06-02T11:31:16.586Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-02T11:31:16.587Z||pool-45-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-02T11:31:17.456Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: bbfaef30-6f50-4cec-ab06-02288c877193
2022-06-02T11:31:17.457Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f3551271-a12d 0 ae81c4d3-aff0-44be-8459-9c38017ad365 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T11:31:17.484Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4203da1c, org.onap.sdc.toscaparser.api.parameters.Input@28177087, org.onap.sdc.toscaparser.api.parameters.Input@1f68d0da, org.onap.sdc.toscaparser.api.parameters.Input@31abecf, org.onap.sdc.toscaparser.api.parameters.Input@5f95578a]
2022-06-02T11:31:17.485Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:31:17.486Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-27-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:31:17.486Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-06-02T11:31:17.486Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= a36b6bb4-c99f-45ed-9bf0-6fb2f26c65c5
2022-06-02T11:31:17.486Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a36b6bb4-c99f-45ed-9bf0-6fb2f26c65c5 matches Tosca VF Customization UUID: a36b6bb4-c99f-45ed-9bf0-6fb2f26c65c5
2022-06-02T11:31:17.487Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: a36b6bb4-c99f-45ed-9bf0-6fb2f26c65c5 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-06-02T11:31:17.489Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:31:17.490Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-27-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T11:31:17.490Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id a36b6bb4-c99f-45ed-9bf0-6fb2f26c65c5: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-02T11:31:17.490Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@43184852
2022-06-02T11:31:17.491Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:31:17.491Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 11-27-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T11:31:17.491Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fba0f04d-e6b5-4dfb-8a1c-dc54e23cdc43
2022-06-02T11:31:17.491Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fba0f04d-e6b5-4dfb-8a1c-dc54e23cdc43
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-06-02T11:31:17.494Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:31:17.494Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vFW f3551271-a12d 0 is matching search criteria
2022-06-02T11:31:17.494Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3551271-a12d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:31:17.494Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:31:17.495Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vFW f3551271-a12d 0 is matching search criteria
2022-06-02T11:31:17.495Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3551271-a12d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:31:17.495Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:31:17.495Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vFW f3551271-a12d 0 is not matching search criteria
2022-06-02T11:31:17.495Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T11:31:17.495Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T11:31:17.498Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T11:31:17.499Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T11:31:17.499Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T11:31:17.499Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T11:31:17.499Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T11:31:17.499Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T11:31:17.500Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T11:31:17.500Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T11:31:17.500Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T11:31:17.500Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=48348cd3-d032-44a2-98cf-969e83795229
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-06-02T11:31:17.504Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-02T11:31:17.504Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Node template vFW f3551271-a12d 0 is matching search criteria
2022-06-02T11:31:17.504Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f3551271-a12d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T11:31:17.504Z|25634f58-26f7-423e-bab1-f15bda25419f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery