By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-06-26T03:33:09.931Z||main|||||INFO|500||The following profiles are active: basic
2022-06-26T03:33:22.836Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-26T03:33:22.837Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-26T03:33:22.981Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-26T03:33:28.331Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-26T03:33:28.794Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-26T03:33:29.333Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-26T03:33:29.349Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-26T03:33:29.508Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-26T03:33:29.806Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-26T03:33:30.425Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-26T03:33:32.674Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-26T03:33:35.544Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-26T03:33:35.623Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-26T03:33:36.270Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-26T03:33:36.526Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-26T03:33:37.855Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-26T03:33:38.964Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-26T03:33:38.984Z||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$$2538ded1.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-26T03:33:38.985Z||main|||||WARN|500||The sdc end point is not alive
2022-06-26T03:33:42.227Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-26T03:33:45.311Z||main|||||WARN|500||---
2022-06-26T03:33:45.312Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-26T03:33:45.313Z||main|||||WARN|500||---
2022-06-26T03:33:45.790Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-26T03:33:50.963Z||main|||||INFO|500||Started Application in 44.943 seconds (JVM running for 47.407)
2022-06-26T03:33:50.985Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-26T03:33:50.986Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-26T03:33:51.013Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-26T03:33:51.041Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-26T03:33:51.090Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3088de1b-83f4-4f12-8307-832105048769 url= /sdc/v1/artifactTypes
2022-06-26T03:33:51.091Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-26T03:33:52.192Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.29.68] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a8d64e2c.periodicControllerTask()
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-26T03:33:52.197Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3f1d350a
2022-06-26T03:33:52.222Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-26T03:33:52.241Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-26T03:33:52.243Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-26T03:33:52.246Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a8d64e2c.periodicControllerTask()
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-26T03:34:40.957Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-26T03:34:40.958Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-26T03:34:40.959Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-26T03:34:40.964Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-26T03:34:40.972Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2bf6563a-26f5-44c3-b80f-cdd257620da2 url= /sdc/v1/artifactTypes
2022-06-26T03:34:40.972Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-26T03:34:42.015Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.29.68] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a8d64e2c.periodicControllerTask()
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-26T03:34:42.016Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@28907bc0
2022-06-26T03:34:42.017Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-26T03:34:42.017Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-26T03:34:42.017Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-26T03:34:42.018Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a8d64e2c.periodicControllerTask()
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-26T03:35:30.957Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-26T03:35:30.959Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-26T03:35:30.959Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-26T03:35:30.963Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-26T03:35:30.969Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4c58c176-3be4-4775-aa4f-592939e2717c url= /sdc/v1/artifactTypes
2022-06-26T03:35:30.969Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-26T03:35:32.001Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.29.68] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a8d64e2c.periodicControllerTask()
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-26T03:35:32.006Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@affcd2b
2022-06-26T03:35:32.012Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-26T03:35:32.013Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-26T03:35:32.014Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-26T03:35:32.015Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a8d64e2c.periodicControllerTask()
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-26T03:36:20.957Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-26T03:36:20.958Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-26T03:36:20.958Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-26T03:36:20.962Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-26T03:36:20.967Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5d0fd895-468e-4562-8119-0dd6f5632727 url= /sdc/v1/artifactTypes
2022-06-26T03:36:20.967Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-26T03:36:21.983Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.29.68] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a8d64e2c.periodicControllerTask()
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-26T03:36:21.984Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3d6fc48a
2022-06-26T03:36:21.984Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-26T03:36:21.984Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-26T03:36:21.985Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-26T03:36:21.986Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a8d64e2c.periodicControllerTask()
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-26T03:37:10.958Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-26T03:37:10.958Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-26T03:37:10.959Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-26T03:37:10.962Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-26T03:37:10.969Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 85351a60-0900-46a7-9c56-3eae32e21b7d url= /sdc/v1/artifactTypes
2022-06-26T03:37:10.969Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-26T03:37:11.184Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-26T03:37:11.195Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-26T03:37:11.224Z||scheduling-1|||||DEBUG|500||create keys
2022-06-26T03:37:11.235Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-26T03:37:11.312Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:37:11.333Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e6dc1039-2565-42a2-9aff-a604b9c19bf6 url= /sdc/v1/registerForDistribution
2022-06-26T03:37:11.472Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e6dc1039-2565-42a2-9aff-a604b9c19bf6 url= /sdc/v1/registerForDistribution
2022-06-26T03:37:11.473Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-26T03:37:11.485Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:37:11.486Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:37:11.494Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-26T03:37:11.494Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:37:11.494Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:37:11.494Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:37:11.496Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:37:21.862Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:37:21.863Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:38:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:38:11.483Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:38:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:38:11.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:38:11.485Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:38:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:38:21.090Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:38:21.104Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:39:11.482Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:39:11.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:39:11.486Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:39:11.486Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:39:11.487Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:39:11.487Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:39:21.073Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:39:21.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:40:11.481Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:40:11.482Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:40:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:40:11.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:40:11.485Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:40:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:40:21.057Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:40:21.124Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:41:11.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:41:11.482Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:41:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:41:11.485Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:41:11.485Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:41:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:41:21.097Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:41:21.141Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:42:11.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:42:11.482Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:42:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:42:11.484Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:42:11.485Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:42:11.486Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:42:21.045Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:42:21.048Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:43:11.482Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:43:11.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:43:11.485Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:43:11.485Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:43:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:43:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:43:21.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:43:21.082Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:43:23.948Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-26T03:44:11.483Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:44:11.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:44:11.485Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:44:11.485Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:44:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:44:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:44:21.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:44:21.101Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:45:11.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:45:11.488Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:45:11.489Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:45:11.489Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:45:11.496Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:45:11.497Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:45:21.100Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:45:21.100Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:46:11.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:46:11.482Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:46:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:46:11.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:46:11.488Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:46:11.488Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:46:21.069Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:46:21.069Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:47:11.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:47:11.483Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:47:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:47:11.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:47:11.485Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:47:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:47:21.052Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:47:21.098Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:48:11.482Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:48:11.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:48:11.485Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:48:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:48:11.485Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:48:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:48:21.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:48:21.102Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:49:11.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:49:11.482Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:49:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:49:11.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:49:11.485Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:49:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:49:21.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:49:21.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:50:11.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:50:11.482Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:50:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:50:11.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:50:11.485Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:50:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:50:21.090Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:50:21.095Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:51:11.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:51:11.482Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:51:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:51:11.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:51:11.485Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:51:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:51:21.055Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:51:21.070Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:52:11.483Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:52:11.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:52:11.486Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:52:11.487Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:52:11.487Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:52:11.487Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:52:21.061Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:52:21.068Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:53:11.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:53:11.483Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:53:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:53:11.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:53:11.485Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:53:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:53:21.057Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:53:21.092Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:54:11.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:54:11.482Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:54:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:54:11.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:54:11.485Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:54:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:54:21.066Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:54:21.079Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:55:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:55:11.482Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:55:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:55:11.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:55:11.484Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:55:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:55:21.084Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:55:22.111Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:56:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:56:11.482Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:56:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:56:11.484Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:56:11.484Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:56:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:56:21.068Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:56:21.074Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:57:11.484Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:57:11.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:57:11.487Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:57:11.487Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:57:11.487Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:57:11.487Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:57:21.058Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:57:21.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:58:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:58:11.482Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:58:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:58:11.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:58:11.485Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:58:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:58:21.064Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:58:21.080Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:59:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:59:11.482Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:59:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:59:11.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T03:59:11.487Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T03:59:11.488Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T03:59:21.050Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T03:59:21.070Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:00:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:00:11.482Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:00:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:00:11.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:00:11.485Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:00:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:00:21.068Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:00:21.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:01:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:01:11.482Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:01:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:01:11.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:01:11.484Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:01:11.484Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:01:21.086Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:01:21.086Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:02:11.482Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:02:11.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:02:11.485Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:02:11.485Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:02:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:02:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:02:21.094Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:02:21.097Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:03:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:03:11.482Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:03:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:03:11.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:03:11.485Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:03:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:03:21.052Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:03:21.067Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:04:11.483Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:04:11.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:04:11.484Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:04:11.484Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:04:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:04:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:04:21.097Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:04:21.124Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:05:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:05:11.483Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:05:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:05:11.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:05:11.485Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:05:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:05:21.063Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:05:21.090Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:06:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:06:11.482Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:06:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:06:11.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:06:11.485Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:06:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:06:21.059Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:06:21.066Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:07:11.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:07:11.482Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:07:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:07:11.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:07:11.485Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:07:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:07:21.092Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:07:21.129Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:08:11.485Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:08:11.485Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:08:11.488Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:08:11.489Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:08:11.492Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:08:11.493Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:08:21.068Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:08:21.091Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:09:11.481Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:09:11.482Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:09:11.483Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:09:11.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:09:11.484Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:09:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:09:21.060Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:09:21.064Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:10:11.481Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:10:11.482Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:10:11.482Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:10:11.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:10:11.485Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:10:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:10:21.064Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:10:21.080Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:11:11.482Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:11:11.483Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:11:11.483Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:11:11.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:11:11.485Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:11:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:11:21.068Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:11:21.075Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:12:11.482Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:12:11.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:12:11.486Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:12:11.486Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:12:11.486Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:12:11.488Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:12:21.095Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:12:21.121Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:13:11.485Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:13:11.485Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:13:11.488Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:13:11.488Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:13:11.488Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:13:11.489Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:13:21.073Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:13:21.083Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:14:11.482Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:14:11.485Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:14:11.485Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:14:11.485Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:14:11.486Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:14:11.486Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:14:21.101Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:14:21.103Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:15:11.482Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:15:11.483Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:15:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:15:11.485Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:15:11.486Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:15:11.486Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:15:21.044Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:15:21.054Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:16:11.481Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:16:11.482Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:16:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:16:11.484Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:16:11.484Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:16:11.484Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:16:21.085Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:16:21.130Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:17:11.481Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:17:11.482Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:17:11.483Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:17:11.484Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:17:11.485Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:17:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:17:21.062Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:17:21.063Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:18:11.481Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:18:11.482Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:18:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:18:11.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:18:11.485Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:18:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:18:21.057Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:18:21.085Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:19:11.482Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:19:11.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:19:11.487Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:19:11.487Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:19:11.487Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:19:11.488Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:19:21.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:19:21.093Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:20:11.481Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:20:11.483Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:20:11.483Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:20:11.485Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:20:11.486Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:20:11.486Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:20:21.084Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:20:21.111Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:21:11.481Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:21:11.482Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:21:11.482Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:21:11.484Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:21:11.485Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:21:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:21:21.077Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:21:21.108Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:22:11.481Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:22:11.482Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:22:11.483Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:22:11.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:22:11.485Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:22:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:22:21.058Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:22:21.102Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:23:11.481Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:23:11.482Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:23:11.482Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:23:11.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:23:11.484Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:23:11.484Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:23:21.083Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:23:21.132Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:24:11.481Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:24:11.483Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:24:11.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:24:11.484Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:24:11.484Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:24:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:24:21.087Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:24:21.087Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:25:11.481Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:25:11.483Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:25:11.483Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:25:11.484Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:25:11.485Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:25:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:25:21.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:25:21.082Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:26:11.481Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:26:11.483Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:26:11.483Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:26:11.484Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:26:11.485Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:26:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:26:21.086Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:26:21.105Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:27:11.484Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:27:11.486Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:27:11.486Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:27:11.490Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:27:11.490Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:27:11.491Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:27:12.128Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:27:12.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"9843a938-6b46-4895-b0d8-6329552a275c","serviceName":"vFW 2022-06-26 04-25-10","serviceVersion":"1.0","serviceUUID":"7c9fa807-b4b0-4ea6-8f24-05fff8e1df78","serviceDescription":"catalog service description","serviceInvariantUUID":"52947dc4-2cc2-4b5c-8fd8-700f41f5c667","resources":[{"resourceInstanceName":"vFW 7595efa6-d2d1 0","resourceName":"vFW 7595efa6-d2d1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1028fc39-390e-41cf-bedc-c0800d365bf6","resourceInvariantUUID":"164865bb-f23e-466d-af61-32a72c842630","resourceCustomizationUUID":"cfffad3b-e72b-4820-8921-d2e7c2053879","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vf-license-model.xml","artifactChecksum":"Mzc1YzJmMzkxNTg2YzRlYzVhNGMyZGQ5MDcwOWJiMmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"75c52fc5-9c0a-404e-8b69-6209ef24560e","artifactVersion":"1"},{"artifactName":"vfw7595efa6d2d10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json","artifactChecksum":"ZThlMjFmZTA1MzUyMjZlOGY2N2Q4MzEwNTk2YjRhMjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c2a8fe22-d9ca-422c-aa1c-412f00d9479d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a7e99697-6894-4a3d-ae5a-ee21bb18190a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vendor-license-model.xml","artifactChecksum":"ZWY3ODMxNjBiZDU4OGFmNzdkZjE3YzAzZjcyNjA4MTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6e541c7d-b867-44ad-88ac-1faa17d15ca3","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bd965305-ea93-4c14-9dd8-a408e5c64e79","artifactVersion":"2","generatedFromUUID":"a7e99697-6894-4a3d-ae5a-ee21bb18190a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220626042510-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-template.yml","artifactChecksum":"MTU1NWZkZTkyY2VlNjAzNTA1NTlmMmYwNDRiZTNhODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f745660c-0b48-45b7-a5ae-59eccba2f30d","artifactVersion":"1"},{"artifactName":"service-Vfw20220626042510-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar","artifactChecksum":"MTM2OGZlOTY4ZWUxMzQ4OWZmNmFmYzBjNWJjNmUyYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9c036190-4b75-4487-8c16-4c4cb90b985c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-26T04:27:12.152Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:27:12.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "cds",
"timestamp": 1656217584821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.162Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:27:12.181Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:27:12.216Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:27:12.217Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217631484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.229Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "clamp",
"timestamp": 1656217583907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.231Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "cds",
"timestamp": 1656217584821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "clamp",
"timestamp": 1656217583907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
"status": "NOTIFIED"
}
2022-06-26T04:27:12.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "cds",
"timestamp": 1656217584821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "clamp",
"timestamp": 1656217583907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "cds",
"timestamp": 1656217584821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "clamp",
"timestamp": 1656217583907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "aai-ml",
"timestamp": 1656217589981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "cds",
"timestamp": 1656217584821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "clamp",
"timestamp": 1656217583907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "aai-ml",
"timestamp": 1656217589981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "policy-id",
"timestamp": 1656217591470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "cds",
"timestamp": 1656217584821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "clamp",
"timestamp": 1656217583907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.244Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "aai-ml",
"timestamp": 1656217589981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.245Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.246Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "policy-id",
"timestamp": 1656217591470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.246Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "cds",
"timestamp": 1656217584821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:27:12.247Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "ves-openapi-manager",
"timestamp": 1656217592898,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.248Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "clamp",
"timestamp": 1656217583907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:27:12.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "aai-ml",
"timestamp": 1656217589981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "policy-id",
"timestamp": 1656217591470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-26T04:27:12.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "ves-openapi-manager",
"timestamp": 1656217592898,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "aai-ml",
"timestamp": 1656217589981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656217593733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "cds",
"timestamp": 1656217594916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:27:12.255Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:27:12.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "policy-id",
"timestamp": 1656217591470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "ves-openapi-manager",
"timestamp": 1656217592898,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "aai-ml",
"timestamp": 1656217589981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656217593733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
"status": "NOTIFIED"
}
2022-06-26T04:27:12.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "cds",
"timestamp": 1656217595958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-06-26T04:27:12.317Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-26T04:27:12.321Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:27:12.321Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T04:27:12.344Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:27:12.345Z||pool-3-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:27:12.514Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9843a938-6b46-4895-b0d8-6329552a275c
2022-06-26T04:27:12.538Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9843a938-6b46-4895-b0d8-6329552a275c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:27:12.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "policy-id",
"timestamp": 1656217591470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "ves-openapi-manager",
"timestamp": 1656217592898,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "aai-ml",
"timestamp": 1656217589981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:27:12.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656217593733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-26T04:27:12.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "policy-id",
"timestamp": 1656217591470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "ves-openapi-manager",
"timestamp": 1656217592898,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656217593733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.572Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "aai-ml",
"timestamp": 1656217598083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:27:12.572Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:27:12.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "policy-id",
"timestamp": 1656217591470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:27:12.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "ves-openapi-manager",
"timestamp": 1656217592898,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656217593733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-26T04:27:12.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "policy-id",
"timestamp": 1656217599364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:27:12.574Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:27:12.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "ves-openapi-manager",
"timestamp": 1656217592898,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656217593733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "policy-id",
"timestamp": 1656217600380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T04:27:12.576Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:27:12.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656217593733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:27:12.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "policy-id",
"timestamp": 1656217601390,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T04:27:12.594Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9843a938-6b46-4895-b0d8-6329552a275c
2022-06-26T04:27:12.594Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9843a938-6b46-4895-b0d8-6329552a275c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:27:12.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656217601657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:27:12.607Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:27:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656217602754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:27:12.608Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:27:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656217603826,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:27:12.608Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:27:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656217604921,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T04:27:12.620Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9843a938-6b46-4895-b0d8-6329552a275c
2022-06-26T04:27:12.620Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9843a938-6b46-4895-b0d8-6329552a275c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-26T04:27:12.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656217605927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
"status": "DEPLOY_OK"
}
2022-06-26T04:27:12.634Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:27:12.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "clamp",
"timestamp": 1656217607522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:27:12.635Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:27:12.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656217606746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "clamp",
"timestamp": 1656217608936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T04:27:12.635Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:27:12.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656217606746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "clamp",
"timestamp": 1656217609944,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T04:27:12.641Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9843a938-6b46-4895-b0d8-6329552a275c
2022-06-26T04:27:12.642Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9843a938-6b46-4895-b0d8-6329552a275c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:27:12.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656217606746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656217606746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656217606746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656217606746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:12.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "aai-ml",
"timestamp": 1656217614053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T04:27:12.653Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:27:12.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656217606746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:27:12.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:27:12.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "aai-ml",
"timestamp": 1656217615060,
"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-06-26T04:27:12.659Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9843a938-6b46-4895-b0d8-6329552a275c
2022-06-26T04:27:12.660Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9843a938-6b46-4895-b0d8-6329552a275c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:27:12.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656217614677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:27:12.678Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:27:12.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656217619964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T04:27:12.678Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:27:12.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:27:12.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656217620970,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T04:27:12.685Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9843a938-6b46-4895-b0d8-6329552a275c
2022-06-26T04:27:12.685Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9843a938-6b46-4895-b0d8-6329552a275c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:27:13.227Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:27:13.228Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:27:13.231Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:27:13.231Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217631484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
"status": "NOTIFIED"
}
2022-06-26T04:27:13.331Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T04:27:13.332Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:27:13.332Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:27:13.362Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:27:13.362Z||pool-4-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:27:14.232Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:27:14.233Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:27:14.235Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:27:14.235Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217631484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-26T04:27:14.336Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:27:14.337Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:27:14.337Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:27:14.372Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:27:14.373Z||pool-5-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:27:15.236Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:27:15.237Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:27:15.239Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:27:15.239Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217631484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:15.339Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:27:15.340Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:27:15.340Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:27:15.357Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:27:15.358Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:27:16.240Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:27:16.241Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:27:16.243Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:27:16.243Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217631484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-26T04:27:16.343Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:27:16.344Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:27:16.344Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:27:16.380Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:27:16.381Z||pool-7-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:27:17.243Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:27:17.244Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:27:17.246Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:27:17.247Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217631484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:27:17.347Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:27:17.348Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:27:17.348Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:27:17.397Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:27:17.399Z||pool-8-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:27:18.247Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:27:18.248Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:27:18.251Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:27:18.251Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217631484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:27:18.351Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:27:18.352Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:27:18.352Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:27:18.425Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:27:18.426Z||pool-9-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:27:19.254Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"serviceName": "vFW 2022-06-26 04-25-10",
"serviceVersion": "1.0",
"serviceUUID": "7c9fa807-b4b0-4ea6-8f24-05fff8e1df78",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "52947dc4-2cc2-4b5c-8fd8-700f41f5c667",
"resources": [
{
"resourceInstanceName": "vFW 7595efa6-d2d1 0",
"resourceCustomizationUUID": "cfffad3b-e72b-4820-8921-d2e7c2053879",
"resourceName": "vFW 7595efa6-d2d1",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1028fc39-390e-41cf-bedc-c0800d365bf6",
"resourceInvariantUUID": "164865bb-f23e-466d-af61-32a72c842630",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw7595efa6d2d10_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
"artifactChecksum": "ZThlMjFmZTA1MzUyMjZlOGY2N2Q4MzEwNTk2YjRhMjY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c2a8fe22-d9ca-422c-aa1c-412f00d9479d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a7e99697-6894-4a3d-ae5a-ee21bb18190a",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bd965305-ea93-4c14-9dd8-a408e5c64e79",
"generatedFromUUID": "a7e99697-6894-4a3d-ae5a-ee21bb18190a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bd965305-ea93-4c14-9dd8-a408e5c64e79",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220626042510-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
"artifactChecksum": "MTM2OGZlOTY4ZWUxMzQ4OWZmNmFmYzBjNWJjNmUyYTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9c036190-4b75-4487-8c16-4c4cb90b985c"
}
],
"workloadContext": "Production"
}
2022-06-26T04:27:19.256Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-26T04:27:19.257Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7c9fa807-b4b0-4ea6-8f24-05fff8e1df78 ASDC
2022-06-26T04:27:19.378Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:9843a938-6b46-4895-b0d8-6329552a275c
ServiceName:vFW 2022-06-26 04-25-10
ServiceVersion:1.0
ServiceUUID:7c9fa807-b4b0-4ea6-8f24-05fff8e1df78
ServiceInvariantUUID:52947dc4-2cc2-4b5c-8fd8-700f41f5c667
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220626042510-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar
ArtifactUUID:9c036190-4b75-4487-8c16-4c4cb90b985c
ArtifactChecksum:MTM2OGZlOTY4ZWUxMzQ4OWZmNmFmYzBjNWJjNmUyYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7595efa6-d2d1 0
ResourceCustomizationUUID:cfffad3b-e72b-4820-8921-d2e7c2053879
ResourceInvariantUUID:164865bb-f23e-466d-af61-32a72c842630
ResourceName:vFW 7595efa6-d2d1
ResourceType:VF
ResourceUUID:1028fc39-390e-41cf-bedc-c0800d365bf6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7595efa6d2d10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json
ArtifactUUID:c2a8fe22-d9ca-422c-aa1c-412f00d9479d
ArtifactChecksum:ZThlMjFmZTA1MzUyMjZlOGY2N2Q4MzEwNTk2YjRhMjY=
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/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml
ArtifactUUID:a7e99697-6894-4a3d-ae5a-ee21bb18190a
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/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env
ArtifactUUID:bd965305-ea93-4c14-9dd8-a408e5c64e79
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/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env
ArtifactUUID:bd965305-ea93-4c14-9dd8-a408e5c64e79
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-26T04:27:19.378Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7c9fa807-b4b0-4ea6-8f24-05fff8e1df78 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-26T04:27:19.446Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T04:27:19.447Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-26T04:27:19.448Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-26T04:27:19.449Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9c036190-4b75-4487-8c16-4c4cb90b985c from URL: /sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar
2022-06-26T04:27:19.449Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-26T04:27:19.450Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar
2022-06-26T04:27:19.593Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-26T04:27:19.611Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar 9c036190-4b75-4487-8c16-4c4cb90b985c 99035
2022-06-26T04:27:19.612Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar ASDC sendASDCNotification
2022-06-26T04:27:19.612Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar
2022-06-26T04:27:19.613Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:27:19.614Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:27:19.616Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:27:19.616Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217639612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:27:19.716Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:27:19.717Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:27:19.717Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:27:19.734Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:27:19.734Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:27:20.616Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T04:27:20.617Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-26T04:27:20.618Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 9c036190-4b75-4487-8c16-4c4cb90b985c, URL: /sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar to file: /app/ASDC/1/service-Vfw20220626042510-csar.csar
2022-06-26T04:27:20.618Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220626042510-csar.csar
2022-06-26T04:27:20.700Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220626042510-csar.csar
2022-06-26T04:27:20.701Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220626042510-csar.csar
2022-06-26T04:27:21.438Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14404466555618597406/Definitions/service-Vfw20220626042510-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-26T04:27:24.515Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-26T04:27:24.521Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-26T04:27:24.521Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220626042510-csar.csar
2022-06-26T04:27:24.522Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-26T04:27:24.522Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||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-Vfw20220626042510-csar.csar
2022-06-26T04:27:24.522Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||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-Vfw20220626042510-csar.csar
2022-06-26T04:27:24.522Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220626042510-csar.csar
2022-06-26T04:27:24.523Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220626042510-csar.csar
2022-06-26T04:27:24.523Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220626042510-csar.csar
2022-06-26T04:27:24.523Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||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-Vfw20220626042510-csar.csar
2022-06-26T04:27:24.523Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220626042510-csar.csar
2022-06-26T04:27:24.524Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||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-Vfw20220626042510-csar.csar
2022-06-26T04:27:24.524Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220626042510-csar.csar
2022-06-26T04:27:24.524Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220626042510-csar.csar
2022-06-26T04:27:24.524Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220626042510-csar.csar
2022-06-26T04:27:24.525Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220626042510-csar.csar
2022-06-26T04:27:24.525Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7595efa6-d2d1 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-Vfw20220626042510-csar.csar
2022-06-26T04:27:24.525Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-26T04:27:24.531Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:24.533Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:27:24.537Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is matching search criteria
2022-06-26T04:27:24.537Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-26T04:27:24.539Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7595efa6-d2d1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T04:27:24.541Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:24.541Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:27:24.542Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is matching search criteria
2022-06-26T04:27:24.542Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-26T04:27:24.542Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7595efa6-d2d1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T04:27:24.543Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:24.543Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:27:24.547Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:24.547Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is not matching search criteria
2022-06-26T04:27:24.547Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-26T04:27:24.548Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-26T04:27:24.548Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-26T04:27:24.548Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-26T04:27:24.549Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-26T04:27:24.549Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T04:27:24.549Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-26T04:27:24.549Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-26T04:27:24.550Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-26T04:27:24.550Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-26T04:27:24.550Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-26T04:27:24.550Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-26T04:27:24.551Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-26T04:27:24.551Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-26T04:27:24.551Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T04:27:24.552Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-26T04:27:24.552Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:24.552Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T04:27:24.554Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:24.554Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is matching search criteria
2022-06-26T04:27:24.554Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7595efa6-d2d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:27:24.555Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:24.555Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is matching search criteria
2022-06-26T04:27:24.555Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7595efa6-d2d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:27:24.556Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:24.556Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is matching search criteria
2022-06-26T04:27:24.556Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7595efa6-d2d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:27:24.557Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:24.557Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is not matching search criteria
2022-06-26T04:27:24.557Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-26T04:27:24.557Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-26T04:27:24.558Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-26T04:27:24.558Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-26T04:27:24.558Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-26T04:27:24.559Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-26T04:27:24.559Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-26T04:27:24.559Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-26T04:27:24.559Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-26T04:27:24.560Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-26T04:27:24.560Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T04:27:24.560Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aba82f23-c159-4067-b77e-61c566cb5798
2022-06-26T04:27:24.560Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:24.561Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is not matching search criteria
2022-06-26T04:27:24.561Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-26T04:27:24.561Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-26T04:27:24.561Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-26T04:27:24.562Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-26T04:27:24.562Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-26T04:27:24.562Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T04:27:24.563Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-26T04:27:24.563Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-26T04:27:24.563Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-26T04:27:24.563Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-26T04:27:24.564Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-26T04:27:24.564Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T04:27:24.564Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6d97499c-c258-45f4-89d5-f16805ae218b
2022-06-26T04:27:24.564Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:24.565Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is not matching search criteria
2022-06-26T04:27:24.565Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-26T04:27:24.565Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-26T04:27:24.565Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-26T04:27:24.566Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-26T04:27:24.566Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-26T04:27:24.566Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T04:27:24.566Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-26T04:27:24.567Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-26T04:27:24.567Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-26T04:27:24.567Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-26T04:27:24.567Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-26T04:27:24.568Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-26T04:27:24.568Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=328f6000-5f42-424b-8426-9c9d026e8fd6
2022-06-26T04:27:24.568Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:24.568Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:27:24.569Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:24.569Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:27:24.569Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:24.570Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:27:24.570Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:24.570Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:27:24.571Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-26 04-25-10
Description:catalog service description
Model UUID:7c9fa807-b4b0-4ea6-8f24-05fff8e1df78
Model Version:NULL
Model InvariantUuid:52947dc4-2cc2-4b5c-8fd8-700f41f5c667
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 7595efa6-d2d1
Model UUID:e30b18e2-9643-495b-ae90-74e588fe1074
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:164865bb-f23e-466d-af61-32a72c842630
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:cfffad3b-e72b-4820-8921-d2e7c2053879
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:aa8832de-f7aa-49db-bc6f-c7619ec22454
ModelName:Vfw7595efa6D2d1..base_vfw..module-0
ModelUuid:2993b1ce-b2f6-4e9a-933d-d1cb20631904
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:aba82f23-c159-4067-b77e-61c566cb5798
ModelInvariantUuid:759c558c-17a5-49b6-a0f7-1189962147ea
ModelName:vFW 7595efa6-d2d1-nodes.vfwCvfc
ModelUuid:8123fab8-473d-4494-99c1-293064923b95
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:b2ecf1fd-451f-4d22-beb1-232aba7dc08b
ModelInvariantUuid:b1b60f39-4691-4551-b131-02cb50420cf0
ModelName:Vfw7595efa6D2d1.compute.nodes.heat.vfw
ModelUuid:5fa9e0c2-4c46-42e0-9f9b-61c1723dd9af
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6d97499c-c258-45f4-89d5-f16805ae218b
ModelInvariantUuid:f684a84c-5f22-4cf2-8941-cfbbc7219876
ModelName:vFW 7595efa6-d2d1-nodes.vsnCvfc
ModelUuid:0b05d6ac-f27c-4a77-ad6a-c1518dad522f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:3c48ff2e-6b00-412f-9128-4cb6e881222e
ModelInvariantUuid:1bfa3399-a45e-4a0d-be12-c120844d1860
ModelName:Vfw7595efa6D2d1.compute.nodes.heat.vsn
ModelUuid:1f3ebc56-d8ea-4060-a19a-529d2f1cf2ff
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:328f6000-5f42-424b-8426-9c9d026e8fd6
ModelInvariantUuid:02bdadf1-f02a-49e7-b8b5-472488f6deac
ModelName:vFW 7595efa6-d2d1-nodes.vpgCvfc
ModelUuid:6e80177f-5358-4be2-94a7-0490a8f4bfbc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:33e952b5-9aa0-4667-8f32-99cecfca1237
ModelInvariantUuid:50147a16-863c-4964-962f-f503f8e5cc87
ModelName:Vfw7595efa6D2d1.compute.nodes.heat.vpg
ModelUuid:89d11737-de79-42bc-b95a-92514aa9342d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-26T04:27:24.585Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 1028fc39-390e-41cf-bedc-c0800d365bf6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-26T04:27:24.681Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||vFW 7595efa6-d2d1 0
2022-06-26T04:27:24.688Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1028fc39-390e-41cf-bedc-c0800d365bf6
2022-06-26T04:27:24.688Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c2a8fe22-d9ca-422c-aa1c-412f00d9479d from URL: /sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json
2022-06-26T04:27:24.688Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-26T04:27:24.689Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json
2022-06-26T04:27:24.754Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-26T04:27:24.755Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json c2a8fe22-d9ca-422c-aa1c-412f00d9479d 785
2022-06-26T04:27:24.755Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json ASDC sendASDCNotification
2022-06-26T04:27:24.755Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json
2022-06-26T04:27:24.755Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:27:24.756Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:27:24.758Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:27:24.758Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217644755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:27:24.859Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T04:27:24.860Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:27:24.860Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:27:24.900Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:27:24.901Z||pool-11-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:27:25.760Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7595efa6D2d1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "aa8832de-f7aa-49db-bc6f-c7619ec22454",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2993b1ce-b2f6-4e9a-933d-d1cb20631904",
"vfModuleModelCustomizationUUID": "bda92fe0-3dce-47b8-9786-a7ffc197a06f",
"isBase": true,
"artifacts": [
"a7e99697-6894-4a3d-ae5a-ee21bb18190a",
"bd965305-ea93-4c14-9dd8-a408e5c64e79"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-26T04:27:25.779Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7595efa6D2d1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2993b1ce-b2f6-4e9a-933d-d1cb20631904
VfModuleModelInvariantUUID:aa8832de-f7aa-49db-bc6f-c7619ec22454
VfModuleModelDescription:NULL
Artifacts UUID List:{
a7e99697-6894-4a3d-ae5a-ee21bb18190a
,
bd965305-ea93-4c14-9dd8-a408e5c64e79
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-26T04:27:25.784Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7595efa6D2d1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "aa8832de-f7aa-49db-bc6f-c7619ec22454",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2993b1ce-b2f6-4e9a-933d-d1cb20631904",
"vfModuleModelCustomizationUUID": "bda92fe0-3dce-47b8-9786-a7ffc197a06f",
"isBase": true,
"artifacts": [
"a7e99697-6894-4a3d-ae5a-ee21bb18190a",
"bd965305-ea93-4c14-9dd8-a408e5c64e79"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-26T04:27:25.784Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7595efa6D2d1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2993b1ce-b2f6-4e9a-933d-d1cb20631904
VfModuleModelInvariantUUID:aa8832de-f7aa-49db-bc6f-c7619ec22454
VfModuleModelDescription:NULL
Artifacts UUID List:{
a7e99697-6894-4a3d-ae5a-ee21bb18190a
,
bd965305-ea93-4c14-9dd8-a408e5c64e79
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-26T04:27:25.785Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a7e99697-6894-4a3d-ae5a-ee21bb18190a from URL: /sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml
2022-06-26T04:27:25.785Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-26T04:27:25.785Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml
2022-06-26T04:27:25.846Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-26T04:27:25.847Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml a7e99697-6894-4a3d-ae5a-ee21bb18190a 20368
2022-06-26T04:27:25.848Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-26T04:27:25.848Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml
2022-06-26T04:27:25.848Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:27:25.848Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:27:25.850Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:27:25.850Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217645848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:27:25.951Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:27:25.952Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:27:25.952Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:27:26.003Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:27:26.003Z||pool-12-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:27:26.851Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bd965305-ea93-4c14-9dd8-a408e5c64e79 from URL: /sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env
2022-06-26T04:27:26.851Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-26T04:27:26.852Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env
2022-06-26T04:27:26.906Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-26T04:27:26.907Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env bd965305-ea93-4c14-9dd8-a408e5c64e79 2098
2022-06-26T04:27:26.907Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-26T04:27:26.907Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env
2022-06-26T04:27:26.907Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:27:26.908Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:27:26.909Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:27:26.910Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217646907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:27:27.010Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:27:27.011Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:27:27.011Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:27:27.028Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:27:27.029Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:27:27.911Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 7c9fa807-b4b0-4ea6-8f24-05fff8e1df78
2022-06-26T04:27:27.912Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7595efa6-d2d1 0 1028fc39-390e-41cf-bedc-c0800d365bf6 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-26T04:27:27.951Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74eb5bab, org.onap.sdc.toscaparser.api.parameters.Input@118eb4f0, org.onap.sdc.toscaparser.api.parameters.Input@1a8ebe70, org.onap.sdc.toscaparser.api.parameters.Input@254fcd1b, org.onap.sdc.toscaparser.api.parameters.Input@b57ec1a]
2022-06-26T04:27:27.955Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:27.955Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:27:27.955Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-06-26T04:27:27.955Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= cfffad3b-e72b-4820-8921-d2e7c2053879
2022-06-26T04:27:27.955Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cfffad3b-e72b-4820-8921-d2e7c2053879 matches Tosca VF Customization UUID: cfffad3b-e72b-4820-8921-d2e7c2053879
2022-06-26T04:27:27.955Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: cfffad3b-e72b-4820-8921-d2e7c2053879 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-26T04:27:27.962Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:27.962Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:27:27.963Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id cfffad3b-e72b-4820-8921-d2e7c2053879: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-26T04:27:27.964Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@570ac3da
2022-06-26T04:27:27.964Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:27.964Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T04:27:27.964Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bda92fe0-3dce-47b8-9786-a7ffc197a06f
2022-06-26T04:27:27.965Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bda92fe0-3dce-47b8-9786-a7ffc197a06f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-26T04:27:27.971Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:27.971Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is matching search criteria
2022-06-26T04:27:27.972Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7595efa6-d2d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:27:27.972Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:27.972Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is matching search criteria
2022-06-26T04:27:27.973Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7595efa6-d2d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:27:27.973Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:27.973Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is not matching search criteria
2022-06-26T04:27:27.973Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-26T04:27:27.973Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-26T04:27:27.974Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-26T04:27:27.974Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-26T04:27:27.974Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-26T04:27:27.974Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-26T04:27:27.974Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-26T04:27:27.974Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-26T04:27:27.975Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-26T04:27:27.975Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-26T04:27:27.975Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T04:27:27.975Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aba82f23-c159-4067-b77e-61c566cb5798
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-26T04:27:27.985Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:27.985Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is matching search criteria
2022-06-26T04:27:27.986Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7595efa6-d2d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:27:27.986Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:27.986Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is not matching search criteria
2022-06-26T04:27:27.986Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-26T04:27:27.986Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-26T04:27:27.986Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-26T04:27:27.987Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-26T04:27:27.987Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-26T04:27:27.987Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T04:27:27.987Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-26T04:27:27.987Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-26T04:27:27.987Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-26T04:27:27.988Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-26T04:27:27.988Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-26T04:27:27.988Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T04:27:27.988Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6d97499c-c258-45f4-89d5-f16805ae218b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-26T04:27:27.990Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:27.990Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is matching search criteria
2022-06-26T04:27:27.990Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7595efa6-d2d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:27:27.993Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:27.993Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is not matching search criteria
2022-06-26T04:27:27.993Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-26T04:27:27.993Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-26T04:27:27.994Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-26T04:27:27.994Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-26T04:27:27.994Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-26T04:27:27.994Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T04:27:27.994Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-26T04:27:27.994Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-26T04:27:27.995Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-26T04:27:27.995Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-26T04:27:27.995Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-26T04:27:27.995Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-26T04:27:27.995Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=328f6000-5f42-424b-8426-9c9d026e8fd6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-26T04:27:27.997Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:27.997Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is matching search criteria
2022-06-26T04:27:27.997Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7595efa6-d2d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:27:27.998Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:27.998Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Node template vFW 7595efa6-d2d1 0 is matching search criteria
2022-06-26T04:27:27.998Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7595efa6-d2d1 0] matching following query criteria: sdcType=VF, customizationUUID=cfffad3b-e72b-4820-8921-d2e7c2053879
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-26T04:27:28.000Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:28.000Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:27:28.001Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 7c9fa807-b4b0-4ea6-8f24-05fff8e1df78: vFW 7595efa6-d2d1
2022-06-26T04:27:28.001Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:28.001Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:27:28.001Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:28.001Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:27:28.002Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:28.002Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:27:28.002Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:28.002Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:27:28.002Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:27:28.002Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-26 04-25-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:27:28.003Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-06-26 04-25-10
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:27:28.303Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7595efa6-d2d1 1028fc39-390e-41cf-bedc-c0800d365bf6 1 ASDC deployResourceStructure
2022-06-26T04:27:28.303Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json ASDC sendASDCNotification
2022-06-26T04:27:28.304Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json
2022-06-26T04:27:28.304Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T04:27:28.304Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:27:28.306Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:27:28.306Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217648303,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
"status": "DEPLOY_OK"
}
2022-06-26T04:27:28.407Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:27:28.408Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:27:28.408Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:27:28.427Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:27:28.427Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:27:29.310Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-26T04:27:29.310Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml
2022-06-26T04:27:29.310Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T04:27:29.312Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:27:29.314Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:27:29.315Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217649309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-26T04:27:29.414Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T04:27:29.416Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:27:29.416Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:27:29.437Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:27:29.437Z||pool-15-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:27:30.316Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-26T04:27:30.317Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env
2022-06-26T04:27:30.317Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T04:27:30.318Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:27:30.321Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:27:30.321Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217650316,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-26T04:27:30.421Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:27:30.423Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:27:30.424Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:27:30.470Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:27:30.471Z||pool-16-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:27:31.322Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar ASDC sendASDCNotification
2022-06-26T04:27:31.322Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar
2022-06-26T04:27:31.322Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T04:27:31.323Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:27:31.331Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:27:31.331Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217651322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T04:27:31.431Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:27:31.432Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:27:31.433Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:27:31.448Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:27:31.448Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:27:32.332Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9843a938-6b46-4895-b0d8-6329552a275c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-26T04:27:32.353Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9843a938-6b46-4895-b0d8-6329552a275c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-26T04:27:32.357Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:27:32.358Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-26T04:27:32.358Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-26T04:27:32.358Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-26T04:27:32.358Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T04:27:32.358Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T04:27:32.358Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T04:27:32.358Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T04:27:32.358Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T04:27:32.358Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T04:27:32.359Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T04:27:32.370Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-26T04:28:02.370Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9843a938-6b46-4895-b0d8-6329552a275c and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-26T04:28:02.391Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9843a938-6b46-4895-b0d8-6329552a275c and serviceModelVersionId: 7c9fa807-b4b0-4ea6-8f24-05fff8e1df78
2022-06-26T04:28:02.391Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 52947dc4-2cc2-4b5c-8fd8-700f41f5c667
2022-06-26T04:28:11.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:28:11.485Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:28:11.486Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:28:11.642Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:28:11.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:28:11.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217631484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:28:11.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:28:16.956Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/52947dc4-2cc2-4b5c-8fd8-700f41f5c667/model-vers/model-ver/7c9fa807-b4b0-4ea6-8f24-05fff8e1df78?depth=0
2022-06-26T04:28:17.092Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-26T04:28:17.561Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52947dc4-2cc2-4b5c-8fd8-700f41f5c667/model-vers/model-ver/7c9fa807-b4b0-4ea6-8f24-05fff8e1df78?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-06-26T04:28:17.565Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52947dc4-2cc2-4b5c-8fd8-700f41f5c667/model-vers/model-ver/7c9fa807-b4b0-4ea6-8f24-05fff8e1df78?depth=0|INFO|500||Invoke
2022-06-26T04:28:17.682Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52947dc4-2cc2-4b5c-8fd8-700f41f5c667/model-vers/model-ver/7c9fa807-b4b0-4ea6-8f24-05fff8e1df78?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-26T04:28:18.008Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52947dc4-2cc2-4b5c-8fd8-700f41f5c667/model-vers/model-ver/7c9fa807-b4b0-4ea6-8f24-05fff8e1df78?depth=0|INFO|500||InvokeReturn
2022-06-26T04:28:18.010Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52947dc4-2cc2-4b5c-8fd8-700f41f5c667/model-vers/model-ver/7c9fa807-b4b0-4ea6-8f24-05fff8e1df78?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220626-04:28:17:626-20012], vertex-id=[196792], Content-Length=[0], Date=[Sun, 26 Jun 2022 04:28:17 GMT], Content-Type=[application/json]}
2022-06-26T04:28:18.010Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-06-26T04:28:18.013Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-26T04:28:18.014Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-26T04:28:18.020Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-26T04:28:18.021Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9843a938-6b46-4895-b0d8-6329552a275c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-26T04:28:18.022Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-26T04:28:18.023Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:18.025Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:18.025Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217698022,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T04:28:18.127Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-26T04:28:18.128Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:28:18.129Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:18.216Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:28:18.217Z||pool-18-thread-1|||||INFO|500||cambria reply ok (89 ms):{"serverTimeMs":1,"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-06-26T04:28:19.042Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:28:19.043Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:28:19.043Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:19.713Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:28:19.714Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-26T04:28:19.715Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"240aed06-1ba0-4527-bfd0-b23629aa5b1e","serviceName":"basic_onboard_vckuNc","serviceVersion":"1.0","serviceUUID":"bf833fbf-821a-48dc-93c0-373569472760","serviceDescription":"service","serviceInvariantUUID":"c069dbab-d201-4dec-bcde-19a73837fb2e","resources":[{"resourceInstanceName":"basic_onboard_vckuNc 0","resourceName":"basic_onboard_vckuNc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bff8067b-6a95-45aa-8062-a43c2aa883ea","resourceInvariantUUID":"d2def447-490e-47ed-a091-62c924e0f916","resourceCustomizationUUID":"1a63cfdd-f49b-4329-914b-52099832387b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vf-license-model.xml","artifactChecksum":"MjYyODA2YzgxZTMxN2FjOTcwMTM2ODFhZjk3YzFkZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"568c87fb-152b-4f3e-8fe8-1b3f917999f5","artifactVersion":"1"},{"artifactName":"basic_onboard_vckunc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json","artifactChecksum":"OGNjNTRkMzE3MTlkYzM3ZTllMjg5OTBkODE3OTY0MWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6f8c2b79-4344-4492-b29a-0620d022d93f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8336908f-4124-47d0-90cf-5683bc7dc940","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"01e39979-dcd9-42ba-a470-5a20d0ec083c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7b05320b-fbe2-408b-8e08-87f3be5337f7","artifactVersion":"2","generatedFromUUID":"8336908f-4124-47d0-90cf-5683bc7dc940"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVckunc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-template.yml","artifactChecksum":"MzY4NmQ4YTIyZDRiNWY1ODJkMjRjMjQ5MmQzNTRmZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5d971285-542f-4476-9740-f110d0b3cd29","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVckunc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar","artifactChecksum":"MWE2MDUzMTc1MTYxYjFkZGUxMTVjNjZlNWU4MzJiZjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b1495b66-d972-4edd-b5d2-71654dc0eb18","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-26T04:28:19.718Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:28:19.718Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:19.721Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:19.721Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217699042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:28:19.821Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:28:19.822Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:28:19.822Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:19.842Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:28:19.843Z||pool-19-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:28:20.722Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:28:20.723Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:20.725Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:20.725Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217699042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
"status": "NOTIFIED"
}
2022-06-26T04:28:20.825Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:28:20.827Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:28:20.827Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:20.847Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:28:20.847Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:28:21.725Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:28:21.727Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:21.729Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:21.729Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217699042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-26T04:28:21.829Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:28:21.830Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:28:21.830Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:21.864Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:28:21.865Z||pool-21-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:28:22.730Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:28:22.732Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:22.734Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:22.734Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217699042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:28:22.835Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:28:22.836Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:28:22.836Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:22.860Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:28:22.861Z||pool-22-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:28:23.735Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:28:23.736Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:23.739Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:23.739Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217699042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-26T04:28:23.839Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:28:23.839Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:28:23.840Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:23.858Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:28:23.858Z||pool-23-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:28:24.739Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:28:24.740Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:24.742Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:24.742Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217699042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:28:24.843Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:28:24.844Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:28:24.844Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:24.860Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:28:24.860Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:28:25.743Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:28:25.744Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:25.746Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:25.746Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217699042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:28:25.846Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:28:25.848Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:28:25.848Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:25.878Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:28:25.879Z||pool-25-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:28:26.748Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"serviceName": "basic_onboard_vckuNc",
"serviceVersion": "1.0",
"serviceUUID": "bf833fbf-821a-48dc-93c0-373569472760",
"serviceDescription": "service",
"serviceInvariantUUID": "c069dbab-d201-4dec-bcde-19a73837fb2e",
"resources": [
{
"resourceInstanceName": "basic_onboard_vckuNc 0",
"resourceCustomizationUUID": "1a63cfdd-f49b-4329-914b-52099832387b",
"resourceName": "basic_onboard_vckuNc",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "bff8067b-6a95-45aa-8062-a43c2aa883ea",
"resourceInvariantUUID": "d2def447-490e-47ed-a091-62c924e0f916",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_vckunc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
"artifactChecksum": "OGNjNTRkMzE3MTlkYzM3ZTllMjg5OTBkODE3OTY0MWU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6f8c2b79-4344-4492-b29a-0620d022d93f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8336908f-4124-47d0-90cf-5683bc7dc940",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7b05320b-fbe2-408b-8e08-87f3be5337f7",
"generatedFromUUID": "8336908f-4124-47d0-90cf-5683bc7dc940"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7b05320b-fbe2-408b-8e08-87f3be5337f7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardVckunc-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
"artifactChecksum": "MWE2MDUzMTc1MTYxYjFkZGUxMTVjNjZlNWU4MzJiZjA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b1495b66-d972-4edd-b5d2-71654dc0eb18"
}
],
"workloadContext": "Production"
}
2022-06-26T04:28:26.748Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-26T04:28:26.749Z|9843a938-6b46-4895-b0d8-6329552a275c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bf833fbf-821a-48dc-93c0-373569472760 ASDC
2022-06-26T04:28:26.749Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:240aed06-1ba0-4527-bfd0-b23629aa5b1e
ServiceName:basic_onboard_vckuNc
ServiceVersion:1.0
ServiceUUID:bf833fbf-821a-48dc-93c0-373569472760
ServiceInvariantUUID:c069dbab-d201-4dec-bcde-19a73837fb2e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVckunc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar
ArtifactUUID:b1495b66-d972-4edd-b5d2-71654dc0eb18
ArtifactChecksum:MWE2MDUzMTc1MTYxYjFkZGUxMTVjNjZlNWU4MzJiZjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vckuNc 0
ResourceCustomizationUUID:1a63cfdd-f49b-4329-914b-52099832387b
ResourceInvariantUUID:d2def447-490e-47ed-a091-62c924e0f916
ResourceName:basic_onboard_vckuNc
ResourceType:VF
ResourceUUID:bff8067b-6a95-45aa-8062-a43c2aa883ea
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vckunc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json
ArtifactUUID:6f8c2b79-4344-4492-b29a-0620d022d93f
ArtifactChecksum:OGNjNTRkMzE3MTlkYzM3ZTllMjg5OTBkODE3OTY0MWU=
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/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8336908f-4124-47d0-90cf-5683bc7dc940
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/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env
ArtifactUUID:7b05320b-fbe2-408b-8e08-87f3be5337f7
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/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env
ArtifactUUID:7b05320b-fbe2-408b-8e08-87f3be5337f7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-26T04:28:26.749Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bf833fbf-821a-48dc-93c0-373569472760 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:28:26.792Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T04:28:26.793Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-26T04:28:26.793Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-26T04:28:26.793Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b1495b66-d972-4edd-b5d2-71654dc0eb18 from URL: /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:26.793Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-26T04:28:26.794Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:26.869Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-26T04:28:26.873Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar b1495b66-d972-4edd-b5d2-71654dc0eb18 71562
2022-06-26T04:28:26.874Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar ASDC sendASDCNotification
2022-06-26T04:28:26.874Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:26.874Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:28:26.874Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:26.876Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:26.876Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217706873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:28:26.976Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:28:26.978Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:28:26.978Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:26.998Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:28:26.999Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:28:27.877Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T04:28:27.878Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-26T04:28:27.878Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b1495b66-d972-4edd-b5d2-71654dc0eb18, URL: /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar to file: /app/ASDC/1/service-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:27.878Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:27.879Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:27.879Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:28.030Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9221815614503209482/Definitions/service-BasicOnboardVckunc-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-26T04:28:29.262Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-26T04:28:29.263Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-26T04:28:29.263Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:29.263Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-26T04:28:29.263Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_vckuNc 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-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:29.263Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||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-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:29.263Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:29.264Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||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-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:29.264Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:29.264Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:29.264Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:29.264Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:29.264Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:29.264Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-26T04:28:29.264Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:28:29.265Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:28:29.265Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vckuNc 0 is matching search criteria
2022-06-26T04:28:29.265Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-26T04:28:29.265Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vckuNc 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T04:28:29.266Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:28:29.266Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:28:29.266Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vckuNc 0 is matching search criteria
2022-06-26T04:28:29.266Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-26T04:28:29.266Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vckuNc 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T04:28:29.266Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:28:29.267Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:28:29.267Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:28:29.267Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vckuNc 0 is not matching search criteria
2022-06-26T04:28:29.267Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-26T04:28:29.267Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-26T04:28:29.267Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-26T04:28:29.268Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-26T04:28:29.268Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-26T04:28:29.268Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:28:29.268Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T04:28:29.268Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:28:29.268Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vckuNc 0 is matching search criteria
2022-06-26T04:28:29.269Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vckuNc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:28:29.269Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:28:29.269Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vckuNc 0 is matching search criteria
2022-06-26T04:28:29.269Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vckuNc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:28:29.270Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:28:29.270Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vckuNc 0 is matching search criteria
2022-06-26T04:28:29.270Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vckuNc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:28:29.270Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:28:29.270Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vckuNc 0 is not matching search criteria
2022-06-26T04:28:29.270Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-26T04:28:29.270Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-26T04:28:29.271Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1d386d95-1a93-4d10-a3aa-2c86006a44ef
2022-06-26T04:28:29.271Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:28:29.271Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:28:29.271Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:28:29.271Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:28:29.271Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:28:29.272Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:28:29.272Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:28:29.272Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:28:29.272Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_vckuNc
Description:service
Model UUID:bf833fbf-821a-48dc-93c0-373569472760
Model Version:NULL
Model InvariantUuid:c069dbab-d201-4dec-bcde-19a73837fb2e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_vckuNc
Model UUID:086e4f28-8bea-4b70-9aac-337ac8905fd4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d2def447-490e-47ed-a091-62c924e0f916
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1a63cfdd-f49b-4329-914b-52099832387b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:de346e59-e3fc-4238-a39b-4dcc425ff274
ModelName:BasicOnboardVckunc..base_ubuntu18..module-0
ModelUuid:62ebc8a3-fc6f-4040-817c-6fa405597593
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1d386d95-1a93-4d10-a3aa-2c86006a44ef
ModelInvariantUuid:a99cb1bc-8c82-4871-a6ce-c97472025192
ModelName:basic_onboard_vckuNc-nodes.ubuntu18Cvfc
ModelUuid:136a3601-c879-43f8-8752-4dbfd000446d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:6ca1f421-c5b3-4f82-aefd-750679c642c3
ModelInvariantUuid:8fa88c64-3bd8-46a4-bbe8-12b29e1e24cc
ModelName:BasicOnboardVckunc.compute.nodes.heat.ubuntu18
ModelUuid:ea4dcdd9-142e-4f77-8211-86b1654a2b5a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-26T04:28:29.282Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: bff8067b-6a95-45aa-8062-a43c2aa883ea
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-26T04:28:29.286Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||basic_onboard_vckuNc 0
2022-06-26T04:28:29.286Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bff8067b-6a95-45aa-8062-a43c2aa883ea
2022-06-26T04:28:29.286Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6f8c2b79-4344-4492-b29a-0620d022d93f from URL: /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json
2022-06-26T04:28:29.287Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-26T04:28:29.287Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json
2022-06-26T04:28:29.349Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-26T04:28:29.349Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json 6f8c2b79-4344-4492-b29a-0620d022d93f 798
2022-06-26T04:28:29.349Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json ASDC sendASDCNotification
2022-06-26T04:28:29.350Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json
2022-06-26T04:28:29.350Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:28:29.350Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:29.352Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:29.352Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217709349,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:28:29.452Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:28:29.454Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:28:29.454Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:29.475Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:28:29.475Z||pool-27-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:28:30.356Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVckunc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "de346e59-e3fc-4238-a39b-4dcc425ff274",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "62ebc8a3-fc6f-4040-817c-6fa405597593",
"vfModuleModelCustomizationUUID": "105236ff-fb1c-464d-93e7-a0291a99e639",
"isBase": true,
"artifacts": [
"8336908f-4124-47d0-90cf-5683bc7dc940",
"7b05320b-fbe2-408b-8e08-87f3be5337f7"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-26T04:28:30.360Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVckunc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:62ebc8a3-fc6f-4040-817c-6fa405597593
VfModuleModelInvariantUUID:de346e59-e3fc-4238-a39b-4dcc425ff274
VfModuleModelDescription:NULL
Artifacts UUID List:{
8336908f-4124-47d0-90cf-5683bc7dc940
,
7b05320b-fbe2-408b-8e08-87f3be5337f7
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-26T04:28:30.362Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVckunc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "de346e59-e3fc-4238-a39b-4dcc425ff274",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "62ebc8a3-fc6f-4040-817c-6fa405597593",
"vfModuleModelCustomizationUUID": "105236ff-fb1c-464d-93e7-a0291a99e639",
"isBase": true,
"artifacts": [
"8336908f-4124-47d0-90cf-5683bc7dc940",
"7b05320b-fbe2-408b-8e08-87f3be5337f7"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-26T04:28:30.362Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVckunc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:62ebc8a3-fc6f-4040-817c-6fa405597593
VfModuleModelInvariantUUID:de346e59-e3fc-4238-a39b-4dcc425ff274
VfModuleModelDescription:NULL
Artifacts UUID List:{
8336908f-4124-47d0-90cf-5683bc7dc940
,
7b05320b-fbe2-408b-8e08-87f3be5337f7
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-26T04:28:30.362Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8336908f-4124-47d0-90cf-5683bc7dc940 from URL: /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml
2022-06-26T04:28:30.363Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-26T04:28:30.363Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml
2022-06-26T04:28:30.416Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-26T04:28:30.417Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml 8336908f-4124-47d0-90cf-5683bc7dc940 5033
2022-06-26T04:28:30.417Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-26T04:28:30.417Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml
2022-06-26T04:28:30.417Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:28:30.417Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:30.419Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:30.419Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217710417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:28:30.520Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:28:30.521Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:28:30.522Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:30.570Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:28:30.571Z||pool-28-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:28:31.420Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7b05320b-fbe2-408b-8e08-87f3be5337f7 from URL: /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env
2022-06-26T04:28:31.420Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-26T04:28:31.421Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env
2022-06-26T04:28:31.479Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-26T04:28:31.479Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env 7b05320b-fbe2-408b-8e08-87f3be5337f7 909
2022-06-26T04:28:31.479Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-26T04:28:31.480Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env
2022-06-26T04:28:31.480Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:28:31.480Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:31.481Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:31.482Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217711479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:28:31.582Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:28:31.584Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:28:31.584Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:31.600Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:28:31.601Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:28:32.482Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: bf833fbf-821a-48dc-93c0-373569472760
2022-06-26T04:28:32.483Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_vckuNc 0 bff8067b-6a95-45aa-8062-a43c2aa883ea ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-26T04:28:32.500Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@550814c8, org.onap.sdc.toscaparser.api.parameters.Input@4d34f9b7, org.onap.sdc.toscaparser.api.parameters.Input@dd0470e, org.onap.sdc.toscaparser.api.parameters.Input@68a66e65, org.onap.sdc.toscaparser.api.parameters.Input@7d1d99ed]
2022-06-26T04:28:32.502Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:28:32.502Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:28:32.503Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-06-26T04:28:32.503Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 1a63cfdd-f49b-4329-914b-52099832387b
2022-06-26T04:28:32.503Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1a63cfdd-f49b-4329-914b-52099832387b matches Tosca VF Customization UUID: 1a63cfdd-f49b-4329-914b-52099832387b
2022-06-26T04:28:32.503Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 1a63cfdd-f49b-4329-914b-52099832387b matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-26T04:28:32.505Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:28:32.510Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:28:32.511Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 1a63cfdd-f49b-4329-914b-52099832387b: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-26T04:28:32.511Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4367635e
2022-06-26T04:28:32.511Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:28:32.511Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T04:28:32.511Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 105236ff-fb1c-464d-93e7-a0291a99e639
2022-06-26T04:28:32.511Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 105236ff-fb1c-464d-93e7-a0291a99e639
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-26T04:28:32.523Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:28:32.524Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vckuNc 0 is matching search criteria
2022-06-26T04:28:32.524Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vckuNc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:28:32.525Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:28:32.525Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vckuNc 0 is matching search criteria
2022-06-26T04:28:32.525Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vckuNc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:28:32.525Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:28:32.525Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vckuNc 0 is not matching search criteria
2022-06-26T04:28:32.526Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-26T04:28:32.526Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-26T04:28:32.526Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1d386d95-1a93-4d10-a3aa-2c86006a44ef
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-26T04:28:32.528Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:28:32.528Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vckuNc 0 is matching search criteria
2022-06-26T04:28:32.529Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vckuNc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T04:28:32.529Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:28:32.529Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vckuNc 0 is matching search criteria
2022-06-26T04:28:32.529Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vckuNc 0] matching following query criteria: sdcType=VF, customizationUUID=1a63cfdd-f49b-4329-914b-52099832387b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-26T04:28:32.531Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:28:32.531Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:28:32.531Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid bf833fbf-821a-48dc-93c0-373569472760: basic_onboard_vckuNc
2022-06-26T04:28:32.531Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:28:32.532Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:28:32.532Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:28:32.532Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:28:32.532Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:28:32.532Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:28:32.533Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:28:32.533Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:28:32.533Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:28:32.533Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vckuNc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:28:32.533Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_vckuNc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:28:32.642Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_vckuNc bff8067b-6a95-45aa-8062-a43c2aa883ea 1 ASDC deployResourceStructure
2022-06-26T04:28:32.642Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json ASDC sendASDCNotification
2022-06-26T04:28:32.643Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json
2022-06-26T04:28:32.643Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T04:28:32.643Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:32.645Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:32.645Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217712642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-26T04:28:32.746Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:28:32.748Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:28:32.748Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:32.767Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:28:32.767Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:28:33.646Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-26T04:28:33.646Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml
2022-06-26T04:28:33.647Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T04:28:33.647Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:33.650Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:33.650Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217713646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-26T04:28:33.750Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:28:33.751Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:28:33.751Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:33.779Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:28:33.780Z||pool-31-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:28:34.652Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-26T04:28:34.653Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env
2022-06-26T04:28:34.653Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T04:28:34.653Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:34.655Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:34.655Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217714652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-26T04:28:34.755Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:28:34.756Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:28:34.756Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:34.786Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:28:34.787Z||pool-32-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:28:35.656Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar ASDC sendASDCNotification
2022-06-26T04:28:35.656Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar
2022-06-26T04:28:35.657Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T04:28:35.657Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:28:35.659Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:28:35.659Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217715656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T04:28:35.759Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:28:35.760Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:28:35.760Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:28:35.783Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:28:35.783Z||pool-33-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:28:36.660Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-26T04:28:36.680Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-26T04:28:36.684Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:28:36.684Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:28:36.684Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:29:06.685Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-26T04:29:06.719Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-26T04:29:06.723Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:29:06.723Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:29:06.723Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:29:11.486Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:29:11.490Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:29:11.490Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:29:11.529Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:29:11.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217631484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
"status": "NOTIFIED"
}
2022-06-26T04:29:11.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:29:11.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217631484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-26T04:29:11.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:29:11.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217631484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:29:11.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:29:11.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217631484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-26T04:29:11.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:29:11.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217631484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:29:11.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:29:11.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217631484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:29:11.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:29:11.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217639612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:29:11.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:29:11.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217644755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:29:11.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:29:11.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217645848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:29:11.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:29:11.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217646907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:29:11.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:29:11.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217648303,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/vfw7595efa6d2d10_modules.json",
"status": "DEPLOY_OK"
}
2022-06-26T04:29:11.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:29:11.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217649309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-26T04:29:11.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:29:11.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217650316,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/resourceInstances/vfw7595efa6d2d10/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-26T04:29:11.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:29:11.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217651322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626042510/1.0/artifacts/service-Vfw20220626042510-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T04:29:11.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:29:11.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "aai-ml",
"timestamp": 1656217679981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:29:11.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:29:11.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "aai-ml",
"timestamp": 1656217679981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:29:11.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:29:11.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "aai-ml",
"timestamp": 1656217679981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:29:11.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:29:11.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "cds",
"timestamp": 1656217689821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:29:11.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:29:11.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-26T04:29:11.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "aai-ml",
"timestamp": 1656217679981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:29:11.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-26T04:29:36.723Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-26T04:29:36.739Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-26T04:29:36.742Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:29:36.743Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:29:36.743Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:30:06.744Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-26T04:30:06.763Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-26T04:30:06.766Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:30:06.767Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:30:06.767Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:30:11.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:30:11.486Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:30:11.486Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:30:11.521Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:30:11.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-26T04:30:11.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "cds",
"timestamp": 1656217689821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:30:11.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-26T04:30:36.767Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-26T04:30:36.788Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-26T04:30:36.793Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:30:36.793Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:30:36.793Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:31:06.794Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-26T04:31:06.808Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-26T04:31:06.814Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:31:06.814Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:31:06.814Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:31:11.485Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:31:11.486Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:31:11.486Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:31:12.024Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:31:12.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "aai-ml",
"timestamp": 1656217679981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "policy-id",
"timestamp": 1656217691470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "cds",
"timestamp": 1656217689821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "aai-ml",
"timestamp": 1656217679981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "policy-id",
"timestamp": 1656217691470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.031Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "cds",
"timestamp": 1656217689821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1656217692898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "aai-ml",
"timestamp": 1656217679981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:31:12.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "policy-id",
"timestamp": 1656217691470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-26T04:31:12.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "cds",
"timestamp": 1656217689821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1656217692898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656217693733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "aai-ml",
"timestamp": 1656217694977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:31:12.036Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "policy-id",
"timestamp": 1656217691470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "cds",
"timestamp": 1656217689821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1656217692898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656217693733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
"status": "NOTIFIED"
}
2022-06-26T04:31:12.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "policy-id",
"timestamp": 1656217691470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "cds",
"timestamp": 1656217689821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:31:12.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1656217692898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656217693733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-26T04:31:12.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "policy-id",
"timestamp": 1656217691470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1656217692898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "cds",
"timestamp": 1656217697708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:31:12.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656217693733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9843a938-6b46-4895-b0d8-6329552a275c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217698022,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T04:31:12.045Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "policy-id",
"timestamp": 1656217691470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:31:12.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656217696746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1656217692898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "cds",
"timestamp": 1656217698714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T04:31:12.058Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 240aed06-1ba0-4527-bfd0-b23629aa5b1e
2022-06-26T04:31:12.059Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 240aed06-1ba0-4527-bfd0-b23629aa5b1e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:31:12.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656217693733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-26T04:31:12.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656217696746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "policy-id",
"timestamp": 1656217699335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:31:12.077Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1656217692898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217699042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656217693733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656217696746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "policy-id",
"timestamp": 1656217700341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T04:31:12.083Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217699042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
"status": "NOTIFIED"
}
2022-06-26T04:31:12.085Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656217693733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:31:12.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656217696746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "policy-id",
"timestamp": 1656217701346,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T04:31:12.096Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 240aed06-1ba0-4527-bfd0-b23629aa5b1e
2022-06-26T04:31:12.096Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 240aed06-1ba0-4527-bfd0-b23629aa5b1e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:31:12.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217699042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-26T04:31:12.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656217701665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:31:12.114Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656217696746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217699042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "aai-ml",
"timestamp": 1656217702857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T04:31:12.117Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656217696746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656217702745,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:31:12.119Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217699042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-26T04:31:12.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "aai-ml",
"timestamp": 1656217703862,
"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-06-26T04:31:12.128Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 240aed06-1ba0-4527-bfd0-b23629aa5b1e
2022-06-26T04:31:12.128Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 240aed06-1ba0-4527-bfd0-b23629aa5b1e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:31:12.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656217696746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:31:12.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656217703805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:31:12.142Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "clamp",
"timestamp": 1656217703907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217699042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656217704494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:31:12.144Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656217704838,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T04:31:12.152Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 240aed06-1ba0-4527-bfd0-b23629aa5b1e
2022-06-26T04:31:12.152Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 240aed06-1ba0-4527-bfd0-b23629aa5b1e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-26T04:31:12.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "clamp",
"timestamp": 1656217703907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
"status": "NOTIFIED"
}
2022-06-26T04:31:12.161Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217699042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:31:12.162Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656217705846,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-26T04:31:12.162Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "clamp",
"timestamp": 1656217703907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.163Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217706873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:31:12.164Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "clamp",
"timestamp": 1656217703907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656217706833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T04:31:12.166Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "clamp",
"timestamp": 1656217703907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656217707838,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T04:31:12.178Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 240aed06-1ba0-4527-bfd0-b23629aa5b1e
2022-06-26T04:31:12.178Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 240aed06-1ba0-4527-bfd0-b23629aa5b1e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:31:12.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217709349,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:31:12.192Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "clamp",
"timestamp": 1656217703907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:31:12.193Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "clamp",
"timestamp": 1656217703907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:31:12.194Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-26T04:31:12.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217710417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:31:12.195Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.195Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217711479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:31:12.195Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.195Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217712642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/basic_onboard_vckunc0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-26T04:31:12.196Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217713646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-26T04:31:12.196Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217714652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/resourceInstances/basic_onboard_vckunc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-26T04:31:12.197Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217715656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T04:31:12.198Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "clamp",
"timestamp": 1656217716937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:31:12.199Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "clamp",
"timestamp": 1656217719961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVckunc/1.0/artifacts/service-BasicOnboardVckunc-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T04:31:12.200Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:31:12.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:31:12.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "clamp",
"timestamp": 1656217720971,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T04:31:12.209Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 240aed06-1ba0-4527-bfd0-b23629aa5b1e
2022-06-26T04:31:12.209Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 240aed06-1ba0-4527-bfd0-b23629aa5b1e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:31:36.815Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-26T04:31:36.832Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-26T04:31:36.837Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:31:36.837Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-26T04:31:36.837Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-26T04:31:36.838Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-26T04:31:36.838Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T04:31:36.838Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T04:31:36.838Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T04:31:36.838Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T04:31:36.839Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T04:31:36.839Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T04:31:36.839Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T04:31:36.846Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-26T04:32:06.846Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-26T04:32:06.855Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 240aed06-1ba0-4527-bfd0-b23629aa5b1e and serviceModelVersionId: bf833fbf-821a-48dc-93c0-373569472760
2022-06-26T04:32:06.855Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c069dbab-d201-4dec-bcde-19a73837fb2e
2022-06-26T04:32:06.857Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c069dbab-d201-4dec-bcde-19a73837fb2e/model-vers/model-ver/bf833fbf-821a-48dc-93c0-373569472760?depth=0
2022-06-26T04:32:06.869Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-26T04:32:06.947Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c069dbab-d201-4dec-bcde-19a73837fb2e/model-vers/model-ver/bf833fbf-821a-48dc-93c0-373569472760?depth=0|INFO|500||Invoke
2022-06-26T04:32:06.948Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c069dbab-d201-4dec-bcde-19a73837fb2e/model-vers/model-ver/bf833fbf-821a-48dc-93c0-373569472760?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c069dbab-d201-4dec-bcde-19a73837fb2e/model-vers/model-ver/bf833fbf-821a-48dc-93c0-373569472760?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[240aed06-1ba0-4527-bfd0-b23629aa5b1e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d8736107-7de6-46c1-847b-d202a2d86b82], X-ECOMP-RequestID=[240aed06-1ba0-4527-bfd0-b23629aa5b1e], X-TransactionId=[], X-ONAP-RequestID=[240aed06-1ba0-4527-bfd0-b23629aa5b1e], Content-Type=[application/merge-patch+json]}
2022-06-26T04:32:06.981Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c069dbab-d201-4dec-bcde-19a73837fb2e/model-vers/model-ver/bf833fbf-821a-48dc-93c0-373569472760?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-26T04:32:07.090Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c069dbab-d201-4dec-bcde-19a73837fb2e/model-vers/model-ver/bf833fbf-821a-48dc-93c0-373569472760?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/c069dbab-d201-4dec-bcde-19a73837fb2e/model-vers/model-ver/bf833fbf-821a-48dc-93c0-373569472760?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220626-04:32:06:934-62999], vertex-id=[389328], Content-Length=[0], Date=[Sun, 26 Jun 2022 04:32:06 GMT], Content-Type=[application/json]}
2022-06-26T04:32:07.090Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c069dbab-d201-4dec-bcde-19a73837fb2e/model-vers/model-ver/bf833fbf-821a-48dc-93c0-373569472760?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-26T04:32:07.091Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c069dbab-d201-4dec-bcde-19a73837fb2e/model-vers/model-ver/bf833fbf-821a-48dc-93c0-373569472760?depth=0|INFO|500||InvokeReturn
2022-06-26T04:32:07.091Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-26T04:32:07.092Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-26T04:32:07.099Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-26T04:32:07.100Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 240aed06-1ba0-4527-bfd0-b23629aa5b1e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-26T04:32:07.100Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-26T04:32:07.100Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:32:07.104Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:32:07.105Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217927100,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T04:32:07.204Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T04:32:07.206Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:32:07.206Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:32:07.236Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:32:07.237Z||pool-34-thread-1|||||INFO|500||cambria reply ok (32 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-06-26T04:32:08.124Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:32:08.125Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:32:08.125Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:32:11.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:32:11.485Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:32:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:32:12.124Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:32:12.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T04:32:12.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240aed06-1ba0-4527-bfd0-b23629aa5b1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656217927100,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T04:32:12.126Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:32:18.511Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:32:18.512Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:32:18.512Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:32:18.513Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:32:28.064Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:32:28.065Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:32:28.065Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:32:28.065Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:32:37.626Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:32:37.627Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:32:37.627Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:32:37.627Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:32:47.190Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:33:11.484Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:33:11.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:33:11.485Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:33:11.485Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:33:11.485Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:33:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:33:21.083Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:33:21.183Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:34:11.483Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:34:11.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:34:11.485Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:34:11.485Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:34:11.485Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:34:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:34:21.061Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:34:21.087Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:35:11.482Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:35:11.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:35:11.486Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:35:11.486Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:35:11.486Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:35:11.486Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:35:21.054Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:35:21.060Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:36:11.481Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:36:11.482Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:36:11.483Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:36:11.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:36:11.484Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:36:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:36:21.087Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:36:21.093Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:37:11.481Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:37:11.482Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:37:11.482Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:37:11.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:37:11.485Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:37:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:37:21.086Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:37:21.090Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:38:11.482Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:38:11.483Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:38:11.483Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:38:11.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:38:11.485Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:38:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:38:21.049Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:38:21.097Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:39:11.481Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:39:11.482Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:39:11.483Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as deEeky6OmfeB3iCs) ...
2022-06-26T04:39:11.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:39:11.485Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:39:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:39:21.091Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:39:21.097Z|240aed06-1ba0-4527-bfd0-b23629aa5b1e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:40:11.482Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:40:11.485Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:40:11.487Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:40:11.487Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:40:11.487Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:40:11.487Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:40:21.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:40:21.093Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:41:11.481Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:41:11.482Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:41:11.482Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:41:11.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:41:11.485Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:41:11.486Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:41:11.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:41:11.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-26T04:41:11.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "aai-ml",
"timestamp": 1656218459981,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:41:11.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-26T04:41:11.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-26T04:41:11.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "aai-ml",
"timestamp": 1656218459981,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:41:11.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-26T04:41:11.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-26T04:41:11.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "cds",
"timestamp": 1656218469821,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:41:11.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-26T04:41:11.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-26T04:41:11.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "aai-ml",
"timestamp": 1656218459981,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:41:11.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-26T04:41:12.136Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:41:12.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-26T04:41:12.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"2a53f35b-8ddf-4fa9-b748-64c34855e3c5","serviceName":"Demo_pNF_lS8Yj36nfSkS6xmjFEk3","serviceVersion":"1.0","serviceUUID":"da90f075-1cbe-47e7-8720-4d57452e73af","serviceDescription":"catalog service description","serviceInvariantUUID":"facf0445-ea95-4ab2-88e1-cdef8924072f","resources":[{"resourceInstanceName":"pNF dd9b8d4d-56cc 0","resourceName":"pNF dd9b8d4d-56cc","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b5bd2849-a5e8-4942-8372-2ff2d1080207","resourceInvariantUUID":"77b772d0-757c-4d03-9957-ed5787b07a8c","resourceCustomizationUUID":"07b30099-acee-4c98-a921-160853d79b23","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vf-license-model.xml","artifactChecksum":"MmQ2ZDM5NTU1ZDhkZTBkZDIzZTllOWIwZWZiMTA4ZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"13121b8a-5c8e-413c-8d93-36bd6defec57","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/pNF.csar","artifactChecksum":"ZjVhYTYzMDEzNjlkNmVhZjk3NDFhZjQ4ZWVkZDFiNjg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f180cc0-7257-4ddc-8cf3-a9eb16b3e647","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d1898e51-c8dc-4964-ae3c-0c00940c7d25","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vendor-license-model.xml","artifactChecksum":"ZmNmOWI4NmQ3ZDc2NmUzOTNkOWE2YWRiNzE4Mjg2Yjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1deb59fe-10e2-4eac-ac09-23a7d5894342","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"15d61176-698e-4a65-a0ae-f4d1ae72c967","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"45f39f05-a573-4eb2-ba12-24a534305dbb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLs8yj36nfsks6xmjfek3-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-template.yml","artifactChecksum":"MWFiN2M2Zjg1MjEyMTEwZWIwOTU3ODVlNDVlNTc2MmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"00ea851b-39c1-4d39-ba97-f0fe34612073","artifactVersion":"1"},{"artifactName":"service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar","artifactChecksum":"YjU4MDY1MjAwYTNkMzFkODMzMmY1NjgzMmVhMDhhZGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7e73ae46-45f8-4c17-ad8b-d9bfa8c1e7b6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-26T04:41:12.147Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:41:12.147Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:41:12.152Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:41:12.152Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656218471481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:41:12.252Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:41:12.253Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:41:12.253Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:41:12.276Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:41:12.276Z||pool-35-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:41:13.153Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:41:13.154Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:41:13.156Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:41:13.156Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656218471481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:41:13.257Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T04:41:13.258Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:41:13.258Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:41:13.294Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:41:13.295Z||pool-36-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:41:14.157Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:41:14.159Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:41:14.161Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:41:14.161Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656218471481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:41:14.261Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:41:14.262Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:41:14.262Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:41:14.309Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:41:14.309Z||pool-37-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:41:15.162Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:41:15.163Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:41:15.165Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:41:15.165Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656218471481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:41:15.265Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:41:15.266Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:41:15.267Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:41:15.286Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:41:15.287Z||pool-38-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:41:16.166Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:41:16.166Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:41:16.168Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:41:16.168Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656218471481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:41:16.269Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:41:16.270Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:41:16.270Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:41:16.286Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:41:16.287Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:41:17.172Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:41:17.173Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:41:17.178Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:41:17.178Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656218471481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:41:17.278Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T04:41:17.279Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:41:17.279Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:41:17.295Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:41:17.296Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:41:18.179Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:41:18.180Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:41:18.184Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:41:18.184Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656218471481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:41:18.284Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:41:18.285Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:41:18.285Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:41:18.342Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:41:18.343Z||pool-41-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:41:19.185Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:41:19.186Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:41:19.189Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:41:19.189Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656218471481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:41:19.289Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T04:41:19.290Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:41:19.290Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:41:19.308Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:41:19.309Z||pool-42-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:41:20.191Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"serviceName": "Demo_pNF_lS8Yj36nfSkS6xmjFEk3",
"serviceVersion": "1.0",
"serviceUUID": "da90f075-1cbe-47e7-8720-4d57452e73af",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "facf0445-ea95-4ab2-88e1-cdef8924072f",
"resources": [
{
"resourceInstanceName": "pNF dd9b8d4d-56cc 0",
"resourceCustomizationUUID": "07b30099-acee-4c98-a921-160853d79b23",
"resourceName": "pNF dd9b8d4d-56cc",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "b5bd2849-a5e8-4942-8372-2ff2d1080207",
"resourceInvariantUUID": "77b772d0-757c-4d03-9957-ed5787b07a8c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
"artifactChecksum": "YjU4MDY1MjAwYTNkMzFkODMzMmY1NjgzMmVhMDhhZGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7e73ae46-45f8-4c17-ad8b-d9bfa8c1e7b6"
}
],
"workloadContext": "Production"
}
2022-06-26T04:41:20.191Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-26T04:41:20.194Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 da90f075-1cbe-47e7-8720-4d57452e73af ASDC
2022-06-26T04:41:20.197Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:2a53f35b-8ddf-4fa9-b748-64c34855e3c5
ServiceName:Demo_pNF_lS8Yj36nfSkS6xmjFEk3
ServiceVersion:1.0
ServiceUUID:da90f075-1cbe-47e7-8720-4d57452e73af
ServiceInvariantUUID:facf0445-ea95-4ab2-88e1-cdef8924072f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
ArtifactUUID:7e73ae46-45f8-4c17-ad8b-d9bfa8c1e7b6
ArtifactChecksum:YjU4MDY1MjAwYTNkMzFkODMzMmY1NjgzMmVhMDhhZGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF dd9b8d4d-56cc 0
ResourceCustomizationUUID:07b30099-acee-4c98-a921-160853d79b23
ResourceInvariantUUID:77b772d0-757c-4d03-9957-ed5787b07a8c
ResourceName:pNF dd9b8d4d-56cc
ResourceType:PNF
ResourceUUID:b5bd2849-a5e8-4942-8372-2ff2d1080207
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-06-26T04:41:20.197Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF da90f075-1cbe-47e7-8720-4d57452e73af ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:41:20.254Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T04:41:20.256Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-26T04:41:20.256Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-26T04:41:20.256Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7e73ae46-45f8-4c17-ad8b-d9bfa8c1e7b6 from URL: /sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:20.256Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-26T04:41:20.257Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:20.455Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-26T04:41:20.460Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar 7e73ae46-45f8-4c17-ad8b-d9bfa8c1e7b6 82648
2022-06-26T04:41:20.460Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar ASDC sendASDCNotification
2022-06-26T04:41:20.460Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:20.461Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:41:20.461Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:41:20.463Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:41:20.463Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656218480460,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:41:20.563Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:41:20.564Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:41:20.565Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:41:20.600Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:41:20.601Z||pool-43-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:41:21.464Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T04:41:21.465Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-26T04:41:21.465Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 7e73ae46-45f8-4c17-ad8b-d9bfa8c1e7b6, URL: /sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar to file: /app/ASDC/1/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:21.466Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:21.466Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:21.467Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:21.851Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12812265923244987063/Definitions/service-DemoPnfLs8yj36nfsks6xmjfek3-template.yml
2022-06-26T04:41:22.720Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-26T04:41:22.721Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-26T04:41:22.721Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:22.721Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-26T04:41:22.721Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF dd9b8d4d-56cc 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-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:22.721Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|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-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:22.721Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|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-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:22.721Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|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-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:22.722Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|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-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:22.722Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|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-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:22.722Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|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-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:22.722Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-26T04:41:22.722Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:41:22.722Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_lS8Yj36nfSkS6xmjFEk3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:41:22.723Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Node template pNF dd9b8d4d-56cc 0 is matching search criteria
2022-06-26T04:41:22.723Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-26T04:41:22.723Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF dd9b8d4d-56cc 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T04:41:22.723Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:41:22.724Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_lS8Yj36nfSkS6xmjFEk3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:41:22.724Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Node template pNF dd9b8d4d-56cc 0 is matching search criteria
2022-06-26T04:41:22.724Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-26T04:41:22.724Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF dd9b8d4d-56cc 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T04:41:22.724Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:41:22.724Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_lS8Yj36nfSkS6xmjFEk3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:41:22.725Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:41:22.725Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_lS8Yj36nfSkS6xmjFEk3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:41:22.725Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:41:22.725Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_lS8Yj36nfSkS6xmjFEk3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:41:22.725Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:41:22.725Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_lS8Yj36nfSkS6xmjFEk3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:41:22.725Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:41:22.726Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_lS8Yj36nfSkS6xmjFEk3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:41:22.726Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_lS8Yj36nfSkS6xmjFEk3
Description:catalog service description
Model UUID:da90f075-1cbe-47e7-8720-4d57452e73af
Model Version:NULL
Model InvariantUuid:facf0445-ea95-4ab2-88e1-cdef8924072f
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-06-26T04:41:22.736Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: b5bd2849-a5e8-4942-8372-2ff2d1080207
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-26T04:41:22.743Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||pNF dd9b8d4d-56cc 0
2022-06-26T04:41:22.743Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b5bd2849-a5e8-4942-8372-2ff2d1080207
2022-06-26T04:41:22.745Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||No resources found for Service: da90f075-1cbe-47e7-8720-4d57452e73af
2022-06-26T04:41:22.745Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: da90f075-1cbe-47e7-8720-4d57452e73af
2022-06-26T04:41:22.745Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF dd9b8d4d-56cc 0 b5bd2849-a5e8-4942-8372-2ff2d1080207 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-06-26T04:41:22.755Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@69539928, org.onap.sdc.toscaparser.api.parameters.Input@3a181ebb, org.onap.sdc.toscaparser.api.parameters.Input@783b80e0, org.onap.sdc.toscaparser.api.parameters.Input@20dd2101, org.onap.sdc.toscaparser.api.parameters.Input@55b266eb]
2022-06-26T04:41:22.756Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:41:22.756Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_lS8Yj36nfSkS6xmjFEk3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:41:22.756Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid da90f075-1cbe-47e7-8720-4d57452e73af: pNF dd9b8d4d-56cc
2022-06-26T04:41:22.757Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||Processing PNF resource: b5bd2849-a5e8-4942-8372-2ff2d1080207
2022-06-26T04:41:22.757Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:41:22.757Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_lS8Yj36nfSkS6xmjFEk3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:41:22.757Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||Resource customization UUID: 07b30099-acee-4c98-a921-160853d79b23 is the same as notified resource customizationUUID: 07b30099-acee-4c98-a921-160853d79b23
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-26T04:41:22.839Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF dd9b8d4d-56cc b5bd2849-a5e8-4942-8372-2ff2d1080207 0 ASDC deployResourceStructure
2022-06-26T04:41:22.840Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar ASDC sendASDCNotification
2022-06-26T04:41:22.840Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar
2022-06-26T04:41:22.840Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T04:41:22.841Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:41:22.843Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:41:22.843Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656218482840,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T04:41:22.943Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:41:22.943Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:41:22.944Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:41:23.002Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:41:23.003Z||pool-44-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:41:23.844Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-26T04:41:23.854Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-26T04:41:23.856Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:41:23.856Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:41:23.856Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:41:53.857Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-26T04:41:53.870Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-26T04:41:53.874Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:41:53.874Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:41:53.875Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:42:11.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:42:11.485Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:42:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:42:11.512Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:42:11.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-26T04:42:11.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "cds",
"timestamp": 1656218469821,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:42:11.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-26T04:42:23.875Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-26T04:42:23.887Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-26T04:42:23.892Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:42:23.892Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:42:23.892Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:42:53.892Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-26T04:42:53.910Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-26T04:42:53.912Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:42:53.913Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:42:53.913Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:43:11.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:43:11.485Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:43:11.485Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:43:11.535Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:43:11.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:43:11.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "policy-id",
"timestamp": 1656218471470,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:43:11.537Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:43:23.913Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-26T04:43:23.923Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-26T04:43:23.924Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:43:23.925Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:43:23.925Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:43:53.925Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-26T04:43:53.937Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-26T04:43:53.939Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:43:53.939Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T04:43:53.939Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T04:44:11.485Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:44:11.488Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:44:11.488Z||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 deEeky6OmfeB3iCs) ...
2022-06-26T04:44:11.515Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:44:11.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "aai-ml",
"timestamp": 1656218459981,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656218471481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "cds",
"timestamp": 1656218469821,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "aai-ml",
"timestamp": 1656218459981,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "policy-id",
"timestamp": 1656218471470,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656218471481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "cds",
"timestamp": 1656218469821,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "ves-openapi-manager",
"timestamp": 1656218472898,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "aai-ml",
"timestamp": 1656218459981,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "policy-id",
"timestamp": 1656218471470,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656218471481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "cds",
"timestamp": 1656218469821,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "ves-openapi-manager",
"timestamp": 1656218472898,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656218473733,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "aai-ml",
"timestamp": 1656218459981,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "policy-id",
"timestamp": 1656218471470,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656218471481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "cds",
"timestamp": 1656218469821,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "ves-openapi-manager",
"timestamp": 1656218472898,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656218473733,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "policy-id",
"timestamp": 1656218471470,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.569Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "aai-ml",
"timestamp": 1656218459981,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:44:11.569Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656218471481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "cds",
"timestamp": 1656218469821,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "ves-openapi-manager",
"timestamp": 1656218472898,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656218473733,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "policy-id",
"timestamp": 1656218471470,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656218471481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "aai-ml",
"timestamp": 1656218477206,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.578Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "cds",
"timestamp": 1656218469821,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:44:11.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "ves-openapi-manager",
"timestamp": 1656218472898,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656218473733,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "policy-id",
"timestamp": 1656218471470,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656218476746,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656218471481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "ves-openapi-manager",
"timestamp": 1656218472898,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-06-26T04:44:11.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656218473733,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "cds",
"timestamp": 1656218478796,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.583Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "policy-id",
"timestamp": 1656218471470,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:44:11.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656218476746,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656218471481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:44:11.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "ves-openapi-manager",
"timestamp": 1656218472898,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656218473733,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "cds",
"timestamp": 1656218479807,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T04:44:11.598Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
2022-06-26T04:44:11.599Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a53f35b-8ddf-4fa9-b748-64c34855e3c5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:44:11.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656218476746,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.615Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "policy-id",
"timestamp": 1656218480383,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.615Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656218480460,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.616Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "ves-openapi-manager",
"timestamp": 1656218472898,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656218473733,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656218476746,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "policy-id",
"timestamp": 1656218481403,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T04:44:11.618Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656218473733,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:44:11.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "ves-openapi-manager",
"timestamp": 1656218481843,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.619Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656218476746,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "policy-id",
"timestamp": 1656218482428,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T04:44:11.625Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
2022-06-26T04:44:11.626Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a53f35b-8ddf-4fa9-b748-64c34855e3c5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:44:11.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656218482840,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T04:44:11.642Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656218476746,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "ves-openapi-manager",
"timestamp": 1656218483091,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-06-26T04:44:11.643Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "aai-ml",
"timestamp": 1656218483177,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T04:44:11.643Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656218476746,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.644Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "ves-openapi-manager",
"timestamp": 1656218484097,
"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-06-26T04:44:11.650Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
2022-06-26T04:44:11.650Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a53f35b-8ddf-4fa9-b748-64c34855e3c5 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-06-26T04:44:11.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "aai-ml",
"timestamp": 1656218484183,
"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-06-26T04:44:11.663Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
2022-06-26T04:44:11.663Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a53f35b-8ddf-4fa9-b748-64c34855e3c5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:44:11.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "clamp",
"timestamp": 1656218483907,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656218476746,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:44:11.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "clamp",
"timestamp": 1656218483907,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"consumerID": "cds",
"timestamp": 1656218484821,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656218485542,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.673Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "clamp",
"timestamp": 1656218483907,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"consumerID": "cds",
"timestamp": 1656218484821,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:44:11.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "clamp",
"timestamp": 1656218483907,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"consumerID": "cds",
"timestamp": 1656218487589,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.675Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656218487565,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T04:44:11.676Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "clamp",
"timestamp": 1656218483907,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.676Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"consumerID": "cds",
"timestamp": 1656218488596,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:44:11.691Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 32e4e8b5-15db-4419-8ca2-87371c5acbdb
2022-06-26T04:44:11.691Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32e4e8b5-15db-4419-8ca2-87371c5acbdb and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:44:11.702Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.703Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656218488571,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T04:44:11.708Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
2022-06-26T04:44:11.708Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a53f35b-8ddf-4fa9-b748-64c34855e3c5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:44:11.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "clamp",
"timestamp": 1656218483907,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/resourceInstances/pnfdd9b8d4d56cc0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "clamp",
"timestamp": 1656218483907,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"consumerID": "aai-ml",
"timestamp": 1656218489981,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "clamp",
"timestamp": 1656218483907,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:44:11.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"consumerID": "aai-ml",
"timestamp": 1656218489981,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:44:11.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"consumerID": "policy-id",
"timestamp": 1656218491470,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"consumerID": "aai-ml",
"timestamp": 1656218492750,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.729Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"consumerID": "policy-id",
"timestamp": 1656218491470,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:44:11.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"consumerID": "ves-openapi-manager",
"timestamp": 1656218492898,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"consumerID": "policy-id",
"timestamp": 1656218494449,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.731Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"consumerID": "ves-openapi-manager",
"timestamp": 1656218492898,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656218493733,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"consumerID": "policy-id",
"timestamp": 1656218495469,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T04:44:11.732Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656218493733,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:44:11.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "clamp",
"timestamp": 1656218496135,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"consumerID": "policy-id",
"timestamp": 1656218496482,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T04:44:11.739Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 32e4e8b5-15db-4419-8ca2-87371c5acbdb
2022-06-26T04:44:11.739Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32e4e8b5-15db-4419-8ca2-87371c5acbdb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:44:11.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"consumerID": "aai-ml",
"timestamp": 1656218496682,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T04:44:11.749Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "clamp",
"timestamp": 1656218497169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLs8yj36nfsks6xmjfek3/1.0/artifacts/service-DemoPnfLs8yj36nfsks6xmjfek3-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T04:44:11.749Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"consumerID": "aai-ml",
"timestamp": 1656218497687,
"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-06-26T04:44:11.759Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 32e4e8b5-15db-4419-8ca2-87371c5acbdb
2022-06-26T04:44:11.759Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32e4e8b5-15db-4419-8ca2-87371c5acbdb and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:44:11.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "clamp",
"timestamp": 1656218498178,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T04:44:11.776Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
2022-06-26T04:44:11.776Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a53f35b-8ddf-4fa9-b748-64c34855e3c5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:44:11.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"consumerID": "clamp",
"timestamp": 1656218483907,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"consumerID": "clamp",
"timestamp": 1656218483907,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:44:11.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"consumerID": "clamp",
"timestamp": 1656218504136,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.795Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"consumerID": "clamp",
"timestamp": 1656218506147,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T04:44:11.795Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"consumerID": "clamp",
"timestamp": 1656218507152,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T04:44:11.800Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 32e4e8b5-15db-4419-8ca2-87371c5acbdb
2022-06-26T04:44:11.800Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32e4e8b5-15db-4419-8ca2-87371c5acbdb and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:44:11.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656218506747,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656218506747,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:44:11.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656218509479,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.813Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656218511141,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T04:44:11.813Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656218512145,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T04:44:11.821Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 32e4e8b5-15db-4419-8ca2-87371c5acbdb
2022-06-26T04:44:11.821Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32e4e8b5-15db-4419-8ca2-87371c5acbdb and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:44:11.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "ves-openapi-manager",
"timestamp": 1656218512898,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "policy-id",
"timestamp": 1656218511471,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "clamp",
"timestamp": 1656218513907,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656218513733,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "ves-openapi-manager",
"timestamp": 1656218512898,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "policy-id",
"timestamp": 1656218511471,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "clamp",
"timestamp": 1656218513907,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "cds",
"timestamp": 1656218514821,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656218513733,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-06-26T04:44:11.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "ves-openapi-manager",
"timestamp": 1656218512898,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "policy-id",
"timestamp": 1656218511471,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "clamp",
"timestamp": 1656218513907,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "cds",
"timestamp": 1656218514821,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656218513733,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-06-26T04:44:11.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "ves-openapi-manager",
"timestamp": 1656218512898,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "policy-id",
"timestamp": 1656218511471,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "clamp",
"timestamp": 1656218513907,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-06-26T04:44:11.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "cds",
"timestamp": 1656218514821,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656218513733,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-06-26T04:44:11.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "ves-openapi-manager",
"timestamp": 1656218512898,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "policy-id",
"timestamp": 1656218511471,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-06-26T04:44:11.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "clamp",
"timestamp": 1656218513907,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "cds",
"timestamp": 1656218514821,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656218513733,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-06-26T04:44:11.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "ves-openapi-manager",
"timestamp": 1656218512898,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "policy-id",
"timestamp": 1656218511471,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "clamp",
"timestamp": 1656218513907,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "cds",
"timestamp": 1656218514821,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656218513733,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "ves-openapi-manager",
"timestamp": 1656218512898,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "policy-id",
"timestamp": 1656218511471,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "clamp",
"timestamp": 1656218513907,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "cds",
"timestamp": 1656218514821,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "aai-ml",
"timestamp": 1656218519981,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656218513733,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-06-26T04:44:11.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "ves-openapi-manager",
"timestamp": 1656218512898,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "policy-id",
"timestamp": 1656218511471,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "clamp",
"timestamp": 1656218513907,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "cds",
"timestamp": 1656218514821,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "aai-ml",
"timestamp": 1656218519981,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656218513733,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "ves-openapi-manager",
"timestamp": 1656218512898,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "policy-id",
"timestamp": 1656218511471,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:44:11.845Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "clamp",
"timestamp": 1656218513907,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:44:11.845Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "cds",
"timestamp": 1656218514821,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.845Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.846Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "aai-ml",
"timestamp": 1656218519981,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.846Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.846Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.846Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656218513733,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:44:11.846Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.846Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.846Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "policy-id",
"timestamp": 1656218523257,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.846Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.846Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.846Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "cds",
"timestamp": 1656218514821,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:44:11.847Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "aai-ml",
"timestamp": 1656218519981,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.847Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656218523584,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.847Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "policy-id",
"timestamp": 1656218524263,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T04:44:11.847Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "cds",
"timestamp": 1656218524644,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.848Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "aai-ml",
"timestamp": 1656218519981,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.848Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656218524655,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.848Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "policy-id",
"timestamp": 1656218525268,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:44:11.861Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6
2022-06-26T04:44:11.861Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:44:11.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "cds",
"timestamp": 1656218525655,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T04:44:11.878Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6
2022-06-26T04:44:11.879Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T04:44:11.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "aai-ml",
"timestamp": 1656218519981,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656218525719,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.896Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "aai-ml",
"timestamp": 1656218519981,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656218526792,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.897Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "aai-ml",
"timestamp": 1656218519981,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:44:11.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656218527887,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T04:44:11.902Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6
2022-06-26T04:44:11.903Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-26T04:44:11.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "aai-ml",
"timestamp": 1656218519981,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:44:11.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T04:44:11.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656218528897,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-26T04:44:11.911Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "aai-ml",
"timestamp": 1656218529878,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.911Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:11.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T04:44:11.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d4cb706-6ae7-4a75-9beb-f8de0f2f51f6",
"consumerID": "clamp",
"timestamp": 1656218531144,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:44:11.911Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T04:44:23.940Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-26T04:44:23.971Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-26T04:44:23.975Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T04:44:23.976Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-26T04:44:23.976Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-26T04:44:23.976Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-26T04:44:23.976Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T04:44:23.976Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T04:44:23.976Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T04:44:23.976Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T04:44:23.976Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T04:44:23.976Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T04:44:23.977Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T04:44:23.977Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|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-06-26T04:44:23.982Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-26T04:44:53.984Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-26T04:44:53.997Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a53f35b-8ddf-4fa9-b748-64c34855e3c5 and serviceModelVersionId: da90f075-1cbe-47e7-8720-4d57452e73af
2022-06-26T04:44:53.997Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : facf0445-ea95-4ab2-88e1-cdef8924072f
2022-06-26T04:44:54.000Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/facf0445-ea95-4ab2-88e1-cdef8924072f/model-vers/model-ver/da90f075-1cbe-47e7-8720-4d57452e73af?depth=0
2022-06-26T04:44:54.014Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-26T04:44:54.119Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/facf0445-ea95-4ab2-88e1-cdef8924072f/model-vers/model-ver/da90f075-1cbe-47e7-8720-4d57452e73af?depth=0|INFO|500||Invoke
2022-06-26T04:44:54.120Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/facf0445-ea95-4ab2-88e1-cdef8924072f/model-vers/model-ver/da90f075-1cbe-47e7-8720-4d57452e73af?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/facf0445-ea95-4ab2-88e1-cdef8924072f/model-vers/model-ver/da90f075-1cbe-47e7-8720-4d57452e73af?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2a53f35b-8ddf-4fa9-b748-64c34855e3c5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0b30c414-0efd-40c2-a148-7dfa70c85f5a], X-ECOMP-RequestID=[2a53f35b-8ddf-4fa9-b748-64c34855e3c5], X-TransactionId=[], X-ONAP-RequestID=[2a53f35b-8ddf-4fa9-b748-64c34855e3c5], Content-Type=[application/merge-patch+json]}
2022-06-26T04:44:54.146Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/facf0445-ea95-4ab2-88e1-cdef8924072f/model-vers/model-ver/da90f075-1cbe-47e7-8720-4d57452e73af?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-26T04:44:54.617Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/facf0445-ea95-4ab2-88e1-cdef8924072f/model-vers/model-ver/da90f075-1cbe-47e7-8720-4d57452e73af?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/facf0445-ea95-4ab2-88e1-cdef8924072f/model-vers/model-ver/da90f075-1cbe-47e7-8720-4d57452e73af?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220626-04:44:54:130-33077], vertex-id=[565288], Content-Length=[0], Date=[Sun, 26 Jun 2022 04:44:54 GMT], Content-Type=[application/json]}
2022-06-26T04:44:54.618Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/facf0445-ea95-4ab2-88e1-cdef8924072f/model-vers/model-ver/da90f075-1cbe-47e7-8720-4d57452e73af?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-26T04:44:54.618Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/facf0445-ea95-4ab2-88e1-cdef8924072f/model-vers/model-ver/da90f075-1cbe-47e7-8720-4d57452e73af?depth=0|INFO|500||InvokeReturn
2022-06-26T04:44:54.619Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-26T04:44:54.619Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|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-06-26T04:44:54.630Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-26T04:44:54.631Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a53f35b-8ddf-4fa9-b748-64c34855e3c5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-26T04:44:54.631Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-26T04:44:54.632Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:44:54.636Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:44:54.637Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2a53f35b-8ddf-4fa9-b748-64c34855e3c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656218694631,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T04:44:54.737Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T04:44:54.738Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-26T04:44:54.738Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:44:54.767Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:44:54.768Z||pool-45-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"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-06-26T04:44:55.660Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T04:44:55.660Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T04:44:55.660Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|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 deEeky6OmfeB3iCs) ...
2022-06-26T04:45:00.395Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:45:00.397Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-26T04:45:00.397Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"32e4e8b5-15db-4419-8ca2-87371c5acbdb","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2a007221-e8c1-45c6-a6b0-11114f059277","serviceDescription":"service","serviceInvariantUUID":"4e5cb8d5-2056-405b-8e30-a955afe96b65","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"dd947a11-38ff-44d9-a136-d7883ce11d62","resourceInvariantUUID":"4b4b6d55-e710-4d52-8d01-08176b364bd1","resourceCustomizationUUID":"dd20569b-4967-4dfa-815e-eb1b26097c64","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":"NjM0MzQ1NzU0YjdhMTExOWFjYzYxMjM2NzU5OTBkYjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"612bf7ac-141f-44c3-a824-89a887862cbc","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDZhMWU0NjU1NmVlMjRmMWFjZGVhMDljOTlhYjdmMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8d9943f1-7cbc-432d-9c8c-577ceaa32b82","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-26T04:45:00.400Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:45:00.401Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:45:00.404Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:45:00.404Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656218695659,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T04:45:00.504Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T04:45:00.505Z||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-06-26T04:45:00.505Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:45:00.584Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:45:00.585Z||pool-46-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:45:01.405Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T04:45:01.406Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:45:01.410Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:45:01.410Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656218695659,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T04:45:01.509Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-26T04:45:01.511Z||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-06-26T04:45:01.511Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:45:01.564Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:45:01.568Z||pool-47-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
2022-06-26T04:45:02.412Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "2a007221-e8c1-45c6-a6b0-11114f059277",
"serviceDescription": "service",
"serviceInvariantUUID": "4e5cb8d5-2056-405b-8e30-a955afe96b65",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "dd20569b-4967-4dfa-815e-eb1b26097c64",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "dd947a11-38ff-44d9-a136-d7883ce11d62",
"resourceInvariantUUID": "4b4b6d55-e710-4d52-8d01-08176b364bd1",
"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": "MDZhMWU0NjU1NmVlMjRmMWFjZGVhMDljOTlhYjdmMjg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8d9943f1-7cbc-432d-9c8c-577ceaa32b82"
}
],
"workloadContext": "Production"
}
2022-06-26T04:45:02.412Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-26T04:45:02.412Z|2a53f35b-8ddf-4fa9-b748-64c34855e3c5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2a007221-e8c1-45c6-a6b0-11114f059277 ASDC
2022-06-26T04:45:02.414Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:32e4e8b5-15db-4419-8ca2-87371c5acbdb
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2a007221-e8c1-45c6-a6b0-11114f059277
ServiceInvariantUUID:4e5cb8d5-2056-405b-8e30-a955afe96b65
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:8d9943f1-7cbc-432d-9c8c-577ceaa32b82
ArtifactChecksum:MDZhMWU0NjU1NmVlMjRmMWFjZGVhMDljOTlhYjdmMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:dd20569b-4967-4dfa-815e-eb1b26097c64
ResourceInvariantUUID:4b4b6d55-e710-4d52-8d01-08176b364bd1
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:dd947a11-38ff-44d9-a136-d7883ce11d62
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-06-26T04:45:02.414Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a007221-e8c1-45c6-a6b0-11114f059277 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-26T04:45:02.461Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T04:45:02.462Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-26T04:45:02.462Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-26T04:45:02.462Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8d9943f1-7cbc-432d-9c8c-577ceaa32b82 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-26T04:45:02.462Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-26T04:45:02.462Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|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-06-26T04:45:02.922Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-26T04:45:02.925Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8d9943f1-7cbc-432d-9c8c-577ceaa32b82 52507
2022-06-26T04:45:02.925Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|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-06-26T04:45:02.925Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|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-06-26T04:45:02.925Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T04:45:02.925Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-26T04:45:02.929Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T04:45:02.929Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "32e4e8b5-15db-4419-8ca2-87371c5acbdb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656218702925,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T04:45:03.028Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-26T04:45:03.031Z||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-06-26T04:45:03.031Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as deEeky6OmfeB3iCs) ...
2022-06-26T04:45:03.092Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T04:45:03.093Z||pool-48-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2022-06-26T04:45:03.929Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T04:45:03.930Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-26T04:45:03.931Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 8d9943f1-7cbc-432d-9c8c-577ceaa32b82, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-26T04:45:03.931Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-26T04:45:03.931Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-26T04:45:03.932Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-26T04:45:04.111Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9654667515449863949/Definitions/service-BasicNetwork-template.yml
2022-06-26T04:45:04.692Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-26T04:45:04.693Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-26T04:45:04.693Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-26T04:45:04.693Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-26T04:45:04.693Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|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-06-26T04:45:04.694Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|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-06-26T04:45:04.694Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|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-06-26T04:45:04.694Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|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-06-26T04:45:04.694Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|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-06-26T04:45:04.694Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|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-06-26T04:45:04.695Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|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-06-26T04:45:04.695Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|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-06-26T04:45:04.695Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-26T04:45:04.695Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:45:04.696Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|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-06-26T04:45:04.696Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-26T04:45:04.696Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-26T04:45:04.696Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T04:45:04.696Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:45:04.697Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:04.697Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-26T04:45:04.697Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-26T04:45:04.697Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T04:45:04.697Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:45:04.697Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:04.698Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:45:04.698Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:04.699Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:45:04.699Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:04.699Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:45:04.699Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:04.699Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T04:45:04.700Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T04:45:04.700Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:2a007221-e8c1-45c6-a6b0-11114f059277
Model Version:NULL
Model InvariantUuid:4e5cb8d5-2056-405b-8e30-a955afe96b65
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:4b4b6d55-e710-4d52-8d01-08176b364bd1
Model UUID:d399353b-df3c-462a-8e34-e5f6e7ea843f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:dd20569b-4967-4dfa-815e-eb1b26097c64
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-06-26T04:45:04.706Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: dd947a11-38ff-44d9-a136-d7883ce11d62
2022-06-26T04:45:04.706Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||No resources found for Service: 2a007221-e8c1-45c6-a6b0-11114f059277
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-26T04:45:04.711Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||
2022-06-26T04:45:04.712Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-06-26T04:45:04.712Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 2a007221-e8c1-45c6-a6b0-11114f059277
2022-06-26T04:45:04.712Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 2a007221-e8c1-45c6-a6b0-11114f059277
2022-06-26T04:45:04.712Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-06-26T04:45:04.712Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|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-06-26T04:45:04.717Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45f92a86, org.onap.sdc.toscaparser.api.parameters.Input@36349aa5, org.onap.sdc.toscaparser.api.parameters.Input@7d616616, org.onap.sdc.toscaparser.api.parameters.Input@256fe7f5, org.onap.sdc.toscaparser.api.parameters.Input@294e54c4]
2022-06-26T04:45:04.719Z|32e4e8b5-15db-4419-8ca2-87371c5acbdb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive