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-09-30T03:27:51.207Z||main|||||INFO|500||The following profiles are active: basic
2022-09-30T03:28:06.386Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-30T03:28:06.387Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-30T03:28:06.515Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-30T03:28:11.479Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-30T03:28:11.916Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-30T03:28:12.426Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-30T03:28:12.437Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-30T03:28:12.545Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-30T03:28:12.778Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-30T03:28:13.362Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-30T03:28:15.384Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-30T03:28:17.826Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-30T03:28:17.888Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-30T03:28:18.511Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-30T03:28:18.729Z||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-09-30T03:28:20.022Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-30T03:28:21.266Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-09-30T03:28:21.288Z||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$$7b5c92.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-09-30T03:28:21.289Z||main|||||WARN|500||The sdc end point is not alive
2022-09-30T03:28:24.861Z||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-09-30T03:28:28.515Z||main|||||WARN|500||---
2022-09-30T03:28:28.516Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-30T03:28:28.516Z||main|||||WARN|500||---
2022-09-30T03:28:29.009Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-30T03:28:34.765Z||main|||||INFO|500||Started Application in 48.048 seconds (JVM running for 51.019)
2022-09-30T03:28:34.787Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-30T03:28:34.801Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-30T03:28:34.855Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-30T03:28:34.887Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-30T03:28:34.942Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ad45db24-7f71-4923-8780-2dda05df8a35 url= /sdc/v1/artifactTypes
2022-09-30T03:28:34.943Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-30T03:28:35.330Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-30T03:28:35.360Z||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-09-30T03:28:35.398Z||scheduling-1|||||DEBUG|500||create keys
2022-09-30T03:28:35.413Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-30T03:28:35.459Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:28:35.479Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ab62c4f2-c53f-4255-a68d-8a4603dcf55a url= /sdc/v1/registerForDistribution
2022-09-30T03:28:35.596Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ab62c4f2-c53f-4255-a68d-8a4603dcf55a url= /sdc/v1/registerForDistribution
2022-09-30T03:28:35.596Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-30T03:28:35.617Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:28:35.618Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:28:35.640Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-30T03:28:35.686Z||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-09-30T03:28:35.688Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:28:35.686Z||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-09-30T03:28:35.689Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:28:46.037Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:28:46.040Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:29:35.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:29:35.609Z||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-09-30T03:29:35.610Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:29:35.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:29:35.618Z||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-09-30T03:29:35.620Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:29:45.185Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:29:45.187Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:30:35.605Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:30:35.606Z||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-09-30T03:30:35.607Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:30:35.617Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:30:35.618Z||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-09-30T03:30:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:30:45.159Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:30:45.162Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:31:35.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:31:35.607Z||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-09-30T03:31:35.607Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:31:35.617Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:31:35.618Z||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-09-30T03:31:35.619Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:31:45.160Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:31:45.163Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:32:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:32:35.606Z||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-09-30T03:32:35.606Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:32:35.617Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:32:35.618Z||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-09-30T03:32:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:32:45.156Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:32:45.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:33:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:33:35.606Z||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-09-30T03:33:35.607Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:33:35.617Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:33:35.619Z||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-09-30T03:33:35.619Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:33:45.155Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:33:45.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:34:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:34:35.607Z||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-09-30T03:34:35.607Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:34:35.617Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:34:35.618Z||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-09-30T03:34:35.619Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:34:45.154Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:34:45.163Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:35:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:35:35.607Z||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-09-30T03:35:35.607Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:35:35.618Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:35:35.620Z||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-09-30T03:35:35.620Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:35:45.152Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:35:45.192Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:36:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:36:35.607Z||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-09-30T03:36:35.607Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:36:35.617Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:36:35.618Z||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-09-30T03:36:35.619Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:36:45.156Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:36:45.162Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:37:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:37:35.606Z||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-09-30T03:37:35.607Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:37:35.617Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:37:35.618Z||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-09-30T03:37:35.619Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:37:45.155Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:37:45.186Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:37:52.753Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-30T03:38:35.606Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:38:35.607Z||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-09-30T03:38:35.607Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:38:35.617Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:38:35.618Z||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-09-30T03:38:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:38:45.158Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:38:45.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:39:35.605Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:39:35.607Z||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-09-30T03:39:35.607Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:39:35.617Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:39:35.618Z||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-09-30T03:39:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:39:45.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:39:45.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:40:35.605Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:40:35.607Z||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-09-30T03:40:35.607Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:40:35.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:40:35.631Z||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-09-30T03:40:35.631Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:40:45.162Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:40:45.178Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:41:35.606Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:41:35.609Z||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-09-30T03:41:35.609Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:41:35.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:41:35.618Z||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-09-30T03:41:35.619Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:41:45.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:41:45.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:42:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:42:35.607Z||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-09-30T03:42:35.607Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:42:35.617Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:42:35.618Z||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-09-30T03:42:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:42:45.155Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:42:45.162Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:43:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:43:35.606Z||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-09-30T03:43:35.606Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:43:35.617Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:43:35.618Z||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-09-30T03:43:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:43:45.153Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:43:45.159Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:44:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:44:35.606Z||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-09-30T03:44:35.606Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:44:35.617Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:44:35.618Z||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-09-30T03:44:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:44:45.156Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:44:45.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:45:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:45:35.606Z||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-09-30T03:45:35.606Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:45:35.617Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:45:35.618Z||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-09-30T03:45:35.619Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:45:45.182Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:45:45.184Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:46:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:46:35.606Z||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-09-30T03:46:35.606Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:46:35.617Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:46:35.618Z||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-09-30T03:46:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:46:45.158Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:46:45.161Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:47:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:47:35.606Z||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-09-30T03:47:35.607Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:47:35.617Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:47:35.619Z||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-09-30T03:47:35.619Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:47:45.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:47:45.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:48:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:48:35.606Z||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-09-30T03:48:35.607Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:48:35.617Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:48:35.618Z||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-09-30T03:48:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:48:45.162Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:48:45.172Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:49:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:49:35.606Z||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-09-30T03:49:35.607Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:49:35.617Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:49:35.618Z||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-09-30T03:49:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:49:45.184Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:49:45.187Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:50:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:50:35.606Z||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-09-30T03:50:35.606Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:50:35.617Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:50:35.618Z||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-09-30T03:50:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:50:45.180Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:50:45.191Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:51:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:51:35.606Z||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-09-30T03:51:35.606Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:51:35.617Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:51:35.618Z||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-09-30T03:51:35.619Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:51:45.159Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:51:45.163Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:52:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:52:35.606Z||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-09-30T03:52:35.606Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:52:35.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:52:35.619Z||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-09-30T03:52:35.619Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:52:45.190Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:52:45.191Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:53:35.606Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:53:35.608Z||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-09-30T03:53:35.608Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:53:35.617Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:53:35.618Z||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-09-30T03:53:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:53:45.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:53:45.185Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:54:35.606Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:54:35.608Z||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-09-30T03:54:35.608Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:54:35.617Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:54:35.618Z||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-09-30T03:54:35.619Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:54:45.151Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:54:45.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:55:35.606Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:55:35.607Z||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-09-30T03:55:35.607Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:55:35.617Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:55:35.618Z||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-09-30T03:55:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:55:45.177Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:55:45.189Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:56:35.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:56:35.606Z||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-09-30T03:56:35.606Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:56:35.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:56:35.618Z||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-09-30T03:56:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:56:45.156Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:56:45.159Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:57:35.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:57:35.607Z||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-09-30T03:57:35.607Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:57:35.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:57:35.618Z||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-09-30T03:57:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:57:45.152Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:57:45.164Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:58:35.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:58:35.606Z||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-09-30T03:58:35.606Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:58:35.617Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:58:35.618Z||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-09-30T03:58:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:58:45.161Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:58:45.162Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:59:35.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:59:35.606Z||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-09-30T03:59:35.607Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:59:35.617Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T03:59:35.618Z||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-09-30T03:59:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T03:59:45.168Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T03:59:45.175Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:00:35.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:00:35.606Z||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-09-30T04:00:35.606Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:00:35.617Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:00:35.618Z||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-09-30T04:00:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:00:45.163Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:00:45.168Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:01:35.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:01:35.606Z||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-09-30T04:01:35.607Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:01:35.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:01:35.618Z||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-09-30T04:01:35.619Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:01:45.159Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:01:45.164Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:02:35.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:02:35.607Z||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-09-30T04:02:35.608Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:02:35.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:02:35.618Z||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-09-30T04:02:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:02:45.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:02:45.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:03:35.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:03:35.606Z||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-09-30T04:03:35.607Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:03:35.617Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:03:35.618Z||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-09-30T04:03:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:03:45.163Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:03:45.178Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:04:35.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:04:35.606Z||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-09-30T04:04:35.607Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:04:35.617Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:04:35.618Z||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-09-30T04:04:35.619Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:04:45.155Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:04:45.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:05:35.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:05:35.607Z||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-09-30T04:05:35.608Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:05:35.617Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:05:35.618Z||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-09-30T04:05:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:05:45.188Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:05:45.189Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:06:35.606Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:06:35.608Z||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-09-30T04:06:35.609Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:06:35.617Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:06:35.618Z||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-09-30T04:06:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:06:45.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:06:45.174Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:07:35.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:07:35.606Z||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-09-30T04:07:35.607Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:07:35.617Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:07:35.618Z||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-09-30T04:07:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:07:45.162Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:07:45.184Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:08:35.605Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:08:35.606Z||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-09-30T04:08:35.606Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:08:35.617Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:08:35.618Z||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-09-30T04:08:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:08:45.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:08:45.178Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:09:35.605Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:09:35.607Z||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-09-30T04:09:35.607Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:09:35.617Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:09:35.618Z||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-09-30T04:09:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:09:45.162Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:09:45.166Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:10:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:10:35.607Z||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-09-30T04:10:35.607Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:10:35.617Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:10:35.619Z||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-09-30T04:10:35.619Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:10:45.162Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:10:45.164Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:11:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:11:35.606Z||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-09-30T04:11:35.607Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:11:35.617Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:11:35.618Z||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-09-30T04:11:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:11:45.158Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:11:45.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:12:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:12:35.606Z||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-09-30T04:12:35.606Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:12:35.617Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:12:35.618Z||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-09-30T04:12:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:12:45.149Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:12:45.173Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:13:35.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:13:35.606Z||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-09-30T04:13:35.606Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:13:35.617Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:13:35.618Z||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-09-30T04:13:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:13:35.788Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:13:35.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "cds",
"timestamp": 1664511188937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664511185707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "clamp",
"timestamp": 1664511185148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "ves-openapi-manager",
"timestamp": 1664511181791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "aai-ml",
"timestamp": 1664511188997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "cds",
"timestamp": 1664511188937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.828Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "ves-openapi-manager",
"timestamp": 1664511181791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.828Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664511185707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json",
"status": "NOTIFIED"
}
2022-09-30T04:13:35.829Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "clamp",
"timestamp": 1664511185148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json",
"status": "NOTIFIED"
}
2022-09-30T04:13:35.829Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "aai-ml",
"timestamp": 1664511188997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.830Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "cds",
"timestamp": 1664511188937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.830Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "ves-openapi-manager",
"timestamp": 1664511181791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664511185707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-30T04:13:35.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "clamp",
"timestamp": 1664511185148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "aai-ml",
"timestamp": 1664511188997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.833Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "policy-id",
"timestamp": 1664511193128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.834Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "cds",
"timestamp": 1664511188937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "ves-openapi-manager",
"timestamp": 1664511181791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "clamp",
"timestamp": 1664511185148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664511185707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.836Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "aai-ml",
"timestamp": 1664511188997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.836Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "policy-id",
"timestamp": 1664511193128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664511194738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "ves-openapi-manager",
"timestamp": 1664511181791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664511185707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-30T04:13:35.840Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "cds",
"timestamp": 1664511188937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.840Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "clamp",
"timestamp": 1664511185148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.841Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "aai-ml",
"timestamp": 1664511188997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.841Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "policy-id",
"timestamp": 1664511193128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-30T04:13:35.842Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664511194738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.842Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "cds",
"timestamp": 1664511188937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "ves-openapi-manager",
"timestamp": 1664511181791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "clamp",
"timestamp": 1664511185148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664511185707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "aai-ml",
"timestamp": 1664511188997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "policy-id",
"timestamp": 1664511193128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664511194738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.846Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "cds",
"timestamp": 1664511188937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T04:13:35.846Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "clamp",
"timestamp": 1664511185148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T04:13:35.847Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "ves-openapi-manager",
"timestamp": 1664511181791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.847Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664511185707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T04:13:35.848Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "aai-ml",
"timestamp": 1664511188997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T04:13:35.848Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "policy-id",
"timestamp": 1664511193128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.849Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664511194738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.849Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "policy-id",
"timestamp": 1664511193128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.850Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664511199183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:13:35.851Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:13:35.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "cds",
"timestamp": 1664511198951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:13:35.851Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:13:35.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "aai-ml",
"timestamp": 1664511198086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:13:35.852Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:13:35.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664511194738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:35.852Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "policy-id",
"timestamp": 1664511193128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T04:13:35.852Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:35.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664511200259,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:13:35.853Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:13:35.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:35.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "cds",
"timestamp": 1664511200002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-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-09-30T04:13:36.058Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5ccabb7e-a7f7-4a18-8be2-403cc033a53a
2022-09-30T04:13:36.078Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ccabb7e-a7f7-4a18-8be2-403cc033a53a 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-09-30T04:13:36.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:36.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664511194738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:36.103Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:36.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:36.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "policy-id",
"timestamp": 1664511200981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:13:36.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:13:36.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:36.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664511201324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:13:36.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:13:36.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:36.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664511194738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T04:13:36.104Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:13:36.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:36.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "policy-id",
"timestamp": 1664511201995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T04:13:36.105Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:13:36.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:36.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664511202399,
"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-09-30T04:13:36.120Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ccabb7e-a7f7-4a18-8be2-403cc033a53a
2022-09-30T04:13:36.121Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ccabb7e-a7f7-4a18-8be2-403cc033a53a 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-09-30T04:13:36.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:36.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664511202584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:13:36.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:13:36.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:36.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "policy-id",
"timestamp": 1664511203003,
"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-09-30T04:13:36.137Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ccabb7e-a7f7-4a18-8be2-403cc033a53a
2022-09-30T04:13:36.137Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ccabb7e-a7f7-4a18-8be2-403cc033a53a 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-09-30T04:13:36.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:36.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664511203407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-30T04:13:36.149Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:13:36.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:36.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664511208069,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T04:13:36.150Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:13:36.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:36.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "clamp",
"timestamp": 1664511209059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:13:36.151Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:13:36.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:36.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664511209079,
"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-09-30T04:13:36.156Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5ccabb7e-a7f7-4a18-8be2-403cc033a53a
2022-09-30T04:13:36.157Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ccabb7e-a7f7-4a18-8be2-403cc033a53a 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-09-30T04:13:36.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:36.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "clamp",
"timestamp": 1664511211064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T04:13:36.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:13:36.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:13:36.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "clamp",
"timestamp": 1664511212070,
"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-09-30T04:13:36.172Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5ccabb7e-a7f7-4a18-8be2-403cc033a53a
2022-09-30T04:13:36.173Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ccabb7e-a7f7-4a18-8be2-403cc033a53a 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-09-30T04:13:36.237Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:13:36.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-30T04:13:36.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5ccabb7e-a7f7-4a18-8be2-403cc033a53a","serviceName":"vFW 2022-09-30 04-12-15","serviceVersion":"1.0","serviceUUID":"d6a90e3f-7d3e-472f-bcd6-d637f7ab1c94","serviceDescription":"catalog service description","serviceInvariantUUID":"cbaad591-fdba-4aa0-8d55-fa65a6c99eac","resources":[{"resourceInstanceName":"vFW 7b9992fe-c03b 0","resourceName":"vFW 7b9992fe-c03b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cc47fc62-99b5-4480-bd62-5f7c45a652d1","resourceInvariantUUID":"ec99b563-5ff6-4009-a6b8-99a23dce426e","resourceCustomizationUUID":"91628b63-8f14-47a7-9f16-554c6a43d301","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vf-license-model.xml","artifactChecksum":"NzNiMjY3YTJlNjg0NmVkN2U2ZDBlOGMzYjUxMGMzODU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"56041255-cf62-4d5a-88be-5db7c325c766","artifactVersion":"1"},{"artifactName":"vfw7b9992fec03b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json","artifactChecksum":"ZTdkMjZiZWIxNmZiOWQwNzhhYzgzNDFlYTU0ZmIxYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"80fa0d59-c946-444d-b82f-c52f8e0da60d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"eba62074-6757-4165-a648-3c94ba31de34","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vendor-license-model.xml","artifactChecksum":"Yzc1MzEzNmY5MDFkODcxMjMxMDE3YTFlYTQ2NTZmMzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8326aed6-9060-4218-a59c-1774ab3cba96","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"68d65cda-e44c-419e-9177-503b228a7211","artifactVersion":"2","generatedFromUUID":"eba62074-6757-4165-a648-3c94ba31de34"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220930041215-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-template.yml","artifactChecksum":"YWJhZmQ3ZjM3MjNmZTRhZjRhY2E1NTc1MTVhZDg0ZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d59e57f6-00d3-4bcc-af44-f587d91e331d","artifactVersion":"1"},{"artifactName":"service-Vfw20220930041215-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar","artifactChecksum":"ZWY1NmZlNjY0Yjg1MmY3Mjk4YjJmZjk4ZDQyYjgzMmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c3bb9a98-aa3b-4cd2-80a4-5060215fec12","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-30T04:13:36.245Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T04:13:36.251Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:13:36.263Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:13:36.263Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511215605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:36.363Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-09-30T04:13:36.368Z||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-09-30T04:13:36.369Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:13:36.384Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:13:36.385Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:13:37.272Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T04:13:37.273Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:13:37.275Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:13:37.275Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511215605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json",
"status": "NOTIFIED"
}
2022-09-30T04:13:37.375Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:13:37.376Z||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-09-30T04:13:37.376Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:13:37.391Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:13:37.391Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:13:38.275Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T04:13:38.277Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:13:38.280Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:13:38.280Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511215605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-30T04:13:38.380Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:13:38.381Z||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-09-30T04:13:38.381Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:13:38.397Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:13:38.398Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:13:39.280Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T04:13:39.281Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:13:39.283Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:13:39.283Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511215605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:39.384Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:13:39.385Z||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-09-30T04:13:39.385Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:13:39.401Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:13:39.403Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-09-30T04:13:40.286Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T04:13:40.287Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:13:40.290Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:13:40.290Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511215605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-30T04:13:40.390Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:13:40.391Z||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-09-30T04:13:40.391Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:13:40.406Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:13:40.406Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:13:41.291Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T04:13:41.292Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:13:41.294Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:13:41.294Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511215605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:13:41.395Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-30T04:13:41.396Z||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-09-30T04:13:41.396Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:13:41.412Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:13:41.412Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:13:42.295Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T04:13:42.296Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:13:42.298Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:13:42.298Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511215605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T04:13:42.398Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:13:42.399Z||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-09-30T04:13:42.399Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:13:42.419Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:13:42.420Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-09-30T04:13:43.300Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"serviceName": "vFW 2022-09-30 04-12-15",
"serviceVersion": "1.0",
"serviceUUID": "d6a90e3f-7d3e-472f-bcd6-d637f7ab1c94",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "cbaad591-fdba-4aa0-8d55-fa65a6c99eac",
"resources": [
{
"resourceInstanceName": "vFW 7b9992fe-c03b 0",
"resourceCustomizationUUID": "91628b63-8f14-47a7-9f16-554c6a43d301",
"resourceName": "vFW 7b9992fe-c03b",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "cc47fc62-99b5-4480-bd62-5f7c45a652d1",
"resourceInvariantUUID": "ec99b563-5ff6-4009-a6b8-99a23dce426e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw7b9992fec03b0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json",
"artifactChecksum": "ZTdkMjZiZWIxNmZiOWQwNzhhYzgzNDFlYTU0ZmIxYTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "80fa0d59-c946-444d-b82f-c52f8e0da60d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "eba62074-6757-4165-a648-3c94ba31de34",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "68d65cda-e44c-419e-9177-503b228a7211",
"generatedFromUUID": "eba62074-6757-4165-a648-3c94ba31de34"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "68d65cda-e44c-419e-9177-503b228a7211",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220930041215-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar",
"artifactChecksum": "ZWY1NmZlNjY0Yjg1MmY3Mjk4YjJmZjk4ZDQyYjgzMmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c3bb9a98-aa3b-4cd2-80a4-5060215fec12"
}
],
"workloadContext": "Production"
}
2022-09-30T04:13:43.302Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-30T04:13:43.302Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d6a90e3f-7d3e-472f-bcd6-d637f7ab1c94 ASDC
2022-09-30T04:13:43.422Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5ccabb7e-a7f7-4a18-8be2-403cc033a53a
ServiceName:vFW 2022-09-30 04-12-15
ServiceVersion:1.0
ServiceUUID:d6a90e3f-7d3e-472f-bcd6-d637f7ab1c94
ServiceInvariantUUID:cbaad591-fdba-4aa0-8d55-fa65a6c99eac
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220930041215-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar
ArtifactUUID:c3bb9a98-aa3b-4cd2-80a4-5060215fec12
ArtifactChecksum:ZWY1NmZlNjY0Yjg1MmY3Mjk4YjJmZjk4ZDQyYjgzMmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7b9992fe-c03b 0
ResourceCustomizationUUID:91628b63-8f14-47a7-9f16-554c6a43d301
ResourceInvariantUUID:ec99b563-5ff6-4009-a6b8-99a23dce426e
ResourceName:vFW 7b9992fe-c03b
ResourceType:VF
ResourceUUID:cc47fc62-99b5-4480-bd62-5f7c45a652d1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7b9992fec03b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json
ArtifactUUID:80fa0d59-c946-444d-b82f-c52f8e0da60d
ArtifactChecksum:ZTdkMjZiZWIxNmZiOWQwNzhhYzgzNDFlYTU0ZmIxYTA=
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/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml
ArtifactUUID:eba62074-6757-4165-a648-3c94ba31de34
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/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env
ArtifactUUID:68d65cda-e44c-419e-9177-503b228a7211
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/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env
ArtifactUUID:68d65cda-e44c-419e-9177-503b228a7211
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-30T04:13:43.424Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d6a90e3f-7d3e-472f-bcd6-d637f7ab1c94 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-09-30T04:13:43.479Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-30T04:13:43.480Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-30T04:13:43.481Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-30T04:13:43.481Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c3bb9a98-aa3b-4cd2-80a4-5060215fec12 from URL: /sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar
2022-09-30T04:13:43.481Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-30T04:13:43.483Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar
2022-09-30T04:13:43.628Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-30T04:13:43.647Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar c3bb9a98-aa3b-4cd2-80a4-5060215fec12 99017
2022-09-30T04:13:43.649Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar ASDC sendASDCNotification
2022-09-30T04:13:43.649Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar
2022-09-30T04:13:43.651Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T04:13:43.652Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:13:43.654Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:13:43.654Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511223648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:13:43.755Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-30T04:13:43.756Z||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-09-30T04:13:43.756Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:13:43.771Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:13:43.771Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:13:44.655Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-30T04:13:44.656Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-30T04:13:44.656Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c3bb9a98-aa3b-4cd2-80a4-5060215fec12, URL: /sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar to file: /app/ASDC/1/service-Vfw20220930041215-csar.csar
2022-09-30T04:13:44.657Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220930041215-csar.csar
2022-09-30T04:13:44.746Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220930041215-csar.csar
2022-09-30T04:13:44.746Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220930041215-csar.csar
2022-09-30T04:13:45.521Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13622700274374046900/Definitions/service-Vfw20220930041215-template.yml
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
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
2022-09-30T04:13:48.562Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-30T04:13:48.567Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-30T04:13:48.567Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220930041215-csar.csar
2022-09-30T04:13:48.567Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-09-30T04:13:48.567Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||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-Vfw20220930041215-csar.csar
2022-09-30T04:13:48.568Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||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-Vfw20220930041215-csar.csar
2022-09-30T04:13:48.568Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7b9992fe-c03b 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-Vfw20220930041215-csar.csar
2022-09-30T04:13:48.568Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220930041215-csar.csar
2022-09-30T04:13:48.568Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220930041215-csar.csar
2022-09-30T04:13:48.568Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220930041215-csar.csar
2022-09-30T04:13:48.568Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||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-Vfw20220930041215-csar.csar
2022-09-30T04:13:48.568Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220930041215-csar.csar
2022-09-30T04:13:48.569Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||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-Vfw20220930041215-csar.csar
2022-09-30T04:13:48.569Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220930041215-csar.csar
2022-09-30T04:13:48.569Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220930041215-csar.csar
2022-09-30T04:13:48.569Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220930041215-csar.csar
2022-09-30T04:13:48.569Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220930041215-csar.csar
2022-09-30T04:13:48.569Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-30T04:13:48.576Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:48.577Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:13:48.581Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is matching search criteria
2022-09-30T04:13:48.581Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-09-30T04:13:48.583Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b9992fe-c03b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-30T04:13:48.585Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:48.585Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:13:48.585Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is matching search criteria
2022-09-30T04:13:48.585Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-09-30T04:13:48.585Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b9992fe-c03b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-30T04:13:48.586Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:48.586Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:13:48.589Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:48.589Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is not matching search criteria
2022-09-30T04:13:48.590Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-30T04:13:48.590Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-30T04:13:48.590Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-30T04:13:48.590Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-30T04:13:48.590Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-30T04:13:48.590Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-30T04:13:48.590Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-30T04:13:48.591Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-30T04:13:48.591Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-30T04:13:48.591Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-30T04:13:48.591Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-30T04:13:48.591Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-30T04:13:48.591Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-30T04:13:48.592Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-30T04:13:48.592Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-30T04:13:48.592Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-30T04:13:48.592Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:48.592Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-30T04:13:48.593Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:48.594Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is matching search criteria
2022-09-30T04:13:48.594Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b9992fe-c03b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T04:13:48.594Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:48.594Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is matching search criteria
2022-09-30T04:13:48.595Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b9992fe-c03b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T04:13:48.595Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:48.595Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is matching search criteria
2022-09-30T04:13:48.595Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b9992fe-c03b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T04:13:48.595Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:48.596Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is not matching search criteria
2022-09-30T04:13:48.596Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-30T04:13:48.596Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-30T04:13:48.596Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-30T04:13:48.596Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-30T04:13:48.596Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-30T04:13:48.596Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-30T04:13:48.597Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-30T04:13:48.597Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-30T04:13:48.597Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-30T04:13:48.597Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-30T04:13:48.597Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-30T04:13:48.597Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2d48236e-0197-4b69-a17d-59d2154cbabf
2022-09-30T04:13:48.598Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:48.598Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is not matching search criteria
2022-09-30T04:13:48.598Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-30T04:13:48.598Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-30T04:13:48.598Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-30T04:13:48.599Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-30T04:13:48.599Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-30T04:13:48.599Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-30T04:13:48.599Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-30T04:13:48.599Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-30T04:13:48.599Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-30T04:13:48.599Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-30T04:13:48.600Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-30T04:13:48.600Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-30T04:13:48.600Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8d9deda8-c6e9-4ac1-a26a-f4a517a309cd
2022-09-30T04:13:48.600Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:48.600Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is not matching search criteria
2022-09-30T04:13:48.601Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-30T04:13:48.601Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-30T04:13:48.601Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-30T04:13:48.601Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-30T04:13:48.601Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-30T04:13:48.601Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-30T04:13:48.602Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-30T04:13:48.602Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-30T04:13:48.602Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-30T04:13:48.602Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-30T04:13:48.602Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-30T04:13:48.602Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-30T04:13:48.602Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c30b80d0-38c8-4f4a-b93e-bd45eb2caa20
2022-09-30T04:13:48.603Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:48.603Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:13:48.603Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:48.603Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:13:48.603Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:48.604Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:13:48.604Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:48.604Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:13:48.604Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-09-30 04-12-15
Description:catalog service description
Model UUID:d6a90e3f-7d3e-472f-bcd6-d637f7ab1c94
Model Version:NULL
Model InvariantUuid:cbaad591-fdba-4aa0-8d55-fa65a6c99eac
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 7b9992fe-c03b
Model UUID:322431c8-5cf5-45cf-b6bf-82123dd8703d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ec99b563-5ff6-4009-a6b8-99a23dce426e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:91628b63-8f14-47a7-9f16-554c6a43d301
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b7e141bf-a9dd-4b8e-a99e-15b50e763c9f
ModelName:Vfw7b9992feC03b..base_vfw..module-0
ModelUuid:b257ea1e-890a-41b2-8846-b71b67689467
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2d48236e-0197-4b69-a17d-59d2154cbabf
ModelInvariantUuid:df75660a-580e-4bec-a615-eacb0cd84b3d
ModelName:vFW 7b9992fe-c03b-nodes.vfwCvfc
ModelUuid:1f5aee54-d093-4ccd-a178-765711e9a3c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:acaff0ea-d450-484e-a146-db3070df9549
ModelInvariantUuid:bc95a21f-a78e-42f1-bdeb-fb5df7ed27b8
ModelName:Vfw7b9992feC03b.compute.nodes.heat.vfw
ModelUuid:506e5138-b4c6-466a-a267-d2e1142f031d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8d9deda8-c6e9-4ac1-a26a-f4a517a309cd
ModelInvariantUuid:13fc8c41-7d9c-4099-9123-7babdebec625
ModelName:vFW 7b9992fe-c03b-nodes.vsnCvfc
ModelUuid:40c61b9b-6c8e-4dbf-879e-d56f4670176e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:8f4781d7-1a80-4bb8-b862-6011086bbf04
ModelInvariantUuid:62576f25-eca6-4eee-8067-429b15cabff6
ModelName:Vfw7b9992feC03b.compute.nodes.heat.vsn
ModelUuid:bbe368d5-1d90-4d7f-af24-16b749129ea3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c30b80d0-38c8-4f4a-b93e-bd45eb2caa20
ModelInvariantUuid:685b7f59-c1a0-407f-ad95-56df1d685738
ModelName:vFW 7b9992fe-c03b-nodes.vpgCvfc
ModelUuid:7b8fed6d-7cb5-4123-a89b-ec2aa5198231
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:e1e7a8ea-dcec-4bdb-9bed-95376d4b05c2
ModelInvariantUuid:0cedffdd-484d-42c9-bf88-d245733493fd
ModelName:Vfw7b9992feC03b.compute.nodes.heat.vpg
ModelUuid:b9b7d357-d2bd-4cb3-b56c-6d363b3b5714
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-09-30T04:13:48.615Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: cc47fc62-99b5-4480-bd62-5f7c45a652d1
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-09-30T04:13:48.703Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||vFW 7b9992fe-c03b 0
2022-09-30T04:13:48.710Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cc47fc62-99b5-4480-bd62-5f7c45a652d1
2022-09-30T04:13:48.710Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 80fa0d59-c946-444d-b82f-c52f8e0da60d from URL: /sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json
2022-09-30T04:13:48.710Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-30T04:13:48.710Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json
2022-09-30T04:13:48.787Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-30T04:13:48.788Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json 80fa0d59-c946-444d-b82f-c52f8e0da60d 785
2022-09-30T04:13:48.788Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json ASDC sendASDCNotification
2022-09-30T04:13:48.788Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json
2022-09-30T04:13:48.788Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T04:13:48.789Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:13:48.792Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:13:48.792Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511228788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:13:48.892Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:13:48.893Z||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-09-30T04:13:48.894Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:13:48.909Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:13:48.910Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:13:49.793Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7b9992feC03b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b7e141bf-a9dd-4b8e-a99e-15b50e763c9f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b257ea1e-890a-41b2-8846-b71b67689467",
"vfModuleModelCustomizationUUID": "387c4789-bb09-4666-be1d-d3d303b0b9b9",
"isBase": true,
"artifacts": [
"eba62074-6757-4165-a648-3c94ba31de34",
"68d65cda-e44c-419e-9177-503b228a7211"
],
"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-09-30T04:13:49.807Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7b9992feC03b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b257ea1e-890a-41b2-8846-b71b67689467
VfModuleModelInvariantUUID:b7e141bf-a9dd-4b8e-a99e-15b50e763c9f
VfModuleModelDescription:NULL
Artifacts UUID List:{
eba62074-6757-4165-a648-3c94ba31de34
,
68d65cda-e44c-419e-9177-503b228a7211
}
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-09-30T04:13:49.810Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7b9992feC03b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b7e141bf-a9dd-4b8e-a99e-15b50e763c9f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b257ea1e-890a-41b2-8846-b71b67689467",
"vfModuleModelCustomizationUUID": "387c4789-bb09-4666-be1d-d3d303b0b9b9",
"isBase": true,
"artifacts": [
"eba62074-6757-4165-a648-3c94ba31de34",
"68d65cda-e44c-419e-9177-503b228a7211"
],
"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-09-30T04:13:49.810Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7b9992feC03b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b257ea1e-890a-41b2-8846-b71b67689467
VfModuleModelInvariantUUID:b7e141bf-a9dd-4b8e-a99e-15b50e763c9f
VfModuleModelDescription:NULL
Artifacts UUID List:{
eba62074-6757-4165-a648-3c94ba31de34
,
68d65cda-e44c-419e-9177-503b228a7211
}
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-09-30T04:13:49.810Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: eba62074-6757-4165-a648-3c94ba31de34 from URL: /sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml
2022-09-30T04:13:49.810Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-30T04:13:49.810Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml
2022-09-30T04:13:49.876Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-30T04:13:49.877Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml eba62074-6757-4165-a648-3c94ba31de34 20368
2022-09-30T04:13:49.877Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-30T04:13:49.877Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml
2022-09-30T04:13:49.877Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T04:13:49.878Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:13:49.879Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:13:49.879Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511229877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:13:49.980Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:13:49.981Z||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-09-30T04:13:49.981Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:13:49.995Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:13:49.996Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:13:50.880Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 68d65cda-e44c-419e-9177-503b228a7211 from URL: /sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env
2022-09-30T04:13:50.881Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-30T04:13:50.881Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env
2022-09-30T04:13:50.952Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-30T04:13:50.952Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env 68d65cda-e44c-419e-9177-503b228a7211 2098
2022-09-30T04:13:50.953Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-30T04:13:50.953Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env
2022-09-30T04:13:50.953Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T04:13:50.953Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:13:50.956Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:13:50.956Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511230953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:13:51.056Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:13:51.058Z||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-09-30T04:13:51.058Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:13:51.080Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:13:51.081Z||pool-13-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:13:51.957Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d6a90e3f-7d3e-472f-bcd6-d637f7ab1c94
2022-09-30T04:13:51.957Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7b9992fe-c03b 0 cc47fc62-99b5-4480-bd62-5f7c45a652d1 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-09-30T04:13:51.992Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3dc1cfa2, org.onap.sdc.toscaparser.api.parameters.Input@51603642, org.onap.sdc.toscaparser.api.parameters.Input@5a58ea49, org.onap.sdc.toscaparser.api.parameters.Input@32d14f34, org.onap.sdc.toscaparser.api.parameters.Input@15e2a13]
2022-09-30T04:13:51.995Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:51.995Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:13:51.996Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-09-30T04:13:51.996Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 91628b63-8f14-47a7-9f16-554c6a43d301
2022-09-30T04:13:51.996Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 91628b63-8f14-47a7-9f16-554c6a43d301 matches Tosca VF Customization UUID: 91628b63-8f14-47a7-9f16-554c6a43d301
2022-09-30T04:13:51.996Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 91628b63-8f14-47a7-9f16-554c6a43d301 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-09-30T04:13:52.003Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:52.003Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:13:52.005Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 91628b63-8f14-47a7-9f16-554c6a43d301: {\"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-09-30T04:13:52.005Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3a88e545
2022-09-30T04:13:52.005Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:52.005Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-30T04:13:52.006Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 387c4789-bb09-4666-be1d-d3d303b0b9b9
2022-09-30T04:13:52.007Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 387c4789-bb09-4666-be1d-d3d303b0b9b9
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-09-30T04:13:52.014Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:52.015Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is matching search criteria
2022-09-30T04:13:52.015Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b9992fe-c03b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T04:13:52.015Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:52.016Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is matching search criteria
2022-09-30T04:13:52.016Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b9992fe-c03b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T04:13:52.016Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:52.016Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is not matching search criteria
2022-09-30T04:13:52.016Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-30T04:13:52.017Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-30T04:13:52.017Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-30T04:13:52.017Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-30T04:13:52.017Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-30T04:13:52.017Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-30T04:13:52.018Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-30T04:13:52.018Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-30T04:13:52.018Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-30T04:13:52.018Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-30T04:13:52.018Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-30T04:13:52.018Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2d48236e-0197-4b69-a17d-59d2154cbabf
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-09-30T04:13:52.027Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:52.027Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is matching search criteria
2022-09-30T04:13:52.027Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b9992fe-c03b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T04:13:52.027Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:52.028Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is not matching search criteria
2022-09-30T04:13:52.028Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-30T04:13:52.028Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-30T04:13:52.028Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-30T04:13:52.028Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-30T04:13:52.029Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-30T04:13:52.029Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-30T04:13:52.029Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-30T04:13:52.029Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-30T04:13:52.029Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-30T04:13:52.030Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-30T04:13:52.030Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-30T04:13:52.030Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-30T04:13:52.030Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8d9deda8-c6e9-4ac1-a26a-f4a517a309cd
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-09-30T04:13:52.033Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:52.033Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is matching search criteria
2022-09-30T04:13:52.033Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b9992fe-c03b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T04:13:52.036Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:52.036Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is not matching search criteria
2022-09-30T04:13:52.036Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-30T04:13:52.036Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-30T04:13:52.037Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-30T04:13:52.037Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-30T04:13:52.037Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-30T04:13:52.037Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-30T04:13:52.038Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-30T04:13:52.038Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-30T04:13:52.038Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-30T04:13:52.038Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-30T04:13:52.039Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-30T04:13:52.039Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-30T04:13:52.039Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c30b80d0-38c8-4f4a-b93e-bd45eb2caa20
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-09-30T04:13:52.043Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:52.043Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is matching search criteria
2022-09-30T04:13:52.043Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b9992fe-c03b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T04:13:52.043Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:52.043Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Node template vFW 7b9992fe-c03b 0 is matching search criteria
2022-09-30T04:13:52.044Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7b9992fe-c03b 0] matching following query criteria: sdcType=VF, customizationUUID=91628b63-8f14-47a7-9f16-554c6a43d301
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-09-30T04:13:52.046Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:52.047Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:13:52.047Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d6a90e3f-7d3e-472f-bcd6-d637f7ab1c94: vFW 7b9992fe-c03b
2022-09-30T04:13:52.047Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:52.048Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:13:52.048Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:52.048Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:13:52.048Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:52.049Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:13:52.049Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:52.049Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:13:52.049Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:13:52.049Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-30 04-12-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:13:52.050Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-09-30 04-12-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-09-30T04:13:52.367Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7b9992fe-c03b cc47fc62-99b5-4480-bd62-5f7c45a652d1 1 ASDC deployResourceStructure
2022-09-30T04:13:52.368Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json ASDC sendASDCNotification
2022-09-30T04:13:52.368Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json
2022-09-30T04:13:52.368Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-30T04:13:52.369Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:13:52.371Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:13:52.371Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511232368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-30T04:13:52.472Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:13:52.473Z||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-09-30T04:13:52.473Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:13:52.490Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:13:52.490Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:13:53.373Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-30T04:13:53.374Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml
2022-09-30T04:13:53.374Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-30T04:13:53.374Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:13:53.376Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:13:53.376Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511233373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-30T04:13:53.477Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:13:53.478Z||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-09-30T04:13:53.478Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:13:53.492Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:13:53.492Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:13:54.378Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-30T04:13:54.378Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env
2022-09-30T04:13:54.378Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-30T04:13:54.379Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:13:54.381Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:13:54.381Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511234378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-30T04:13:54.481Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-30T04:13:54.482Z||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-09-30T04:13:54.482Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:13:54.499Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:13:54.500Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:13:55.383Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar ASDC sendASDCNotification
2022-09-30T04:13:55.384Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar
2022-09-30T04:13:55.384Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-30T04:13:55.384Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:13:55.387Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:13:55.387Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511235383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T04:13:55.487Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:13:55.488Z||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-09-30T04:13:55.488Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:13:55.503Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:13:55.503Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:13:56.389Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ccabb7e-a7f7-4a18-8be2-403cc033a53a
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-09-30T04:13:56.407Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ccabb7e-a7f7-4a18-8be2-403cc033a53a
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-09-30T04:13:56.410Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T04:13:56.411Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-30T04:13:56.411Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-30T04:14:26.411Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ccabb7e-a7f7-4a18-8be2-403cc033a53a
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-09-30T04:14:26.425Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ccabb7e-a7f7-4a18-8be2-403cc033a53a
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-09-30T04:14:26.428Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T04:14:26.429Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-30T04:14:26.429Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-30T04:14:35.617Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:14:35.618Z||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-09-30T04:14:35.619Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:14:35.648Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:14:35.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:14:35.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "aai-ml",
"timestamp": 1664511213524,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T04:14:35.650Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:14:56.429Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ccabb7e-a7f7-4a18-8be2-403cc033a53a
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-09-30T04:14:56.441Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ccabb7e-a7f7-4a18-8be2-403cc033a53a
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-09-30T04:14:56.445Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T04:14:56.445Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-30T04:14:56.445Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-30T04:15:26.445Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ccabb7e-a7f7-4a18-8be2-403cc033a53a
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-09-30T04:15:26.459Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ccabb7e-a7f7-4a18-8be2-403cc033a53a
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-09-30T04:15:26.464Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T04:15:26.464Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-30T04:15:26.464Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-30T04:15:35.617Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:15:35.618Z||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-09-30T04:15:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:15:36.151Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:15:36.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511215605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.157Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "aai-ml",
"timestamp": 1664511214528,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T04:15:36.166Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5ccabb7e-a7f7-4a18-8be2-403cc033a53a
2022-09-30T04:15:36.166Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ccabb7e-a7f7-4a18-8be2-403cc033a53a 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-09-30T04:15:36.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511215605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json",
"status": "NOTIFIED"
}
2022-09-30T04:15:36.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511215605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-30T04:15:36.177Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511215605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.177Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511215605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-30T04:15:36.177Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511215605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511215605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T04:15:36.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "aai-ml",
"timestamp": 1664511218996,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "cds",
"timestamp": 1664511218937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.179Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "clamp",
"timestamp": 1664511215148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.179Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "policy-id",
"timestamp": 1664511213128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.180Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "cds",
"timestamp": 1664511218937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.180Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "aai-ml",
"timestamp": 1664511218996,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.180Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1664511221791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "clamp",
"timestamp": 1664511215148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json",
"status": "NOTIFIED"
}
2022-09-30T04:15:36.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "policy-id",
"timestamp": 1664511213128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511223648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:15:36.182Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:15:36.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "aai-ml",
"timestamp": 1664511218996,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.182Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "cds",
"timestamp": 1664511218937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1664511221791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "clamp",
"timestamp": 1664511215148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "policy-id",
"timestamp": 1664511213128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-30T04:15:36.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "cds",
"timestamp": 1664511218937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "aai-ml",
"timestamp": 1664511218996,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1664511221791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "clamp",
"timestamp": 1664511215148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "policy-id",
"timestamp": 1664511213128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "aai-ml",
"timestamp": 1664511218996,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "cds",
"timestamp": 1664511218937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1664511221791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.187Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "clamp",
"timestamp": 1664511215148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.187Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "policy-id",
"timestamp": 1664511213128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664511224737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664511225707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "aai-ml",
"timestamp": 1664511218996,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "clamp",
"timestamp": 1664511215148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1664511221791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "cds",
"timestamp": 1664511218937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "policy-id",
"timestamp": 1664511213128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664511224737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664511225707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json",
"status": "NOTIFIED"
}
2022-09-30T04:15:36.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "aai-ml",
"timestamp": 1664511218996,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T04:15:36.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "cds",
"timestamp": 1664511218937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T04:15:36.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "clamp",
"timestamp": 1664511215148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T04:15:36.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1664511221791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "policy-id",
"timestamp": 1664511213128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T04:15:36.193Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664511224737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.193Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511228788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:15:36.193Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:15:36.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664511225707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-30T04:15:36.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1664511221791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "cds",
"timestamp": 1664511228536,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:15:36.195Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:15:36.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "aai-ml",
"timestamp": 1664511227577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:15:36.195Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:15:36.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "policy-id",
"timestamp": 1664511228505,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:15:36.195Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:15:36.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664511224737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.196Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511229877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:15:36.196Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:15:36.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664511225707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.196Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "cds",
"timestamp": 1664511229542,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-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-09-30T04:15:36.209Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c99330ae-de8d-483f-ba23-e35e8c8751cc
2022-09-30T04:15:36.209Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c99330ae-de8d-483f-ba23-e35e8c8751cc 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-09-30T04:15:36.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "policy-id",
"timestamp": 1664511229511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T04:15:36.218Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:15:36.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664511224737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.218Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511230953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:15:36.219Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:15:36.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664511225707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-30T04:15:36.219Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "policy-id",
"timestamp": 1664511230521,
"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-09-30T04:15:36.225Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c99330ae-de8d-483f-ba23-e35e8c8751cc
2022-09-30T04:15:36.225Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c99330ae-de8d-483f-ba23-e35e8c8751cc 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-09-30T04:15:36.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664511224737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "clamp",
"timestamp": 1664511231052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:15:36.235Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:15:36.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664511225707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:15:36.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511232368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/vfw7b9992fec03b0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-30T04:15:36.236Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:15:36.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664511224737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T04:15:36.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664511225707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T04:15:36.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T04:15:36.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511233373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-30T04:15:36.237Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:15:36.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664511232518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:15:36.237Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:15:36.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "clamp",
"timestamp": 1664511233068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T04:15:36.238Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:15:36.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511234378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/resourceInstances/vfw7b9992fec03b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-30T04:15:36.239Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:15:36.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664511233537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:15:36.239Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:15:36.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "clamp",
"timestamp": 1664511234076,
"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-09-30T04:15:36.246Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c99330ae-de8d-483f-ba23-e35e8c8751cc
2022-09-30T04:15:36.246Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c99330ae-de8d-483f-ba23-e35e8c8751cc 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-09-30T04:15:36.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511235383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930041215/1.0/artifacts/service-Vfw20220930041215-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T04:15:36.255Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:15:36.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664511234655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:15:36.255Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:15:36.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664511234858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T04:15:36.255Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:15:36.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664511235771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:15:36.256Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:15:36.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "aai-ml",
"timestamp": 1664511234907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T04:15:36.256Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:15:36.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664511235863,
"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-09-30T04:15:36.263Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c99330ae-de8d-483f-ba23-e35e8c8751cc
2022-09-30T04:15:36.263Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c99330ae-de8d-483f-ba23-e35e8c8751cc 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-09-30T04:15:36.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664511236796,
"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-09-30T04:15:36.277Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c99330ae-de8d-483f-ba23-e35e8c8751cc
2022-09-30T04:15:36.277Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c99330ae-de8d-483f-ba23-e35e8c8751cc 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-09-30T04:15:36.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "aai-ml",
"timestamp": 1664511235912,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T04:15:36.288Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c99330ae-de8d-483f-ba23-e35e8c8751cc
2022-09-30T04:15:36.288Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c99330ae-de8d-483f-ba23-e35e8c8751cc 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-09-30T04:15:36.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T04:15:36.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664511237801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-30T04:15:36.298Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:15:56.465Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ccabb7e-a7f7-4a18-8be2-403cc033a53a
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-09-30T04:15:56.480Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ccabb7e-a7f7-4a18-8be2-403cc033a53a
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-09-30T04:15:56.484Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T04:15:56.484Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-30T04:15:56.485Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-30T04:15:56.485Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-30T04:15:56.485Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T04:15:56.486Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T04:15:56.486Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T04:15:56.486Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T04:15:56.486Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T04:15:56.487Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T04:15:56.487Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T04:15:56.493Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-30T04:16:26.493Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5ccabb7e-a7f7-4a18-8be2-403cc033a53a 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-09-30T04:16:26.505Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5ccabb7e-a7f7-4a18-8be2-403cc033a53a and serviceModelVersionId: d6a90e3f-7d3e-472f-bcd6-d637f7ab1c94
2022-09-30T04:16:26.505Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cbaad591-fdba-4aa0-8d55-fa65a6c99eac
2022-09-30T04:16:35.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:16:35.618Z||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-09-30T04:16:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:16:41.249Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cbaad591-fdba-4aa0-8d55-fa65a6c99eac/model-vers/model-ver/d6a90e3f-7d3e-472f-bcd6-d637f7ab1c94?depth=0
2022-09-30T04:16:41.362Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-09-30T04:16:41.854Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cbaad591-fdba-4aa0-8d55-fa65a6c99eac/model-vers/model-ver/d6a90e3f-7d3e-472f-bcd6-d637f7ab1c94?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-09-30T04:16:41.858Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cbaad591-fdba-4aa0-8d55-fa65a6c99eac/model-vers/model-ver/d6a90e3f-7d3e-472f-bcd6-d637f7ab1c94?depth=0|INFO|500||Invoke
2022-09-30T04:16:42.001Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cbaad591-fdba-4aa0-8d55-fa65a6c99eac/model-vers/model-ver/d6a90e3f-7d3e-472f-bcd6-d637f7ab1c94?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-30T04:16:42.237Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cbaad591-fdba-4aa0-8d55-fa65a6c99eac/model-vers/model-ver/d6a90e3f-7d3e-472f-bcd6-d637f7ab1c94?depth=0|INFO|500||InvokeReturn
2022-09-30T04:16:42.239Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cbaad591-fdba-4aa0-8d55-fa65a6c99eac/model-vers/model-ver/d6a90e3f-7d3e-472f-bcd6-d637f7ab1c94?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220930-04:16:41:134-28050], vertex-id=[147472], Content-Length=[0], Date=[Fri, 30 Sep 2022 04:16:41 GMT], Content-Type=[application/json]}
2022-09-30T04:16:42.239Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-09-30T04:16:42.242Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-30T04:16:42.242Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-30T04:16:42.248Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-30T04:16:42.249Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5ccabb7e-a7f7-4a18-8be2-403cc033a53a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-30T04:16:42.250Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-30T04:16:42.250Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:16:42.252Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:16:42.252Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511402249,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-30T04:16:42.353Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-30T04:16:42.354Z||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-09-30T04:16:42.354Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:16:42.371Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:16:42.372Z||pool-18-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:16:42.986Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:16:42.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-30T04:16:42.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ccabb7e-a7f7-4a18-8be2-403cc033a53a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511402249,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-30T04:16:42.988Z||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-09-30T04:16:43.267Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:16:43.267Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|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-09-30T04:16:43.268Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:16:47.666Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:16:47.667Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-30T04:16:47.667Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c99330ae-de8d-483f-ba23-e35e8c8751cc","serviceName":"basic_onboard_OCeOWU","serviceVersion":"1.0","serviceUUID":"3a8bbb62-e1c2-4329-8bfd-103262c6dd40","serviceDescription":"service","serviceInvariantUUID":"126727df-a133-47d6-a390-b60039e6f287","resources":[{"resourceInstanceName":"basic_onboard_OCeOWU 0","resourceName":"basic_onboard_OCeOWU","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3876a134-d703-4ab4-86d1-eb0463f59162","resourceInvariantUUID":"019a8031-0d6e-449b-9270-7a7de64b58d6","resourceCustomizationUUID":"c001b871-d119-4d83-855a-f47745e54181","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ3MjJmOGI1YzM1YTM2YTU0MTliYzk0ZWNmN2FhYjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad9c11d6-798c-4574-bdb7-e0f79f8d25b1","artifactVersion":"1"},{"artifactName":"basic_onboard_oceowu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json","artifactChecksum":"M2MxZDk2MjA5MzIxN2MzYzYyNTYyYWJhMzkyMWZmMDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f253ef19-af21-41be-a5f1-bd8efce18400","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a0243308-664c-46ad-8c03-8ae4cf683852","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2da4546a-d9f3-4241-9494-66044dff362f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1d574883-86bb-4c27-9157-f354d6f9079c","artifactVersion":"2","generatedFromUUID":"a0243308-664c-46ad-8c03-8ae4cf683852"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOceowu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-template.yml","artifactChecksum":"ZTFiMTU1MzIyNTU0MmM5ZTI1NzUxN2MzZjI5MjNkODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f804a1df-04a0-429c-89bd-00584fa2e90a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOceowu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar","artifactChecksum":"ZDFkMTg4OTRiOTM5NjkxZTRiOWFlYmY3OWRmM2Y0NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b402562a-657b-4443-b337-3f75ab092cf0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-30T04:16:47.669Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T04:16:47.670Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:16:47.671Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:16:47.672Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511403267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:16:47.772Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:16:47.773Z||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-09-30T04:16:47.773Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:16:47.793Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:16:47.794Z||pool-19-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:16:48.672Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T04:16:48.673Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:16:48.675Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:16:48.675Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511403267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json",
"status": "NOTIFIED"
}
2022-09-30T04:16:48.775Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:16:48.776Z||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-09-30T04:16:48.776Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:16:48.798Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:16:48.798Z||pool-20-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:16:49.676Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T04:16:49.677Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:16:49.679Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:16:49.679Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511403267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-30T04:16:49.779Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:16:49.781Z||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-09-30T04:16:49.781Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:16:49.810Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:16:49.811Z||pool-21-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:16:50.680Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T04:16:50.681Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:16:50.683Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:16:50.683Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511403267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:16:50.784Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:16:50.785Z||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-09-30T04:16:50.785Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:16:50.805Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:16:50.806Z||pool-22-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:16:51.684Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T04:16:51.686Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:16:51.688Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:16:51.688Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511403267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-30T04:16:51.788Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:16:51.789Z||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-09-30T04:16:51.789Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:16:51.806Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:16:51.806Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:16:52.688Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T04:16:52.689Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:16:52.691Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:16:52.691Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511403267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:16:52.791Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:16:52.792Z||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-09-30T04:16:52.792Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:16:52.809Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:16:52.810Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:16:53.692Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T04:16:53.693Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:16:53.695Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:16:53.695Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511403267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T04:16:53.795Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:16:53.796Z||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-09-30T04:16:53.797Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:16:53.819Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:16:53.819Z||pool-25-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:16:54.696Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"serviceName": "basic_onboard_OCeOWU",
"serviceVersion": "1.0",
"serviceUUID": "3a8bbb62-e1c2-4329-8bfd-103262c6dd40",
"serviceDescription": "service",
"serviceInvariantUUID": "126727df-a133-47d6-a390-b60039e6f287",
"resources": [
{
"resourceInstanceName": "basic_onboard_OCeOWU 0",
"resourceCustomizationUUID": "c001b871-d119-4d83-855a-f47745e54181",
"resourceName": "basic_onboard_OCeOWU",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3876a134-d703-4ab4-86d1-eb0463f59162",
"resourceInvariantUUID": "019a8031-0d6e-449b-9270-7a7de64b58d6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_oceowu0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json",
"artifactChecksum": "M2MxZDk2MjA5MzIxN2MzYzYyNTYyYWJhMzkyMWZmMDI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f253ef19-af21-41be-a5f1-bd8efce18400",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a0243308-664c-46ad-8c03-8ae4cf683852",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1d574883-86bb-4c27-9157-f354d6f9079c",
"generatedFromUUID": "a0243308-664c-46ad-8c03-8ae4cf683852"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1d574883-86bb-4c27-9157-f354d6f9079c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardOceowu-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar",
"artifactChecksum": "ZDFkMTg4OTRiOTM5NjkxZTRiOWFlYmY3OWRmM2Y0NjE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b402562a-657b-4443-b337-3f75ab092cf0"
}
],
"workloadContext": "Production"
}
2022-09-30T04:16:54.697Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-30T04:16:54.697Z|5ccabb7e-a7f7-4a18-8be2-403cc033a53a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3a8bbb62-e1c2-4329-8bfd-103262c6dd40 ASDC
2022-09-30T04:16:54.697Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c99330ae-de8d-483f-ba23-e35e8c8751cc
ServiceName:basic_onboard_OCeOWU
ServiceVersion:1.0
ServiceUUID:3a8bbb62-e1c2-4329-8bfd-103262c6dd40
ServiceInvariantUUID:126727df-a133-47d6-a390-b60039e6f287
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOceowu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar
ArtifactUUID:b402562a-657b-4443-b337-3f75ab092cf0
ArtifactChecksum:ZDFkMTg4OTRiOTM5NjkxZTRiOWFlYmY3OWRmM2Y0NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OCeOWU 0
ResourceCustomizationUUID:c001b871-d119-4d83-855a-f47745e54181
ResourceInvariantUUID:019a8031-0d6e-449b-9270-7a7de64b58d6
ResourceName:basic_onboard_OCeOWU
ResourceType:VF
ResourceUUID:3876a134-d703-4ab4-86d1-eb0463f59162
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_oceowu0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json
ArtifactUUID:f253ef19-af21-41be-a5f1-bd8efce18400
ArtifactChecksum:M2MxZDk2MjA5MzIxN2MzYzYyNTYyYWJhMzkyMWZmMDI=
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/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a0243308-664c-46ad-8c03-8ae4cf683852
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/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env
ArtifactUUID:1d574883-86bb-4c27-9157-f354d6f9079c
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/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env
ArtifactUUID:1d574883-86bb-4c27-9157-f354d6f9079c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-30T04:16:54.697Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a8bbb62-e1c2-4329-8bfd-103262c6dd40 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-09-30T04:16:54.727Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-30T04:16:54.728Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-30T04:16:54.728Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-30T04:16:54.728Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b402562a-657b-4443-b337-3f75ab092cf0 from URL: /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar
2022-09-30T04:16:54.728Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-30T04:16:54.728Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar
2022-09-30T04:16:54.886Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-30T04:16:54.889Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar b402562a-657b-4443-b337-3f75ab092cf0 71598
2022-09-30T04:16:54.890Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar ASDC sendASDCNotification
2022-09-30T04:16:54.890Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar
2022-09-30T04:16:54.890Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T04:16:54.890Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:16:54.892Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:16:54.893Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511414889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:16:54.993Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:16:54.994Z||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-09-30T04:16:54.994Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:16:55.012Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:16:55.012Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:16:55.893Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-30T04:16:55.894Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-30T04:16:55.895Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b402562a-657b-4443-b337-3f75ab092cf0, URL: /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar to file: /app/ASDC/1/service-BasicOnboardOceowu-csar.csar
2022-09-30T04:16:55.895Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOceowu-csar.csar
2022-09-30T04:16:55.896Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOceowu-csar.csar
2022-09-30T04:16:55.896Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOceowu-csar.csar
2022-09-30T04:16:56.022Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1497778596128460170/Definitions/service-BasicOnboardOceowu-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-09-30T04:16:57.174Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-30T04:16:57.175Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-30T04:16:57.175Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOceowu-csar.csar
2022-09-30T04:16:57.175Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-09-30T04:16:57.175Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||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-BasicOnboardOceowu-csar.csar
2022-09-30T04:16:57.175Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOceowu-csar.csar
2022-09-30T04:16:57.175Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||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-BasicOnboardOceowu-csar.csar
2022-09-30T04:16:57.175Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOceowu-csar.csar
2022-09-30T04:16:57.176Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardOceowu-csar.csar
2022-09-30T04:16:57.176Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOceowu-csar.csar
2022-09-30T04:16:57.176Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOceowu-csar.csar
2022-09-30T04:16:57.176Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardOceowu-csar.csar
2022-09-30T04:16:57.176Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_OCeOWU 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-BasicOnboardOceowu-csar.csar
2022-09-30T04:16:57.176Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-30T04:16:57.176Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:16:57.177Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:16:57.177Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OCeOWU 0 is matching search criteria
2022-09-30T04:16:57.177Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-09-30T04:16:57.177Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OCeOWU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-30T04:16:57.178Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:16:57.178Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:16:57.178Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OCeOWU 0 is matching search criteria
2022-09-30T04:16:57.178Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-09-30T04:16:57.178Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OCeOWU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-30T04:16:57.178Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:16:57.179Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:16:57.179Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:16:57.179Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OCeOWU 0 is not matching search criteria
2022-09-30T04:16:57.179Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-09-30T04:16:57.179Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-09-30T04:16:57.180Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-09-30T04:16:57.180Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-30T04:16:57.180Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-30T04:16:57.180Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:16:57.180Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-30T04:16:57.181Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:16:57.181Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OCeOWU 0 is matching search criteria
2022-09-30T04:16:57.181Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OCeOWU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T04:16:57.181Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:16:57.181Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OCeOWU 0 is matching search criteria
2022-09-30T04:16:57.182Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OCeOWU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T04:16:57.182Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:16:57.182Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OCeOWU 0 is matching search criteria
2022-09-30T04:16:57.183Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OCeOWU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T04:16:57.183Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:16:57.183Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OCeOWU 0 is not matching search criteria
2022-09-30T04:16:57.183Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-30T04:16:57.184Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-30T04:16:57.184Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=19ed2873-d041-44c2-a2fd-6659847ee77e
2022-09-30T04:16:57.184Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:16:57.184Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:16:57.184Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:16:57.185Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:16:57.185Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:16:57.185Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:16:57.185Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:16:57.185Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:16:57.186Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_OCeOWU
Description:service
Model UUID:3a8bbb62-e1c2-4329-8bfd-103262c6dd40
Model Version:NULL
Model InvariantUuid:126727df-a133-47d6-a390-b60039e6f287
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_OCeOWU
Model UUID:5ac6026f-151e-486b-b7bb-e04f87886da9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:019a8031-0d6e-449b-9270-7a7de64b58d6
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c001b871-d119-4d83-855a-f47745e54181
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7347a11f-cdc3-4344-a90b-8880f761ea71
ModelName:BasicOnboardOceowu..base_ubuntu18..module-0
ModelUuid:0f2dbbc6-723d-4b4f-8b6d-106d68e0cfc3
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:19ed2873-d041-44c2-a2fd-6659847ee77e
ModelInvariantUuid:6274d686-aa61-437e-97b4-ea8e53cc2003
ModelName:basic_onboard_OCeOWU-nodes.ubuntu18Cvfc
ModelUuid:c6bf6c82-3ea7-4127-87b6-ec5fe9361671
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:1854378b-95f7-4b44-9a9d-5a25a72a2c73
ModelInvariantUuid:5df621a2-20c2-4535-85cd-6d7ee8206f35
ModelName:BasicOnboardOceowu.compute.nodes.heat.ubuntu18
ModelUuid:a01ab5a8-00a3-48d4-a9b5-323b3c069c4f
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-09-30T04:16:57.194Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 3876a134-d703-4ab4-86d1-eb0463f59162
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-09-30T04:16:57.198Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||basic_onboard_OCeOWU 0
2022-09-30T04:16:57.198Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3876a134-d703-4ab4-86d1-eb0463f59162
2022-09-30T04:16:57.198Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f253ef19-af21-41be-a5f1-bd8efce18400 from URL: /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json
2022-09-30T04:16:57.199Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-30T04:16:57.199Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json
2022-09-30T04:16:57.250Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-30T04:16:57.251Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json f253ef19-af21-41be-a5f1-bd8efce18400 798
2022-09-30T04:16:57.251Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json ASDC sendASDCNotification
2022-09-30T04:16:57.251Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json
2022-09-30T04:16:57.252Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T04:16:57.252Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:16:57.254Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:16:57.255Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511417251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:16:57.355Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:16:57.356Z||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-09-30T04:16:57.356Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:16:57.372Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:16:57.373Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:16:58.255Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOceowu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "7347a11f-cdc3-4344-a90b-8880f761ea71",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0f2dbbc6-723d-4b4f-8b6d-106d68e0cfc3",
"vfModuleModelCustomizationUUID": "8cc921d0-6595-4ee6-8830-27f79924cf83",
"isBase": true,
"artifacts": [
"a0243308-664c-46ad-8c03-8ae4cf683852",
"1d574883-86bb-4c27-9157-f354d6f9079c"
],
"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-09-30T04:16:58.260Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOceowu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0f2dbbc6-723d-4b4f-8b6d-106d68e0cfc3
VfModuleModelInvariantUUID:7347a11f-cdc3-4344-a90b-8880f761ea71
VfModuleModelDescription:NULL
Artifacts UUID List:{
a0243308-664c-46ad-8c03-8ae4cf683852
,
1d574883-86bb-4c27-9157-f354d6f9079c
}
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-09-30T04:16:58.262Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOceowu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "7347a11f-cdc3-4344-a90b-8880f761ea71",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0f2dbbc6-723d-4b4f-8b6d-106d68e0cfc3",
"vfModuleModelCustomizationUUID": "8cc921d0-6595-4ee6-8830-27f79924cf83",
"isBase": true,
"artifacts": [
"a0243308-664c-46ad-8c03-8ae4cf683852",
"1d574883-86bb-4c27-9157-f354d6f9079c"
],
"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-09-30T04:16:58.262Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOceowu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0f2dbbc6-723d-4b4f-8b6d-106d68e0cfc3
VfModuleModelInvariantUUID:7347a11f-cdc3-4344-a90b-8880f761ea71
VfModuleModelDescription:NULL
Artifacts UUID List:{
a0243308-664c-46ad-8c03-8ae4cf683852
,
1d574883-86bb-4c27-9157-f354d6f9079c
}
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-09-30T04:16:58.262Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a0243308-664c-46ad-8c03-8ae4cf683852 from URL: /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml
2022-09-30T04:16:58.263Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-30T04:16:58.263Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml
2022-09-30T04:16:58.349Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-30T04:16:58.350Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml a0243308-664c-46ad-8c03-8ae4cf683852 5033
2022-09-30T04:16:58.350Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-30T04:16:58.351Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml
2022-09-30T04:16:58.351Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T04:16:58.351Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:16:58.353Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:16:58.353Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511418350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:16:58.453Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:16:58.454Z||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-09-30T04:16:58.455Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:16:58.476Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:16:58.477Z||pool-28-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-09-30T04:16:59.354Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1d574883-86bb-4c27-9157-f354d6f9079c from URL: /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env
2022-09-30T04:16:59.355Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-30T04:16:59.355Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env
2022-09-30T04:16:59.412Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-30T04:16:59.413Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env 1d574883-86bb-4c27-9157-f354d6f9079c 909
2022-09-30T04:16:59.413Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-30T04:16:59.414Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env
2022-09-30T04:16:59.414Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T04:16:59.414Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:16:59.416Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:16:59.416Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511419413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:16:59.516Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:16:59.517Z||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-09-30T04:16:59.518Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:16:59.533Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:16:59.534Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:17:00.417Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 3a8bbb62-e1c2-4329-8bfd-103262c6dd40
2022-09-30T04:17:00.418Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_OCeOWU 0 3876a134-d703-4ab4-86d1-eb0463f59162 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-09-30T04:17:00.431Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4fe8f340, org.onap.sdc.toscaparser.api.parameters.Input@6690b215, org.onap.sdc.toscaparser.api.parameters.Input@727ac01, org.onap.sdc.toscaparser.api.parameters.Input@4bda3855, org.onap.sdc.toscaparser.api.parameters.Input@4320a09d]
2022-09-30T04:17:00.433Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:17:00.434Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:17:00.434Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-09-30T04:17:00.434Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= c001b871-d119-4d83-855a-f47745e54181
2022-09-30T04:17:00.434Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c001b871-d119-4d83-855a-f47745e54181 matches Tosca VF Customization UUID: c001b871-d119-4d83-855a-f47745e54181
2022-09-30T04:17:00.434Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: c001b871-d119-4d83-855a-f47745e54181 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-09-30T04:17:00.437Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:17:00.437Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:17:00.438Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id c001b871-d119-4d83-855a-f47745e54181: {\"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-09-30T04:17:00.438Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3cded9
2022-09-30T04:17:00.438Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:17:00.438Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-30T04:17:00.439Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8cc921d0-6595-4ee6-8830-27f79924cf83
2022-09-30T04:17:00.439Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8cc921d0-6595-4ee6-8830-27f79924cf83
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-09-30T04:17:00.441Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:17:00.442Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OCeOWU 0 is matching search criteria
2022-09-30T04:17:00.442Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OCeOWU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T04:17:00.442Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:17:00.442Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OCeOWU 0 is matching search criteria
2022-09-30T04:17:00.443Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OCeOWU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T04:17:00.443Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:17:00.443Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OCeOWU 0 is not matching search criteria
2022-09-30T04:17:00.443Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-30T04:17:00.443Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-30T04:17:00.443Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=19ed2873-d041-44c2-a2fd-6659847ee77e
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-09-30T04:17:00.446Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:17:00.446Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OCeOWU 0 is matching search criteria
2022-09-30T04:17:00.446Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OCeOWU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T04:17:00.447Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:17:00.447Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_OCeOWU 0 is matching search criteria
2022-09-30T04:17:00.448Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_OCeOWU 0] matching following query criteria: sdcType=VF, customizationUUID=c001b871-d119-4d83-855a-f47745e54181
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-09-30T04:17:00.450Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:17:00.450Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:17:00.451Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 3a8bbb62-e1c2-4329-8bfd-103262c6dd40: basic_onboard_OCeOWU
2022-09-30T04:17:00.451Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:17:00.452Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:17:00.452Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:17:00.452Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:17:00.453Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:17:00.453Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:17:00.453Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:17:00.453Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:17:00.454Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:17:00.454Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_OCeOWU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:17:00.454Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_OCeOWU
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-09-30T04:17:00.545Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_OCeOWU 3876a134-d703-4ab4-86d1-eb0463f59162 1 ASDC deployResourceStructure
2022-09-30T04:17:00.547Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json ASDC sendASDCNotification
2022-09-30T04:17:00.547Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json
2022-09-30T04:17:00.547Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-30T04:17:00.548Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:17:00.551Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:17:00.551Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511420547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-30T04:17:00.657Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-09-30T04:17:00.658Z||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-09-30T04:17:00.659Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:17:00.683Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:17:00.683Z||pool-30-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:17:01.552Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-30T04:17:01.552Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml
2022-09-30T04:17:01.553Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-30T04:17:01.553Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:17:01.555Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:17:01.556Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511421552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-09-30T04:17:01.655Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-30T04:17:01.657Z||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-09-30T04:17:01.657Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:17:01.673Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:17:01.674Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:17:02.557Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-30T04:17:02.557Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env
2022-09-30T04:17:02.557Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-30T04:17:02.558Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:17:02.562Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:17:02.562Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511422557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-09-30T04:17:02.662Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:17:02.663Z||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-09-30T04:17:02.663Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:17:02.680Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:17:02.681Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:17:03.562Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar ASDC sendASDCNotification
2022-09-30T04:17:03.563Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar
2022-09-30T04:17:03.563Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-30T04:17:03.563Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:17:03.565Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:17:03.565Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511423562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T04:17:03.666Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:17:03.667Z||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-09-30T04:17:03.667Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:17:03.682Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:17:03.683Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-09-30T04:17:04.566Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c99330ae-de8d-483f-ba23-e35e8c8751cc
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-09-30T04:17:04.580Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c99330ae-de8d-483f-ba23-e35e8c8751cc
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-09-30T04:17:04.584Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T04:17:04.584Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-30T04:17:04.584Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-30T04:17:04.584Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-30T04:17:04.584Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T04:17:04.584Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T04:17:04.584Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T04:17:04.584Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T04:17:04.584Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T04:17:04.584Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T04:17:04.584Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T04:17:04.589Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-30T04:17:34.590Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c99330ae-de8d-483f-ba23-e35e8c8751cc 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-09-30T04:17:34.597Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c99330ae-de8d-483f-ba23-e35e8c8751cc and serviceModelVersionId: 3a8bbb62-e1c2-4329-8bfd-103262c6dd40
2022-09-30T04:17:34.597Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 126727df-a133-47d6-a390-b60039e6f287
2022-09-30T04:17:34.598Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/126727df-a133-47d6-a390-b60039e6f287/model-vers/model-ver/3a8bbb62-e1c2-4329-8bfd-103262c6dd40?depth=0
2022-09-30T04:17:34.622Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-09-30T04:17:34.673Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/126727df-a133-47d6-a390-b60039e6f287/model-vers/model-ver/3a8bbb62-e1c2-4329-8bfd-103262c6dd40?depth=0|INFO|500||Invoke
2022-09-30T04:17:34.674Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/126727df-a133-47d6-a390-b60039e6f287/model-vers/model-ver/3a8bbb62-e1c2-4329-8bfd-103262c6dd40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/126727df-a133-47d6-a390-b60039e6f287/model-vers/model-ver/3a8bbb62-e1c2-4329-8bfd-103262c6dd40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c99330ae-de8d-483f-ba23-e35e8c8751cc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2ac271e0-4031-4fda-9f30-86b37b480528], X-ECOMP-RequestID=[c99330ae-de8d-483f-ba23-e35e8c8751cc], X-TransactionId=[], X-ONAP-RequestID=[c99330ae-de8d-483f-ba23-e35e8c8751cc], Content-Type=[application/merge-patch+json]}
2022-09-30T04:17:34.702Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/126727df-a133-47d6-a390-b60039e6f287/model-vers/model-ver/3a8bbb62-e1c2-4329-8bfd-103262c6dd40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-30T04:17:34.810Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/126727df-a133-47d6-a390-b60039e6f287/model-vers/model-ver/3a8bbb62-e1c2-4329-8bfd-103262c6dd40?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/126727df-a133-47d6-a390-b60039e6f287/model-vers/model-ver/3a8bbb62-e1c2-4329-8bfd-103262c6dd40?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220930-04:17:33:821-9412], vertex-id=[213120], Content-Length=[0], Date=[Fri, 30 Sep 2022 04:17:33 GMT], Content-Type=[application/json]}
2022-09-30T04:17:34.811Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/126727df-a133-47d6-a390-b60039e6f287/model-vers/model-ver/3a8bbb62-e1c2-4329-8bfd-103262c6dd40?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-30T04:17:34.811Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/126727df-a133-47d6-a390-b60039e6f287/model-vers/model-ver/3a8bbb62-e1c2-4329-8bfd-103262c6dd40?depth=0|INFO|500||InvokeReturn
2022-09-30T04:17:34.812Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-30T04:17:34.812Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-30T04:17:34.828Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-30T04:17:34.829Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c99330ae-de8d-483f-ba23-e35e8c8751cc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-30T04:17:34.829Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-30T04:17:34.829Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:17:34.831Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:17:34.831Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511454829,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-30T04:17:34.931Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:17:34.932Z||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-09-30T04:17:34.932Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:17:34.952Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:17:34.953Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:17:35.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:17:35.618Z||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-09-30T04:17:35.618Z||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 JdWNnJOAcZK80I2P) ...
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-09-30T04:17:35.848Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:17:35.849Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|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-09-30T04:17:35.849Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:17:36.250Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:17:36.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-30T04:17:36.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511403267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:17:36.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-30T04:17:36.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-30T04:17:36.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511403267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json",
"status": "NOTIFIED"
}
2022-09-30T04:17:36.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-30T04:17:36.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-30T04:17:36.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511403267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-30T04:17:36.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-30T04:17:36.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-30T04:17:36.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511403267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:17:36.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-30T04:17:36.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-30T04:17:36.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511403267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-30T04:17:36.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-30T04:17:36.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-30T04:17:36.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511403267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:17:36.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-30T04:17:36.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-30T04:17:36.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511403267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T04:17:36.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-30T04:17:36.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-30T04:17:36.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511414889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:17:36.254Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:17:36.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-30T04:17:36.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511417251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:17:36.255Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:17:36.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-30T04:17:36.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511418350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:17:36.255Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:17:36.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-30T04:17:36.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511419413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:17:36.255Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:17:36.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-30T04:17:36.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511420547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/basic_onboard_oceowu0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-30T04:17:36.256Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:17:36.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-30T04:17:36.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511421552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-09-30T04:17:36.256Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:17:36.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-30T04:17:36.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511422557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/resourceInstances/basic_onboard_oceowu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-09-30T04:17:36.256Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:17:36.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-30T04:17:36.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511423562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOceowu/1.0/artifacts/service-BasicOnboardOceowu-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T04:17:36.256Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:17:36.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-30T04:17:36.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c99330ae-de8d-483f-ba23-e35e8c8751cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511454829,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-30T04:17:36.257Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:17:45.394Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:17:45.395Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:17:45.396Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|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-09-30T04:17:45.396Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:17:54.946Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:17:54.947Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:17:54.947Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|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-09-30T04:17:54.948Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:18:04.497Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:18:35.606Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:18:35.608Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|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-09-30T04:18:35.608Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:18:35.617Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:18:35.618Z||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-09-30T04:18:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:18:45.169Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:18:45.179Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:19:35.605Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:19:35.607Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|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-09-30T04:19:35.607Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:19:35.617Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:19:35.618Z||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-09-30T04:19:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:19:45.177Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:19:45.192Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:20:35.605Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:20:35.606Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|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-09-30T04:20:35.606Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:20:35.617Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:20:35.618Z||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-09-30T04:20:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:20:45.194Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:20:45.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:21:35.605Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:21:35.607Z||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-09-30T04:21:35.607Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:21:35.617Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:21:35.618Z||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-09-30T04:21:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:21:45.155Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:21:45.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:22:35.605Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:22:35.607Z||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-09-30T04:22:35.607Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:22:35.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:22:35.618Z||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-09-30T04:22:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:22:45.167Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:22:45.171Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:23:35.605Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:23:35.606Z||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-09-30T04:23:35.606Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:23:35.617Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:23:35.618Z||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-09-30T04:23:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:23:45.161Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:23:45.179Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:24:35.605Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:24:35.606Z||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-09-30T04:24:35.607Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:24:35.617Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:24:35.618Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|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-09-30T04:24:35.618Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:24:45.152Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:24:45.158Z|c99330ae-de8d-483f-ba23-e35e8c8751cc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:25:35.605Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:25:35.607Z||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-09-30T04:25:35.607Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:25:35.617Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:25:35.618Z||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-09-30T04:25:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:25:45.156Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:25:45.195Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:26:35.605Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:26:35.607Z||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-09-30T04:26:35.607Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:26:35.617Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:26:35.618Z||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-09-30T04:26:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:26:36.213Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:26:36.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T04:26:36.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "cds",
"timestamp": 1664511983937,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:26:36.217Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T04:26:36.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T04:26:36.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "ves-openapi-manager",
"timestamp": 1664511981794,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:26:36.218Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T04:26:36.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T04:26:36.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664511985707,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:26:36.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T04:26:36.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T04:26:36.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "ves-openapi-manager",
"timestamp": 1664511981794,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:26:36.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T04:26:36.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T04:26:36.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "cds",
"timestamp": 1664511983937,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T04:26:36.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T04:26:36.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T04:26:36.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664511985707,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T04:26:36.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T04:26:36.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T04:26:36.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "cds",
"timestamp": 1664511989065,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:26:36.223Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:26:36.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T04:26:36.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "cds",
"timestamp": 1664511990073,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T04:26:36.241Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:26:36.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-30T04:26:36.242Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"005109e7-fad8-443d-86cf-3de7606411ce","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"115dca8f-30c5-495b-af27-120410807e1d","serviceDescription":"service","serviceInvariantUUID":"e35d2197-cc6b-40a5-8d1c-a0ae802c325b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"108661ef-6ae3-4aa8-9fb4-b0bae0cda569","resourceInvariantUUID":"ec90085c-5e43-4aa6-b4c3-a11bc029468c","resourceCustomizationUUID":"bb3fac1d-9db1-4b1e-970a-9a9a1e5236b3","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"ZDgwYjRkMTQzMTA4NjU0ZGIwYTExODU4YmM3MDI5YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d9fead0a-29fb-4726-9576-25d66bb9f398","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzI3NTIyZGM2YzI0NmU1NmI2N2MwYjMyZDkxZDQ2YmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35cd92cf-4965-4d2e-8e72-2be82687d11b","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T04:26:36.248Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T04:26:36.249Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:26:36.252Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:26:36.252Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511995605,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:26:36.264Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 005109e7-fad8-443d-86cf-3de7606411ce
2022-09-30T04:26:36.265Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 005109e7-fad8-443d-86cf-3de7606411ce 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-09-30T04:26:36.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T04:26:36.275Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "policy-id",
"timestamp": 1664511993128,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:26:36.275Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T04:26:36.352Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:26:36.354Z||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-09-30T04:26:36.354Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:26:36.371Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:26:36.371Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:26:37.254Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T04:26:37.255Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:26:37.257Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:26:37.257Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511995605,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T04:26:37.358Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-30T04:26:37.359Z||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-09-30T04:26:37.359Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:26:37.376Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:26:37.377Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:26:38.264Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "115dca8f-30c5-495b-af27-120410807e1d",
"serviceDescription": "service",
"serviceInvariantUUID": "e35d2197-cc6b-40a5-8d1c-a0ae802c325b",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "bb3fac1d-9db1-4b1e-970a-9a9a1e5236b3",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "108661ef-6ae3-4aa8-9fb4-b0bae0cda569",
"resourceInvariantUUID": "ec90085c-5e43-4aa6-b4c3-a11bc029468c",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "YzI3NTIyZGM2YzI0NmU1NmI2N2MwYjMyZDkxZDQ2YmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "35cd92cf-4965-4d2e-8e72-2be82687d11b"
}
],
"workloadContext": "Production"
}
2022-09-30T04:26:38.265Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-30T04:26:38.265Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 115dca8f-30c5-495b-af27-120410807e1d ASDC
2022-09-30T04:26:38.266Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:005109e7-fad8-443d-86cf-3de7606411ce
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:115dca8f-30c5-495b-af27-120410807e1d
ServiceInvariantUUID:e35d2197-cc6b-40a5-8d1c-a0ae802c325b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:35cd92cf-4965-4d2e-8e72-2be82687d11b
ArtifactChecksum:YzI3NTIyZGM2YzI0NmU1NmI2N2MwYjMyZDkxZDQ2YmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:bb3fac1d-9db1-4b1e-970a-9a9a1e5236b3
ResourceInvariantUUID:ec90085c-5e43-4aa6-b4c3-a11bc029468c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:108661ef-6ae3-4aa8-9fb4-b0bae0cda569
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-09-30T04:26:38.267Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 115dca8f-30c5-495b-af27-120410807e1d 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-09-30T04:26:38.306Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-30T04:26:38.307Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-30T04:26:38.308Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-30T04:26:38.308Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 35cd92cf-4965-4d2e-8e72-2be82687d11b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-30T04:26:38.308Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-30T04:26:38.308Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-30T04:26:38.364Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-30T04:26:38.367Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 35cd92cf-4965-4d2e-8e72-2be82687d11b 52508
2022-09-30T04:26:38.367Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-30T04:26:38.367Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-30T04:26:38.367Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T04:26:38.368Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:26:38.370Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:26:38.370Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511998367,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:26:38.470Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:26:38.471Z||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-09-30T04:26:38.471Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:26:38.488Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:26:38.489Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:26:39.371Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-30T04:26:39.372Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-30T04:26:39.372Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 35cd92cf-4965-4d2e-8e72-2be82687d11b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T04:26:39.373Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-09-30T04:26:39.373Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T04:26:39.373Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T04:26:39.491Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1485984588349666908/Definitions/service-BasicNetwork-template.yml
2022-09-30T04:26:40.049Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-30T04:26:40.050Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-30T04:26:40.050Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T04:26:40.050Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-09-30T04:26:40.050Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T04:26:40.050Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T04:26:40.050Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T04:26:40.050Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T04:26:40.050Z|005109e7-fad8-443d-86cf-3de7606411ce|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-BasicNetwork-csar.csar
2022-09-30T04:26:40.050Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T04:26:40.051Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T04:26:40.051Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T04:26:40.051Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-30T04:26:40.051Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:26:40.051Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:26:40.051Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-30T04:26:40.052Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-30T04:26:40.052Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-30T04:26:40.052Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:26:40.052Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:26:40.052Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-30T04:26:40.052Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-30T04:26:40.052Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-30T04:26:40.052Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:26:40.053Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:26:40.053Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:26:40.053Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:26:40.053Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:26:40.053Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:26:40.053Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:26:40.054Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:26:40.054Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:26:40.054Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:26:40.054Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:115dca8f-30c5-495b-af27-120410807e1d
Model Version:NULL
Model InvariantUuid:e35d2197-cc6b-40a5-8d1c-a0ae802c325b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ec90085c-5e43-4aa6-b4c3-a11bc029468c
Model UUID:40824f53-98af-4713-9a12-ba4cc70a3b3e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:bb3fac1d-9db1-4b1e-970a-9a9a1e5236b3
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-30T04:26:40.065Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 108661ef-6ae3-4aa8-9fb4-b0bae0cda569
2022-09-30T04:26:40.065Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||No resources found for Service: 115dca8f-30c5-495b-af27-120410807e1d
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-09-30T04:26:40.071Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||
2022-09-30T04:26:40.072Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-09-30T04:26:40.072Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 115dca8f-30c5-495b-af27-120410807e1d
2022-09-30T04:26:40.073Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 115dca8f-30c5-495b-af27-120410807e1d
2022-09-30T04:26:40.073Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-09-30T04:26:40.073Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-30T04:26:40.079Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a32eade, org.onap.sdc.toscaparser.api.parameters.Input@360e0fd3, org.onap.sdc.toscaparser.api.parameters.Input@612282b1, org.onap.sdc.toscaparser.api.parameters.Input@1da0f57, org.onap.sdc.toscaparser.api.parameters.Input@2c1361a8]
2022-09-30T04:26:40.080Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:26:40.080Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:26:40.080Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:26:40.080Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:26:40.081Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 115dca8f-30c5-495b-af27-120410807e1d: Generic NeutronNet
2022-09-30T04:26:40.081Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:26:40.081Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:26:40.081Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:26:40.081Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-09-30T04:26:40.123Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:26:40.123Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:26:40.123Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:26:40.124Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:26:40.124Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:26:40.124Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:26:40.124Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-09-30T04:26:40.181Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-09-30T04:26:40.182Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-30T04:26:40.182Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-30T04:26:40.182Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-30T04:26:40.183Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:26:40.185Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:26:40.185Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664512000182,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T04:26:40.285Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:26:40.286Z||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-09-30T04:26:40.287Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:26:40.303Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:26:40.303Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-09-30T04:26:41.186Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 005109e7-fad8-443d-86cf-3de7606411ce
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-09-30T04:26:41.199Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 005109e7-fad8-443d-86cf-3de7606411ce
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-09-30T04:26:41.201Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T04:26:41.201Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-30T04:26:41.201Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-30T04:27:11.202Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 005109e7-fad8-443d-86cf-3de7606411ce
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-09-30T04:27:11.213Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 005109e7-fad8-443d-86cf-3de7606411ce
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-09-30T04:27:11.216Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T04:27:11.216Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-30T04:27:11.217Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-30T04:27:35.617Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:27:35.618Z||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-09-30T04:27:35.619Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:27:35.649Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:27:35.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T04:27:35.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "policy-id",
"timestamp": 1664511993128,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T04:27:35.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T04:27:41.217Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 005109e7-fad8-443d-86cf-3de7606411ce
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-09-30T04:27:41.227Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 005109e7-fad8-443d-86cf-3de7606411ce
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-09-30T04:27:41.230Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T04:27:41.230Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-30T04:27:41.230Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-30T04:28:11.230Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 005109e7-fad8-443d-86cf-3de7606411ce
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-09-30T04:28:11.243Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 005109e7-fad8-443d-86cf-3de7606411ce
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-09-30T04:28:11.246Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T04:28:11.246Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-30T04:28:11.246Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-30T04:28:35.617Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:28:35.618Z||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-09-30T04:28:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:28:35.646Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:28:35.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:28:35.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511995605,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:28:35.652Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:28:41.247Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 005109e7-fad8-443d-86cf-3de7606411ce
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-09-30T04:28:41.257Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 005109e7-fad8-443d-86cf-3de7606411ce
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-09-30T04:28:41.263Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T04:28:41.263Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-30T04:28:41.263Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-30T04:29:11.265Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 005109e7-fad8-443d-86cf-3de7606411ce
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-09-30T04:29:11.278Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 005109e7-fad8-443d-86cf-3de7606411ce
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-09-30T04:29:11.281Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T04:29:11.281Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-30T04:29:11.281Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-30T04:29:35.617Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:29:35.618Z||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-09-30T04:29:35.618Z||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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:29:35.655Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:29:35.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "clamp",
"timestamp": 1664511995148,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "policy-id",
"timestamp": 1664511995872,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:29:35.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:29:35.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511995605,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T04:29:35.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "clamp",
"timestamp": 1664511995148,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T04:29:35.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "policy-id",
"timestamp": 1664511996879,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T04:29:35.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:29:35.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664511998367,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:29:35.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:29:35.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "policy-id",
"timestamp": 1664511997882,
"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-09-30T04:29:35.679Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 005109e7-fad8-443d-86cf-3de7606411ce
2022-09-30T04:29:35.679Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 005109e7-fad8-443d-86cf-3de7606411ce 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-09-30T04:29:35.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664512000182,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T04:29:35.689Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:29:35.689Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.689Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "cds",
"timestamp": 1664511998937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.689Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.690Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "cds",
"timestamp": 1664511998937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.690Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.690Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "aai-ml",
"timestamp": 1664511998996,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.690Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.690Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "cds",
"timestamp": 1664511998937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.690Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.690Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "aai-ml",
"timestamp": 1664511998996,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T04:29:35.691Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.691Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.691Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "ves-openapi-manager",
"timestamp": 1664512001790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.691Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.691Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.691Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "cds",
"timestamp": 1664511998937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.691Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.691Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.691Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "aai-ml",
"timestamp": 1664512001732,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:29:35.692Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:29:35.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "ves-openapi-manager",
"timestamp": 1664512001790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.692Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "cds",
"timestamp": 1664511998937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.692Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "ves-openapi-manager",
"timestamp": 1664512001790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.692Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "cds",
"timestamp": 1664511998937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.693Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "clamp",
"timestamp": 1664512005187,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:29:35.693Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:29:35.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "ves-openapi-manager",
"timestamp": 1664512001790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.693Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "cds",
"timestamp": 1664511998937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.694Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664512004740,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.694Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664512005707,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.694Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "ves-openapi-manager",
"timestamp": 1664512001790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.694Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664512004740,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T04:29:35.695Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "cds",
"timestamp": 1664511998937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T04:29:35.695Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "aai-ml",
"timestamp": 1664512005762,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T04:29:35.695Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:29:35.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664512005707,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.695Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.696Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.696Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "clamp",
"timestamp": 1664512007198,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T04:29:35.696Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:29:35.696Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.696Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "ves-openapi-manager",
"timestamp": 1664512001790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-09-30T04:29:35.696Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.696Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.696Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "aai-ml",
"timestamp": 1664512006766,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T04:29:35.701Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 005109e7-fad8-443d-86cf-3de7606411ce
2022-09-30T04:29:35.701Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 005109e7-fad8-443d-86cf-3de7606411ce 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-09-30T04:29:35.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "cds",
"timestamp": 1664512007759,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:29:35.710Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:29:35.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664512007571,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:29:35.711Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:29:35.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664512005707,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "clamp",
"timestamp": 1664512008203,
"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-09-30T04:29:35.716Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 005109e7-fad8-443d-86cf-3de7606411ce
2022-09-30T04:29:35.716Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 005109e7-fad8-443d-86cf-3de7606411ce 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-09-30T04:29:35.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "ves-openapi-manager",
"timestamp": 1664512001790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "aai-ml",
"timestamp": 1664511998996,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "cds",
"timestamp": 1664512008765,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-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-09-30T04:29:35.739Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 39a23a32-e925-49ca-8b7a-1ed583bbaea3
2022-09-30T04:29:35.739Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39a23a32-e925-49ca-8b7a-1ed583bbaea3 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-09-30T04:29:35.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664512005707,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "clamp",
"timestamp": 1664511995148,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "ves-openapi-manager",
"timestamp": 1664512001790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664512009270,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T04:29:35.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:29:35.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "aai-ml",
"timestamp": 1664511998996,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664512005707,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "clamp",
"timestamp": 1664511995148,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664512010273,
"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-09-30T04:29:35.756Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 005109e7-fad8-443d-86cf-3de7606411ce
2022-09-30T04:29:35.757Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 005109e7-fad8-443d-86cf-3de7606411ce 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-09-30T04:29:35.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "ves-openapi-manager",
"timestamp": 1664512010589,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:29:35.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:29:35.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "aai-ml",
"timestamp": 1664511998996,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.772Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664512005707,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.773Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "clamp",
"timestamp": 1664511995148,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.774Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664512004740,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.774Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "aai-ml",
"timestamp": 1664511998996,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.777Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "ves-openapi-manager",
"timestamp": 1664512011796,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-09-30T04:29:35.777Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:29:35.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664512005707,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "clamp",
"timestamp": 1664511995148,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664512004740,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "aai-ml",
"timestamp": 1664511998996,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "ves-openapi-manager",
"timestamp": 1664512012800,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T04:29:35.788Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 39a23a32-e925-49ca-8b7a-1ed583bbaea3
2022-09-30T04:29:35.788Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39a23a32-e925-49ca-8b7a-1ed583bbaea3 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T04:29:35.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664512005707,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T04:29:35.800Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "clamp",
"timestamp": 1664511995148,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.801Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664512004740,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.801Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "aai-ml",
"timestamp": 1664511998996,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.802Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "policy-id",
"timestamp": 1664512013128,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "clamp",
"timestamp": 1664511995148,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.804Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664512004740,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.804Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "aai-ml",
"timestamp": 1664511998996,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "policy-id",
"timestamp": 1664512013128,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "clamp",
"timestamp": 1664511995148,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664512004740,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "aai-ml",
"timestamp": 1664511998996,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T04:29:35.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "policy-id",
"timestamp": 1664512013128,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "clamp",
"timestamp": 1664511995148,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T04:29:35.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664512004740,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "aai-ml",
"timestamp": 1664512015887,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:29:35.811Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:29:35.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "policy-id",
"timestamp": 1664512013128,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664512004740,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "policy-id",
"timestamp": 1664512013128,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664512004740,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T04:29:35.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "policy-id",
"timestamp": 1664512013128,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664512019425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:29:35.816Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:29:35.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "policy-id",
"timestamp": 1664512013128,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "clamp",
"timestamp": 1664512020188,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:29:35.817Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:29:35.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "policy-id",
"timestamp": 1664512013128,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T04:29:35.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664512021309,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T04:29:35.818Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:29:35.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "aai-ml",
"timestamp": 1664512020617,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T04:29:35.819Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:29:35.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "policy-id",
"timestamp": 1664512021900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:29:35.820Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:29:35.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "clamp",
"timestamp": 1664512022198,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T04:29:35.820Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:29:35.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664512022312,
"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-09-30T04:29:35.826Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 39a23a32-e925-49ca-8b7a-1ed583bbaea3
2022-09-30T04:29:35.827Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39a23a32-e925-49ca-8b7a-1ed583bbaea3 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-09-30T04:29:35.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "aai-ml",
"timestamp": 1664512021620,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T04:29:35.841Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 39a23a32-e925-49ca-8b7a-1ed583bbaea3
2022-09-30T04:29:35.842Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39a23a32-e925-49ca-8b7a-1ed583bbaea3 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-09-30T04:29:35.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "policy-id",
"timestamp": 1664512022907,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T04:29:35.852Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T04:29:35.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "clamp",
"timestamp": 1664512023202,
"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-09-30T04:29:35.858Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 39a23a32-e925-49ca-8b7a-1ed583bbaea3
2022-09-30T04:29:35.858Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39a23a32-e925-49ca-8b7a-1ed583bbaea3 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-09-30T04:29:35.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "policy-id",
"timestamp": 1664512023912,
"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-09-30T04:29:35.873Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39a23a32-e925-49ca-8b7a-1ed583bbaea3
2022-09-30T04:29:35.873Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39a23a32-e925-49ca-8b7a-1ed583bbaea3 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-09-30T04:29:35.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef",
"consumerID": "cds",
"timestamp": 1664512043937,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef",
"consumerID": "ves-openapi-manager",
"timestamp": 1664512041791,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664512045707,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef",
"consumerID": "cds",
"timestamp": 1664512043937,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef",
"consumerID": "ves-openapi-manager",
"timestamp": 1664512041791,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664512045707,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-09-30T04:29:35.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef",
"consumerID": "cds",
"timestamp": 1664512043937,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef",
"consumerID": "ves-openapi-manager",
"timestamp": 1664512041791,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664512045707,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-09-30T04:29:35.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:35.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T04:29:35.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7e72ec5-98b7-4c18-97b1-6d421cc52eef",
"consumerID": "policy-id",
"timestamp": 1664512053128,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:29:35.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T04:29:41.281Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 005109e7-fad8-443d-86cf-3de7606411ce
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-09-30T04:29:41.293Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 005109e7-fad8-443d-86cf-3de7606411ce
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-09-30T04:29:41.295Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T04:29:41.295Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-30T04:29:41.296Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-30T04:29:41.296Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-30T04:29:41.296Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T04:29:41.296Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T04:29:41.296Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T04:29:41.296Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T04:29:41.296Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T04:29:41.296Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T04:29:41.296Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T04:29:41.301Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-30T04:30:11.301Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 005109e7-fad8-443d-86cf-3de7606411ce 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-09-30T04:30:11.308Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 005109e7-fad8-443d-86cf-3de7606411ce and serviceModelVersionId: 115dca8f-30c5-495b-af27-120410807e1d
2022-09-30T04:30:11.308Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e35d2197-cc6b-40a5-8d1c-a0ae802c325b
2022-09-30T04:30:11.310Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e35d2197-cc6b-40a5-8d1c-a0ae802c325b/model-vers/model-ver/115dca8f-30c5-495b-af27-120410807e1d?depth=0
2022-09-30T04:30:11.315Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-09-30T04:30:11.378Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35d2197-cc6b-40a5-8d1c-a0ae802c325b/model-vers/model-ver/115dca8f-30c5-495b-af27-120410807e1d?depth=0|INFO|500||Invoke
2022-09-30T04:30:11.379Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35d2197-cc6b-40a5-8d1c-a0ae802c325b/model-vers/model-ver/115dca8f-30c5-495b-af27-120410807e1d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35d2197-cc6b-40a5-8d1c-a0ae802c325b/model-vers/model-ver/115dca8f-30c5-495b-af27-120410807e1d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[005109e7-fad8-443d-86cf-3de7606411ce], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4bedda69-4ba7-48bb-b1d9-c2d20f486c7a], X-ECOMP-RequestID=[005109e7-fad8-443d-86cf-3de7606411ce], X-TransactionId=[], X-ONAP-RequestID=[005109e7-fad8-443d-86cf-3de7606411ce], Content-Type=[application/merge-patch+json]}
2022-09-30T04:30:11.405Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35d2197-cc6b-40a5-8d1c-a0ae802c325b/model-vers/model-ver/115dca8f-30c5-495b-af27-120410807e1d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-30T04:30:11.508Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35d2197-cc6b-40a5-8d1c-a0ae802c325b/model-vers/model-ver/115dca8f-30c5-495b-af27-120410807e1d?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/e35d2197-cc6b-40a5-8d1c-a0ae802c325b/model-vers/model-ver/115dca8f-30c5-495b-af27-120410807e1d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220930-04:30:10:446-4274], vertex-id=[229504], Content-Length=[0], Date=[Fri, 30 Sep 2022 04:30:10 GMT], Content-Type=[application/json]}
2022-09-30T04:30:11.509Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35d2197-cc6b-40a5-8d1c-a0ae802c325b/model-vers/model-ver/115dca8f-30c5-495b-af27-120410807e1d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-30T04:30:11.510Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35d2197-cc6b-40a5-8d1c-a0ae802c325b/model-vers/model-ver/115dca8f-30c5-495b-af27-120410807e1d?depth=0|INFO|500||InvokeReturn
2022-09-30T04:30:11.511Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-30T04:30:11.511Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-30T04:30:11.518Z|005109e7-fad8-443d-86cf-3de7606411ce|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-09-30T04:30:11.518Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 005109e7-fad8-443d-86cf-3de7606411ce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-30T04:30:11.518Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-30T04:30:11.519Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:30:11.521Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:30:11.522Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "005109e7-fad8-443d-86cf-3de7606411ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664512211518,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-30T04:30:11.622Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:30:11.623Z||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-09-30T04:30:11.623Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:30:11.641Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:30:11.642Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-30T04:30:12.533Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T04:30:12.533Z|005109e7-fad8-443d-86cf-3de7606411ce|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-09-30T04:30:12.533Z|005109e7-fad8-443d-86cf-3de7606411ce|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 JdWNnJOAcZK80I2P) ...
2022-09-30T04:30:16.966Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:30:16.967Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-30T04:30:16.968Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"39a23a32-e925-49ca-8b7a-1ed583bbaea3","serviceName":"Demo_pNF_LSD9ENZ83PyEaDHumZZY","serviceVersion":"1.0","serviceUUID":"e6a641c4-0b96-4970-9193-01b9ecf64164","serviceDescription":"catalog service description","serviceInvariantUUID":"596d1d78-0b5c-478a-bc66-6c38551e5228","resources":[{"resourceInstanceName":"pNF b742cd7a-5762 0","resourceName":"pNF b742cd7a-5762","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c5c04afa-febd-431f-91da-0bb193b6860f","resourceInvariantUUID":"06dde4b4-3899-41f1-9617-35549a7a42f0","resourceCustomizationUUID":"77aa12df-2402-4be2-84bc-9eec4196c80e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vf-license-model.xml","artifactChecksum":"MWRmZDY2ZjEwN2Q3ZTkwNGM3NWRiYTU3ZDM4ZDZjNmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a6a90188-2f57-49fc-bf96-6894cf64669c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/pNF.csar","artifactChecksum":"ZjQ2M2VkMWIzMGRiMGU1OTk1MjM5MDM3YWU2MmIzYTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4c82fba9-aa1d-42bf-92e2-416b8dbed56e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"edeceadc-b21f-4daa-a4cb-63bd864d6fa8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vendor-license-model.xml","artifactChecksum":"OGFmZjgzOGExZWNhODJkNjIxNTM0MGEyY2M0NGZkNjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e0c9590b-14ed-4271-87e6-8c2abe9bfb0b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"519568d6-73e8-47b0-b487-40f391ec33ae","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a6d2c2e7-f72a-4ce4-884a-cb4d9c5abe1e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLsd9enz83pyeadhumzzy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-template.yml","artifactChecksum":"YTFiNGE2YjEwY2Q3MmFkZTU0NDI4YzFkNDcxMGJhMGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6af3d8c3-89bc-4ae9-b077-21ef21a8635b","artifactVersion":"1"},{"artifactName":"service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar","artifactChecksum":"Mzg1MThjOTUxNjQ3MjE5NjEyNTc5M2E2ZDA5YmU4NTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4f7ef57a-b18f-40c5-a6b4-b47907fde0f7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-30T04:30:16.970Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T04:30:16.970Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:30:16.972Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:30:16.972Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664512212533,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:30:17.072Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-30T04:30:17.073Z||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-09-30T04:30:17.074Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:30:17.091Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:30:17.092Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:30:17.973Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T04:30:17.974Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:30:17.976Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:30:17.976Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664512212533,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:30:18.076Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:30:18.077Z||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-09-30T04:30:18.078Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:30:18.093Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:30:18.094Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:30:18.977Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T04:30:18.978Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:30:18.979Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:30:18.980Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664512212533,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:30:19.083Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-30T04:30:19.085Z||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-09-30T04:30:19.085Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:30:19.100Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:30:19.100Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:30:19.980Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T04:30:19.981Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:30:19.983Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:30:19.983Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664512212533,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:30:20.083Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:30:20.085Z||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-09-30T04:30:20.085Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:30:20.101Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:30:20.102Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-09-30T04:30:20.984Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T04:30:20.985Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:30:20.988Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:30:20.988Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664512212533,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:30:21.088Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:30:21.089Z||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-09-30T04:30:21.089Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:30:21.104Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:30:21.105Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:30:21.989Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T04:30:21.990Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:30:21.992Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:30:21.992Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664512212533,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/resourceInstances/pnfb742cd7a57620/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:30:22.092Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-30T04:30:22.093Z||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-09-30T04:30:22.093Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:30:22.107Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:30:22.108Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:30:22.993Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T04:30:22.994Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:30:22.996Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:30:22.996Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664512212533,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T04:30:23.097Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-30T04:30:23.098Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T04:30:23.098Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:30:23.113Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:30:23.113Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-30T04:30:23.997Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T04:30:23.998Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:30:24.000Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:30:24.000Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664512212533,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T04:30:24.100Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:30:24.101Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T04:30:24.102Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:30:24.204Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:30:24.205Z||pool-47-thread-1|||||INFO|500||cambria reply ok (104 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:30:25.002Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"serviceName": "Demo_pNF_LSD9ENZ83PyEaDHumZZY",
"serviceVersion": "1.0",
"serviceUUID": "e6a641c4-0b96-4970-9193-01b9ecf64164",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "596d1d78-0b5c-478a-bc66-6c38551e5228",
"resources": [
{
"resourceInstanceName": "pNF b742cd7a-5762 0",
"resourceCustomizationUUID": "77aa12df-2402-4be2-84bc-9eec4196c80e",
"resourceName": "pNF b742cd7a-5762",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "c5c04afa-febd-431f-91da-0bb193b6860f",
"resourceInvariantUUID": "06dde4b4-3899-41f1-9617-35549a7a42f0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar",
"artifactChecksum": "Mzg1MThjOTUxNjQ3MjE5NjEyNTc5M2E2ZDA5YmU4NTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4f7ef57a-b18f-40c5-a6b4-b47907fde0f7"
}
],
"workloadContext": "Production"
}
2022-09-30T04:30:25.002Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-30T04:30:25.002Z|005109e7-fad8-443d-86cf-3de7606411ce|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e6a641c4-0b96-4970-9193-01b9ecf64164 ASDC
2022-09-30T04:30:25.003Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:39a23a32-e925-49ca-8b7a-1ed583bbaea3
ServiceName:Demo_pNF_LSD9ENZ83PyEaDHumZZY
ServiceVersion:1.0
ServiceUUID:e6a641c4-0b96-4970-9193-01b9ecf64164
ServiceInvariantUUID:596d1d78-0b5c-478a-bc66-6c38551e5228
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar
ArtifactUUID:4f7ef57a-b18f-40c5-a6b4-b47907fde0f7
ArtifactChecksum:Mzg1MThjOTUxNjQ3MjE5NjEyNTc5M2E2ZDA5YmU4NTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b742cd7a-5762 0
ResourceCustomizationUUID:77aa12df-2402-4be2-84bc-9eec4196c80e
ResourceInvariantUUID:06dde4b4-3899-41f1-9617-35549a7a42f0
ResourceName:pNF b742cd7a-5762
ResourceType:PNF
ResourceUUID:c5c04afa-febd-431f-91da-0bb193b6860f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-09-30T04:30:25.003Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e6a641c4-0b96-4970-9193-01b9ecf64164 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-09-30T04:30:25.031Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-30T04:30:25.032Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-30T04:30:25.032Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-30T04:30:25.032Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4f7ef57a-b18f-40c5-a6b4-b47907fde0f7 from URL: /sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar
2022-09-30T04:30:25.032Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-30T04:30:25.033Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar
2022-09-30T04:30:25.162Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-30T04:30:25.166Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar 4f7ef57a-b18f-40c5-a6b4-b47907fde0f7 82651
2022-09-30T04:30:25.166Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar ASDC sendASDCNotification
2022-09-30T04:30:25.166Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar
2022-09-30T04:30:25.167Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T04:30:25.167Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-30T04:30:25.169Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T04:30:25.169Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39a23a32-e925-49ca-8b7a-1ed583bbaea3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664512225166,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T04:30:25.269Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T04:30:25.271Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T04:30:25.271Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JdWNnJOAcZK80I2P) ...
2022-09-30T04:30:25.285Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T04:30:25.286Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-30T04:30:26.170Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-30T04:30:26.171Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-30T04:30:26.172Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 4f7ef57a-b18f-40c5-a6b4-b47907fde0f7, URL: /sdc/v1/catalog/services/DemoPnfLsd9enz83pyeadhumzzy/1.0/artifacts/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar to file: /app/ASDC/1/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar
2022-09-30T04:30:26.172Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar
2022-09-30T04:30:26.173Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar
2022-09-30T04:30:26.173Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar
2022-09-30T04:30:26.326Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1536234742465237831/Definitions/service-DemoPnfLsd9enz83pyeadhumzzy-template.yml
2022-09-30T04:30:27.051Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-30T04:30:27.051Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-30T04:30:27.051Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar
2022-09-30T04:30:27.051Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-30T04:30:27.052Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b742cd7a-5762 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar
2022-09-30T04:30:27.052Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar
2022-09-30T04:30:27.052Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar
2022-09-30T04:30:27.052Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLsd9enz83pyeadhumzzy-csar.csar
2022-09-30T04:30:27.052Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|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-DemoPnfLsd9enz83pyeadhumzzy-csar.csar
2022-09-30T04:30:27.052Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|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-DemoPnfLsd9enz83pyeadhumzzy-csar.csar
2022-09-30T04:30:27.052Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|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-DemoPnfLsd9enz83pyeadhumzzy-csar.csar
2022-09-30T04:30:27.052Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-30T04:30:27.052Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:30:27.053Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LSD9ENZ83PyEaDHumZZY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:30:27.053Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Node template pNF b742cd7a-5762 0 is matching search criteria
2022-09-30T04:30:27.053Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-30T04:30:27.053Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF b742cd7a-5762 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-30T04:30:27.053Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:30:27.053Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LSD9ENZ83PyEaDHumZZY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:30:27.054Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Node template pNF b742cd7a-5762 0 is matching search criteria
2022-09-30T04:30:27.054Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-30T04:30:27.054Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF b742cd7a-5762 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-30T04:30:27.054Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:30:27.054Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LSD9ENZ83PyEaDHumZZY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:30:27.054Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:30:27.054Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LSD9ENZ83PyEaDHumZZY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:30:27.055Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:30:27.055Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LSD9ENZ83PyEaDHumZZY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:30:27.055Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:30:27.055Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LSD9ENZ83PyEaDHumZZY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:30:27.055Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:30:27.055Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LSD9ENZ83PyEaDHumZZY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:30:27.056Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_LSD9ENZ83PyEaDHumZZY
Description:catalog service description
Model UUID:e6a641c4-0b96-4970-9193-01b9ecf64164
Model Version:NULL
Model InvariantUuid:596d1d78-0b5c-478a-bc66-6c38551e5228
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-30T04:30:27.062Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: c5c04afa-febd-431f-91da-0bb193b6860f
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-09-30T04:30:27.066Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||pNF b742cd7a-5762 0
2022-09-30T04:30:27.066Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c5c04afa-febd-431f-91da-0bb193b6860f
2022-09-30T04:30:27.066Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||No resources found for Service: e6a641c4-0b96-4970-9193-01b9ecf64164
2022-09-30T04:30:27.066Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e6a641c4-0b96-4970-9193-01b9ecf64164
2022-09-30T04:30:27.066Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b742cd7a-5762 0 c5c04afa-febd-431f-91da-0bb193b6860f ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-30T04:30:27.070Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5de0dfa6, org.onap.sdc.toscaparser.api.parameters.Input@8fe0f17, org.onap.sdc.toscaparser.api.parameters.Input@43aeeca, org.onap.sdc.toscaparser.api.parameters.Input@1e3c18bb, org.onap.sdc.toscaparser.api.parameters.Input@45fae935]
2022-09-30T04:30:27.071Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T04:30:27.071Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LSD9ENZ83PyEaDHumZZY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T04:30:27.071Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e6a641c4-0b96-4970-9193-01b9ecf64164: pNF b742cd7a-5762
2022-09-30T04:30:27.071Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||INFO|500||Processing PNF resource: c5c04afa-febd-431f-91da-0bb193b6860f
2022-09-30T04:30:27.071Z|39a23a32-e925-49ca-8b7a-1ed583bbaea3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery