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-11T03:32:16.358Z||main|||||INFO|500||The following profiles are active: basic 2022-06-11T03:32:46.412Z||main|||||INFO|500||Starting service [Tomcat] 2022-06-11T03:32:46.413Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-06-11T03:32:46.871Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-06-11T03:32:57.210Z||main|||||INFO|500||catdb-pool - Starting... 2022-06-11T03:32:58.298Z||main|||||INFO|500||catdb-pool - Start completed. 2022-06-11T03:32:59.602Z||main|||||INFO|500||reqdb-pool - Starting... 2022-06-11T03:32:59.648Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-06-11T03:33:00.095Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-06-11T03:33:01.754Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-06-11T03:33:04.339Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-06-11T03:33:12.838Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-11T03:33:17.900Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-11T03:33:18.032Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-06-11T03:33:19.309Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-11T03:33:20.394Z||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-11T03:33:23.439Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-11T03:33:26.108Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-06-11T03:33:26.173Z||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$$9ade955a.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-11T03:33:26.189Z||main|||||WARN|500||The sdc end point is not alive 2022-06-11T03:33:34.314Z||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-11T03:33:40.736Z||main|||||WARN|500||--- 2022-06-11T03:33:40.736Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-06-11T03:33:40.737Z||main|||||WARN|500||--- 2022-06-11T03:33:41.572Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-06-11T03:33:53.624Z||main|||||INFO|500||Started Application in 103.794 seconds (JVM running for 109.211) 2022-06-11T03:33:53.813Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-11T03:33:53.840Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-11T03:33:53.896Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-11T03:33:53.989Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-11T03:33:54.177Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7b20e62d-31d0-480a-a410-366c5480dccd url= /sdc/v1/artifactTypes 2022-06-11T03:33:54.178Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-11T03:33:55.409Z||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.39.75] 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$$8b4650b2.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-11T03:33:55.429Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7045304e 2022-06-11T03:33:55.430Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-11T03:33:55.471Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-11T03:33:55.475Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-11T03:33:55.481Z||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$$8b4650b2.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-11T03:34:43.545Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-11T03:34:43.546Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-11T03:34:43.547Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-11T03:34:43.574Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-11T03:34:43.586Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 122dc1cf-49dd-4f26-9440-1df6536f2358 url= /sdc/v1/artifactTypes 2022-06-11T03:34:43.587Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-11T03:34:44.644Z||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.39.75] 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$$8b4650b2.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-11T03:34:44.646Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7c64d993 2022-06-11T03:34:44.646Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-11T03:34:44.647Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-11T03:34:44.647Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-11T03:34:44.650Z||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$$8b4650b2.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-11T03:35:33.546Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-11T03:35:33.548Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-11T03:35:33.549Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-11T03:35:33.568Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-11T03:35:33.576Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3665b21b-a2bc-48ec-984c-511cf213e041 url= /sdc/v1/artifactTypes 2022-06-11T03:35:33.577Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-11T03:35:34.610Z||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.39.75] 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$$8b4650b2.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-11T03:35:34.611Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@14b5b8d8 2022-06-11T03:35:34.612Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-11T03:35:34.613Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-11T03:35:34.614Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-11T03:35:34.616Z||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$$8b4650b2.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-11T03:36:23.544Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-11T03:36:23.547Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-11T03:36:23.547Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-11T03:36:23.554Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-11T03:36:23.562Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 85035667-204e-4b32-a2f1-895de85ade45 url= /sdc/v1/artifactTypes 2022-06-11T03:36:23.562Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-11T03:36:24.607Z||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.39.75] 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$$8b4650b2.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-11T03:36:24.608Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1420ee84 2022-06-11T03:36:24.609Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-11T03:36:24.609Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-11T03:36:24.610Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-11T03:36:24.612Z||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$$8b4650b2.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-11T03:37:13.545Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-11T03:37:13.546Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-11T03:37:13.547Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-11T03:37:13.552Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-11T03:37:13.559Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= eefb175b-2459-4249-a7de-3eaf28e37900 url= /sdc/v1/artifactTypes 2022-06-11T03:37:13.559Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-11T03:37:13.965Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-06-11T03:37:13.986Z||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-11T03:37:14.046Z||scheduling-1|||||DEBUG|500||create keys 2022-06-11T03:37:14.061Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-06-11T03:37:14.093Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:37:14.123Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 474e6011-a7d1-4714-92dd-51939fed0460 url= /sdc/v1/registerForDistribution 2022-06-11T03:37:14.315Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 474e6011-a7d1-4714-92dd-51939fed0460 url= /sdc/v1/registerForDistribution 2022-06-11T03:37:14.316Z||scheduling-1|||||INFO|500||start DistributionClient 2022-06-11T03:37:14.338Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:37:14.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:37:14.350Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-06-11T03:37:14.364Z||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-11T03:37:14.366Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:37:14.364Z||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-11T03:37:14.369Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:37:24.755Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:37:24.753Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:38:14.328Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:38:14.331Z||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-11T03:38:14.332Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:38:14.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:38:14.336Z||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-11T03:38:14.338Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:38:23.901Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:38:23.909Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:39:14.328Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:39:14.330Z||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-11T03:39:14.330Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:39:14.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:39:14.336Z||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-11T03:39:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:39:23.908Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:39:23.910Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:40:14.328Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:40:14.331Z||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-11T03:40:14.331Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:40:14.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:40:14.348Z||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-11T03:40:14.349Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:40:23.917Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:40:23.922Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:41:14.329Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:41:14.332Z||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-11T03:41:14.333Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:41:14.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:41:14.336Z||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-11T03:41:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:41:23.976Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:41:24.032Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:42:14.328Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:42:14.330Z||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-11T03:42:14.331Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:42:14.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:42:14.337Z||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-11T03:42:14.337Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:42:23.359Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-06-11T03:42:23.935Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:42:23.939Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:43:14.328Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:43:14.332Z||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-11T03:43:14.333Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:43:14.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:43:14.336Z||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-11T03:43:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:43:23.904Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:43:23.913Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:44:14.328Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:44:14.330Z||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-11T03:44:14.330Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:44:14.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:44:14.339Z||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-11T03:44:14.340Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:44:23.920Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:44:23.925Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:45:14.327Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:45:14.329Z||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-11T03:45:14.329Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:45:14.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:45:14.337Z||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-11T03:45:14.337Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:45:23.891Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:45:23.908Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:46:14.327Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:46:14.329Z||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-11T03:46:14.329Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:46:14.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:46:14.336Z||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-11T03:46:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:46:23.901Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:46:23.906Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:47:14.329Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:47:14.331Z||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-11T03:47:14.331Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:47:14.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:47:14.336Z||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-11T03:47:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:47:23.930Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:47:23.946Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:48:14.328Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:48:14.332Z||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-11T03:48:14.332Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:48:14.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:48:14.336Z||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-11T03:48:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:48:23.916Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:48:23.920Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:49:14.328Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:49:14.333Z||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-11T03:49:14.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:49:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:49:14.337Z||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-11T03:49:14.337Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:49:23.905Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:49:23.906Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:50:14.328Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:50:14.329Z||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-11T03:50:14.330Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:50:14.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:50:14.336Z||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-11T03:50:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:50:23.914Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:50:23.922Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:51:14.327Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:51:14.329Z||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-11T03:51:14.329Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:51:14.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:51:14.336Z||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-11T03:51:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:51:23.890Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:51:23.890Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:52:14.328Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:52:14.329Z||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-11T03:52:14.329Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:52:14.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:52:14.338Z||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-11T03:52:14.343Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:52:23.917Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:52:23.921Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:53:14.328Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:53:14.331Z||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-11T03:53:14.331Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:53:14.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:53:14.337Z||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-11T03:53:14.337Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:53:23.932Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:53:23.941Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:54:14.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:54:14.330Z||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-11T03:54:14.331Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:54:14.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:54:14.342Z||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-11T03:54:14.342Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:54:23.930Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:54:23.931Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:55:14.330Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:55:14.332Z||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-11T03:55:14.333Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:55:14.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:55:14.336Z||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-11T03:55:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:55:23.905Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:55:23.918Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:56:14.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:56:14.331Z||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-11T03:56:14.331Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:56:14.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:56:14.336Z||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-11T03:56:14.337Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:56:23.896Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:56:23.916Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:57:14.328Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:57:14.330Z||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-11T03:57:14.331Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:57:14.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:57:14.337Z||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-11T03:57:14.337Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:57:23.897Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:57:23.920Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:58:14.328Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:58:14.329Z||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-11T03:58:14.329Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:58:14.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:58:14.336Z||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-11T03:58:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:58:23.888Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:58:23.896Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:59:14.328Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:59:14.330Z||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-11T03:59:14.330Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:59:14.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T03:59:14.337Z||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-11T03:59:14.337Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T03:59:23.894Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T03:59:23.901Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:00:14.327Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:00:14.329Z||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-11T04:00:14.329Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:00:14.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:00:14.336Z||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-11T04:00:14.337Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:00:23.900Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:00:23.922Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:01:14.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:01:14.329Z||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-11T04:01:14.330Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:01:14.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:01:14.336Z||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-11T04:01:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:01:23.948Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:01:23.950Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:02:14.331Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:02:14.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:02:14.335Z||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-11T04:02:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:02:14.335Z||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-11T04:02:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:02:23.914Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:02:23.914Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:03:14.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:03:14.329Z||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-11T04:03:14.329Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:03:14.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:03:14.336Z||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-11T04:03:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:03:23.892Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:03:23.896Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:04:14.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:04:14.329Z||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-11T04:04:14.330Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:04:14.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:04:14.335Z||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-11T04:04:14.335Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:04:23.916Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:04:23.948Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:05:14.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:05:14.331Z||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-11T04:05:14.331Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:05:14.338Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:05:14.340Z||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-11T04:05:14.341Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:05:23.904Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:05:23.908Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:06:14.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:06:14.332Z||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-11T04:06:14.332Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:06:14.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:06:14.336Z||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-11T04:06:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:06:23.908Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:06:23.913Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:07:14.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:07:14.329Z||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-11T04:07:14.329Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:07:14.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:07:14.337Z||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-11T04:07:14.337Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:07:23.891Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:07:23.899Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:08:14.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:08:14.330Z||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-11T04:08:14.330Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:08:14.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:08:14.337Z||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-11T04:08:14.338Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:08:23.905Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:08:23.934Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:09:14.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:09:14.331Z||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-11T04:09:14.331Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:09:14.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:09:14.335Z||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-11T04:09:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:09:23.905Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:09:23.919Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:10:14.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:10:14.329Z||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-11T04:10:14.329Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:10:14.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:10:14.335Z||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-11T04:10:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:10:23.922Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:10:23.925Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:11:14.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:11:14.329Z||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-11T04:11:14.329Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:11:14.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:11:14.336Z||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-11T04:11:14.337Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:11:23.902Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:11:23.917Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:12:14.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:12:14.329Z||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-11T04:12:14.329Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:12:14.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:12:14.336Z||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-11T04:12:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:12:23.897Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:12:23.901Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:13:14.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:13:14.330Z||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-11T04:13:14.330Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:13:14.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:13:14.335Z||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-11T04:13:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:13:23.915Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:13:23.920Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:14:14.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:14:14.331Z||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-11T04:14:14.332Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:14:14.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:14:14.336Z||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-11T04:14:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:14:23.905Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:14:23.908Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:15:14.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:15:14.330Z||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-11T04:15:14.330Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:15:14.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:15:14.335Z||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-11T04:15:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:15:23.893Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:15:23.896Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:16:14.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:16:14.330Z||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-11T04:16:14.330Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:16:14.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:16:14.338Z||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-11T04:16:14.338Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:16:23.919Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:16:23.921Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:17:14.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:17:14.329Z||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-11T04:17:14.330Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:17:14.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:17:14.336Z||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-11T04:17:14.337Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:17:23.904Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:17:23.905Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:18:14.327Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:18:14.329Z||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-11T04:18:14.329Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:18:14.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:18:14.336Z||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-11T04:18:14.337Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:18:23.908Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:18:23.921Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:19:14.328Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:19:14.329Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-11T04:19:14.329Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:19:14.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:19:14.336Z||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-11T04:19:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:19:23.930Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:19:23.945Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:20:14.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:20:14.330Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-11T04:20:14.330Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:20:14.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:20:14.336Z||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-11T04:20:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:20:23.891Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:20:23.899Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:21:14.327Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:21:14.329Z||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-11T04:21:14.329Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:21:14.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:21:14.335Z||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-11T04:21:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:21:23.896Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:21:23.911Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:22:14.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:22:14.329Z||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-11T04:22:14.329Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:22:14.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:22:14.337Z||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-11T04:22:14.337Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:22:23.897Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:22:23.908Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:23:14.327Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:23:14.329Z||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-11T04:23:14.329Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:23:14.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:23:14.336Z||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-11T04:23:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:23:23.926Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:23:23.930Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:24:14.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:24:14.331Z||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-11T04:24:14.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:24:14.331Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:24:14.336Z||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-11T04:24:14.337Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:24:23.947Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:24:23.968Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:25:14.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:25:14.333Z||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-11T04:25:14.333Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:25:14.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:25:14.336Z||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-11T04:25:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:25:23.913Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:25:23.916Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:26:14.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:26:14.331Z||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-11T04:26:14.331Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:26:14.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:26:14.336Z||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-11T04:26:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:26:14.984Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:26:14.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-11T04:26:14.987Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"b228c237-a257-4d6f-955d-c51e0254af8d","serviceName":"basic_onboard_nKDtLn","serviceVersion":"1.0","serviceUUID":"12031880-c8b6-4bde-9573-fb6dba37786a","serviceDescription":"service","serviceInvariantUUID":"01bdc2d7-2882-467a-bdd7-4faf077d641a","resources":[{"resourceInstanceName":"basic_onboard_nKDtLn 0","resourceName":"basic_onboard_nKDtLn","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a6682e13-229d-44cf-94b2-b45186432b95","resourceInvariantUUID":"f973f00b-0086-4744-8216-25dc25023a80","resourceCustomizationUUID":"ea940385-2ce3-481d-90b2-f3adcb96f7fe","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vf-license-model.xml","artifactChecksum":"N2IzNThlYWIzMDMzMDRjMjhjMDg4NTlmNzdmMjhlYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3e75ff40-54fb-4754-8abd-62c48ee1a710","artifactVersion":"1"},{"artifactName":"basic_onboard_nkdtln0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json","artifactChecksum":"OGQxYTlmOGZhMTE2OGM0MDMzZmYyOWI2YzI2ZTM0NzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a31ef3cc-e67f-4437-b7ce-1e319bccfdf3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2c4a93c1-d6e1-4d1c-b588-0fe90016074d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5953d60f-ba03-4f12-a77d-9ef1dc1b2ef8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3f1f5345-aeb1-4238-ab08-0ea8fb8729d4","artifactVersion":"2","generatedFromUUID":"2c4a93c1-d6e1-4d1c-b588-0fe90016074d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNkdtln-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-template.yml","artifactChecksum":"ZmFmODQ0NjA2ZmI0ZDk3ZTVlYWUyNTYxNGQ4Yjc5MGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9e805962-e876-4cc7-9185-5c5bbce8348b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNkdtln-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar","artifactChecksum":"ZTk0YmE3N2RiYzFhNDk3ZjlkNWJmM2RlYjgyYzM1Nzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7a6471cf-b357-4e22-9edb-45dda2de75ed","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-11T04:26:15.004Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:26:15.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "cds", "timestamp": 1654921523470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.042Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:26:15.052Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:26:15.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654921530987, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "ves-openapi-manager", "timestamp": 1654921522554, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "multicloud-k8s-id", "timestamp": 1654921527085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "clamp", "timestamp": 1654921529602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "ves-openapi-manager", "timestamp": 1654921522554, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654921530987, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "cds", "timestamp": 1654921523470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "multicloud-k8s-id", "timestamp": 1654921527085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json", "status": "NOTIFIED" } 2022-06-11T04:26:15.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "clamp", "timestamp": 1654921529602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json", "status": "NOTIFIED" } 2022-06-11T04:26:15.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654921530987, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "multicloud-k8s-id", "timestamp": 1654921527085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-11T04:26:15.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "cds", "timestamp": 1654921523470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "ves-openapi-manager", "timestamp": 1654921522554, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.092Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:26:15.093Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921574328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "clamp", "timestamp": 1654921529602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654921530987, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "cds", "timestamp": 1654921523470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "multicloud-k8s-id", "timestamp": 1654921527085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "ves-openapi-manager", "timestamp": 1654921522554, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "clamp", "timestamp": 1654921529602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654921530987, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "cds", "timestamp": 1654921523470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "ves-openapi-manager", "timestamp": 1654921522554, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "multicloud-k8s-id", "timestamp": 1654921527085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-11T04:26:15.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "clamp", "timestamp": 1654921529602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654921530987, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "cds", "timestamp": 1654921523470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "ves-openapi-manager", "timestamp": 1654921522554, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "multicloud-k8s-id", "timestamp": 1654921527085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "clamp", "timestamp": 1654921529602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654921530987, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:26:15.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "cds", "timestamp": 1654921523470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:26:15.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "ves-openapi-manager", "timestamp": 1654921522554, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "multicloud-k8s-id", "timestamp": 1654921527085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:26:15.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "clamp", "timestamp": 1654921529602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:26:15.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "multicloud-k8s-id", "timestamp": 1654921539650, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-11T04:26:15.121Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:26:15.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "cds", "timestamp": 1654921539589, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:26:15.121Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:26:15.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654921539550, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:26:15.122Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:26:15.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "cds", "timestamp": 1654921540621, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-06-11T04:26:15.187Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms 2022-06-11T04:26:15.194Z||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-11T04:26:15.195Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 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-11T04:26:15.256Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:26:15.258Z||pool-3-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-11T04:26:15.443Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b228c237-a257-4d6f-955d-c51e0254af8d 2022-06-11T04:26:15.476Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b228c237-a257-4d6f-955d-c51e0254af8d 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-11T04:26:15.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "multicloud-k8s-id", "timestamp": 1654921540792, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-11T04:26:15.514Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:26:15.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "aai-ml", "timestamp": 1654921541352, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "multicloud-k8s-id", "timestamp": 1654921542140, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-11T04:26:15.517Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:26:15.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "policy-id", "timestamp": 1654921541970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "aai-ml", "timestamp": 1654921541352, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "multicloud-k8s-id", "timestamp": 1654921543216, "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-11T04:26:15.548Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b228c237-a257-4d6f-955d-c51e0254af8d 2022-06-11T04:26:15.549Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b228c237-a257-4d6f-955d-c51e0254af8d 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-11T04:26:15.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "policy-id", "timestamp": 1654921541970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.563Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "aai-ml", "timestamp": 1654921541352, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.564Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654921543738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:26:15.565Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:26:15.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "multicloud-k8s-id", "timestamp": 1654921544223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json", "status": "DEPLOY_OK" } 2022-06-11T04:26:15.566Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:26:15.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "policy-id", "timestamp": 1654921541970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-11T04:26:15.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "aai-ml", "timestamp": 1654921541352, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654921544744, "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-11T04:26:15.576Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b228c237-a257-4d6f-955d-c51e0254af8d 2022-06-11T04:26:15.576Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b228c237-a257-4d6f-955d-c51e0254af8d 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-11T04:26:15.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "policy-id", "timestamp": 1654921541970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "aai-ml", "timestamp": 1654921541352, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "policy-id", "timestamp": 1654921541970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "aai-ml", "timestamp": 1654921541352, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "policy-id", "timestamp": 1654921541970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:15.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "aai-ml", "timestamp": 1654921541352, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:26:15.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "policy-id", "timestamp": 1654921541970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:26:15.599Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:26:15.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "aai-ml", "timestamp": 1654921549470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:26:15.608Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:26:15.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "policy-id", "timestamp": 1654921549920, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:26:15.609Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:26:15.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "policy-id", "timestamp": 1654921550936, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:26:15.609Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:26:15.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "policy-id", "timestamp": 1654921551945, "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-11T04:26:15.624Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b228c237-a257-4d6f-955d-c51e0254af8d 2022-06-11T04:26:15.625Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b228c237-a257-4d6f-955d-c51e0254af8d 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-11T04:26:15.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "clamp", "timestamp": 1654921553728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:26:15.662Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:26:15.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "clamp", "timestamp": 1654921555749, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:26:15.664Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:26:15.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "clamp", "timestamp": 1654921556757, "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-11T04:26:15.673Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b228c237-a257-4d6f-955d-c51e0254af8d 2022-06-11T04:26:15.673Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b228c237-a257-4d6f-955d-c51e0254af8d 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-11T04:26:15.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "aai-ml", "timestamp": 1654921563616, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:26:15.694Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:26:15.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:26:15.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "aai-ml", "timestamp": 1654921564623, "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-11T04:26:15.705Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b228c237-a257-4d6f-955d-c51e0254af8d 2022-06-11T04:26:15.705Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b228c237-a257-4d6f-955d-c51e0254af8d 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-11T04:26:16.110Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:26:16.111Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:26:16.114Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:26:16.114Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921574328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json", "status": "NOTIFIED" } 2022-06-11T04:26:16.214Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:26:16.216Z||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-11T04:26:16.216Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:26:16.236Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:26:16.237Z||pool-4-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-11T04:26:17.115Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:26:17.116Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:26:17.119Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:26:17.119Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921574328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-11T04:26:17.219Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:26:17.222Z||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-11T04:26:17.222Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:26:17.239Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:26:17.240Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:26:18.120Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:26:18.121Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:26:18.123Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:26:18.124Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921574328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:18.224Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:26:18.225Z||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-11T04:26:18.225Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:26:18.244Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:26:18.246Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-11T04:26:19.125Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:26:19.126Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:26:19.130Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:26:19.130Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921574328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-11T04:26:19.230Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:26:19.233Z||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-11T04:26:19.233Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:26:19.252Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:26:19.253Z||pool-7-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-11T04:26:20.131Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:26:20.137Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:26:20.140Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:26:20.141Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921574328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:26:20.241Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:26:20.243Z||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-11T04:26:20.243Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:26:20.260Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:26:20.261Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:26:21.143Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:26:21.151Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:26:21.156Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:26:21.156Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921574328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:26:21.256Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:26:21.258Z||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-11T04:26:21.258Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:26:21.275Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:26:21.276Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-11T04:26:22.162Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "serviceName": "basic_onboard_nKDtLn", "serviceVersion": "1.0", "serviceUUID": "12031880-c8b6-4bde-9573-fb6dba37786a", "serviceDescription": "service", "serviceInvariantUUID": "01bdc2d7-2882-467a-bdd7-4faf077d641a", "resources": [ { "resourceInstanceName": "basic_onboard_nKDtLn 0", "resourceCustomizationUUID": "ea940385-2ce3-481d-90b2-f3adcb96f7fe", "resourceName": "basic_onboard_nKDtLn", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a6682e13-229d-44cf-94b2-b45186432b95", "resourceInvariantUUID": "f973f00b-0086-4744-8216-25dc25023a80", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_nkdtln0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json", "artifactChecksum": "OGQxYTlmOGZhMTE2OGM0MDMzZmYyOWI2YzI2ZTM0NzU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a31ef3cc-e67f-4437-b7ce-1e319bccfdf3", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "2c4a93c1-d6e1-4d1c-b588-0fe90016074d", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3f1f5345-aeb1-4238-ab08-0ea8fb8729d4", "generatedFromUUID": "2c4a93c1-d6e1-4d1c-b588-0fe90016074d" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3f1f5345-aeb1-4238-ab08-0ea8fb8729d4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardNkdtln-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar", "artifactChecksum": "ZTk0YmE3N2RiYzFhNDk3ZjlkNWJmM2RlYjgyYzM1Nzg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7a6471cf-b357-4e22-9edb-45dda2de75ed" } ], "workloadContext": "Production" } 2022-06-11T04:26:22.165Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-11T04:26:22.166Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 12031880-c8b6-4bde-9573-fb6dba37786a ASDC 2022-06-11T04:26:22.353Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:b228c237-a257-4d6f-955d-c51e0254af8d ServiceName:basic_onboard_nKDtLn ServiceVersion:1.0 ServiceUUID:12031880-c8b6-4bde-9573-fb6dba37786a ServiceInvariantUUID:01bdc2d7-2882-467a-bdd7-4faf077d641a ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardNkdtln-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar ArtifactUUID:7a6471cf-b357-4e22-9edb-45dda2de75ed ArtifactChecksum:ZTk0YmE3N2RiYzFhNDk3ZjlkNWJmM2RlYjgyYzM1Nzg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_nKDtLn 0 ResourceCustomizationUUID:ea940385-2ce3-481d-90b2-f3adcb96f7fe ResourceInvariantUUID:f973f00b-0086-4744-8216-25dc25023a80 ResourceName:basic_onboard_nKDtLn ResourceType:VF ResourceUUID:a6682e13-229d-44cf-94b2-b45186432b95 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_nkdtln0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json ArtifactUUID:a31ef3cc-e67f-4437-b7ce-1e319bccfdf3 ArtifactChecksum:OGQxYTlmOGZhMTE2OGM0MDMzZmYyOWI2YzI2ZTM0NzU= 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/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml ArtifactUUID:2c4a93c1-d6e1-4d1c-b588-0fe90016074d 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/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env ArtifactUUID:3f1f5345-aeb1-4238-ab08-0ea8fb8729d4 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/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env ArtifactUUID:3f1f5345-aeb1-4238-ab08-0ea8fb8729d4 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-11T04:26:22.353Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12031880-c8b6-4bde-9573-fb6dba37786a 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-11T04:26:22.433Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-11T04:26:22.435Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-11T04:26:22.437Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-11T04:26:22.437Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7a6471cf-b357-4e22-9edb-45dda2de75ed from URL: /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar 2022-06-11T04:26:22.438Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-11T04:26:22.440Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar 2022-06-11T04:26:22.646Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-11T04:26:22.666Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar 7a6471cf-b357-4e22-9edb-45dda2de75ed 71579 2022-06-11T04:26:22.668Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar ASDC sendASDCNotification 2022-06-11T04:26:22.668Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar 2022-06-11T04:26:22.669Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-11T04:26:22.671Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:26:22.673Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:26:22.674Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921582666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:26:22.774Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T04:26:22.776Z||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-11T04:26:22.776Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:26:22.797Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:26:22.799Z||pool-10-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:26:23.674Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-11T04:26:23.677Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-11T04:26:23.677Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 7a6471cf-b357-4e22-9edb-45dda2de75ed, URL: /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar to file: /app/ASDC/1/service-BasicOnboardNkdtln-csar.csar 2022-06-11T04:26:23.678Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNkdtln-csar.csar 2022-06-11T04:26:23.815Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNkdtln-csar.csar 2022-06-11T04:26:23.815Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNkdtln-csar.csar 2022-06-11T04:26:24.944Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5387969097633513493/Definitions/service-BasicOnboardNkdtln-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-11T04:26:28.629Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-11T04:26:28.638Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-11T04:26:28.638Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNkdtln-csar.csar 2022-06-11T04:26:28.638Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-11T04:26:28.639Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardNkdtln-csar.csar 2022-06-11T04:26:28.639Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNkdtln-csar.csar 2022-06-11T04:26:28.639Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNkdtln-csar.csar 2022-06-11T04:26:28.639Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNkdtln-csar.csar 2022-06-11T04:26:28.640Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNkdtln-csar.csar 2022-06-11T04:26:28.640Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNkdtln-csar.csar 2022-06-11T04:26:28.640Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNkdtln-csar.csar 2022-06-11T04:26:28.641Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nKDtLn 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-BasicOnboardNkdtln-csar.csar 2022-06-11T04:26:28.641Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardNkdtln-csar.csar 2022-06-11T04:26:28.641Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-11T04:26:28.652Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:26:28.655Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:26:28.661Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_nKDtLn 0 is matching search criteria 2022-06-11T04:26:28.662Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-11T04:26:28.665Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_nKDtLn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-11T04:26:28.667Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:26:28.668Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:26:28.668Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_nKDtLn 0 is matching search criteria 2022-06-11T04:26:28.669Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-11T04:26:28.669Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_nKDtLn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-11T04:26:28.669Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:26:28.670Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:26:28.678Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:26:28.679Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_nKDtLn 0 is not matching search criteria 2022-06-11T04:26:28.679Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-06-11T04:26:28.680Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-06-11T04:26:28.680Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-06-11T04:26:28.680Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-11T04:26:28.681Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-11T04:26:28.681Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:26:28.681Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-11T04:26:28.684Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:26:28.685Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_nKDtLn 0 is matching search criteria 2022-06-11T04:26:28.685Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_nKDtLn 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:26:28.686Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:26:28.686Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_nKDtLn 0 is matching search criteria 2022-06-11T04:26:28.686Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_nKDtLn 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:26:28.686Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:26:28.686Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_nKDtLn 0 is matching search criteria 2022-06-11T04:26:28.687Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_nKDtLn 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:26:28.687Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:26:28.687Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_nKDtLn 0 is not matching search criteria 2022-06-11T04:26:28.687Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-11T04:26:28.687Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-11T04:26:28.688Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2082217f-e545-43d9-807e-72b46d31cf37 2022-06-11T04:26:28.688Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:26:28.688Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:26:28.688Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:26:28.688Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:26:28.689Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:26:28.689Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:26:28.689Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:26:28.689Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:26:28.690Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_nKDtLn Description:service Model UUID:12031880-c8b6-4bde-9573-fb6dba37786a Model Version:NULL Model InvariantUuid:01bdc2d7-2882-467a-bdd7-4faf077d641a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_nKDtLn Model UUID:c0c7df84-52e6-4e28-bc17-11f9834ebc43 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f973f00b-0086-4744-8216-25dc25023a80 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ea940385-2ce3-481d-90b2-f3adcb96f7fe NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0ae499c9-4f08-4cf3-8421-502676665614 ModelName:BasicOnboardNkdtln..base_ubuntu18..module-0 ModelUuid:b8b8285c-8d00-4b60-8452-715e108fe6d7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2082217f-e545-43d9-807e-72b46d31cf37 ModelInvariantUuid:ed8e7cf4-ec8a-4488-96b3-c1d88e44f72e ModelName:basic_onboard_nKDtLn-nodes.ubuntu18Cvfc ModelUuid:66392e98-2f5f-4b3b-bb37-cf2a4f1889b3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:5b1f6e82-03ae-4e58-84bc-433bfa7d57d9 ModelInvariantUuid:1feee53a-7a13-4ebc-81f3-5ee08ec2abc6 ModelName:BasicOnboardNkdtln.compute.nodes.heat.ubuntu18 ModelUuid:056d7621-c499-465a-beaf-02659a2ccdb8 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-11T04:26:28.704Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: a6682e13-229d-44cf-94b2-b45186432b95 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-11T04:26:28.881Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||basic_onboard_nKDtLn 0 2022-06-11T04:26:28.894Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a6682e13-229d-44cf-94b2-b45186432b95 2022-06-11T04:26:28.895Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a31ef3cc-e67f-4437-b7ce-1e319bccfdf3 from URL: /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json 2022-06-11T04:26:28.895Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-11T04:26:28.937Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json 2022-06-11T04:26:29.145Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-11T04:26:29.146Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json a31ef3cc-e67f-4437-b7ce-1e319bccfdf3 798 2022-06-11T04:26:29.146Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json ASDC sendASDCNotification 2022-06-11T04:26:29.147Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json 2022-06-11T04:26:29.147Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-11T04:26:29.147Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:26:29.150Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:26:29.151Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921589146, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-11T04:26:29.251Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:26:29.254Z||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-11T04:26:29.254Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:26:29.295Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:26:29.296Z||pool-11-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:26:30.155Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNkdtln..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "0ae499c9-4f08-4cf3-8421-502676665614", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b8b8285c-8d00-4b60-8452-715e108fe6d7", "vfModuleModelCustomizationUUID": "77dd8362-97c0-4bea-b221-cf3e125122cf", "isBase": true, "artifacts": [ "2c4a93c1-d6e1-4d1c-b588-0fe90016074d", "3f1f5345-aeb1-4238-ab08-0ea8fb8729d4" ], "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-11T04:26:30.197Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNkdtln..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b8b8285c-8d00-4b60-8452-715e108fe6d7 VfModuleModelInvariantUUID:0ae499c9-4f08-4cf3-8421-502676665614 VfModuleModelDescription:NULL Artifacts UUID List:{ 2c4a93c1-d6e1-4d1c-b588-0fe90016074d , 3f1f5345-aeb1-4238-ab08-0ea8fb8729d4 } 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-11T04:26:30.203Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNkdtln..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "0ae499c9-4f08-4cf3-8421-502676665614", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b8b8285c-8d00-4b60-8452-715e108fe6d7", "vfModuleModelCustomizationUUID": "77dd8362-97c0-4bea-b221-cf3e125122cf", "isBase": true, "artifacts": [ "2c4a93c1-d6e1-4d1c-b588-0fe90016074d", "3f1f5345-aeb1-4238-ab08-0ea8fb8729d4" ], "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-11T04:26:30.203Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNkdtln..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b8b8285c-8d00-4b60-8452-715e108fe6d7 VfModuleModelInvariantUUID:0ae499c9-4f08-4cf3-8421-502676665614 VfModuleModelDescription:NULL Artifacts UUID List:{ 2c4a93c1-d6e1-4d1c-b588-0fe90016074d , 3f1f5345-aeb1-4238-ab08-0ea8fb8729d4 } 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-11T04:26:30.204Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2c4a93c1-d6e1-4d1c-b588-0fe90016074d from URL: /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml 2022-06-11T04:26:30.204Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-11T04:26:30.205Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml 2022-06-11T04:26:30.324Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-11T04:26:30.325Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml 2c4a93c1-d6e1-4d1c-b588-0fe90016074d 5033 2022-06-11T04:26:30.325Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-11T04:26:30.325Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml 2022-06-11T04:26:30.326Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-11T04:26:30.326Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:26:30.329Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:26:30.329Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921590325, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-11T04:26:30.429Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:26:30.430Z||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-11T04:26:30.430Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:26:30.460Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:26:30.461Z||pool-12-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-06-11T04:26:31.330Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3f1f5345-aeb1-4238-ab08-0ea8fb8729d4 from URL: /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env 2022-06-11T04:26:31.333Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-11T04:26:31.334Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env 2022-06-11T04:26:31.464Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-11T04:26:31.465Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env 3f1f5345-aeb1-4238-ab08-0ea8fb8729d4 909 2022-06-11T04:26:31.465Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-11T04:26:31.466Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env 2022-06-11T04:26:31.466Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-11T04:26:31.466Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:26:31.470Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:26:31.471Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921591465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-11T04:26:31.577Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:26:31.578Z||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-11T04:26:31.578Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:26:31.610Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:26:31.611Z||pool-13-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-06-11T04:26:32.472Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 12031880-c8b6-4bde-9573-fb6dba37786a 2022-06-11T04:26:32.472Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nKDtLn 0 a6682e13-229d-44cf-94b2-b45186432b95 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-11T04:26:32.540Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b331dcd, org.onap.sdc.toscaparser.api.parameters.Input@1f4f94ac, org.onap.sdc.toscaparser.api.parameters.Input@1a732e9a, org.onap.sdc.toscaparser.api.parameters.Input@7127f1ee, org.onap.sdc.toscaparser.api.parameters.Input@2095772] 2022-06-11T04:26:32.547Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:26:32.548Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:26:32.548Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-06-11T04:26:32.549Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= ea940385-2ce3-481d-90b2-f3adcb96f7fe 2022-06-11T04:26:32.549Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ea940385-2ce3-481d-90b2-f3adcb96f7fe matches Tosca VF Customization UUID: ea940385-2ce3-481d-90b2-f3adcb96f7fe 2022-06-11T04:26:32.549Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: ea940385-2ce3-481d-90b2-f3adcb96f7fe 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-11T04:26:32.562Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:26:32.563Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:26:32.565Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id ea940385-2ce3-481d-90b2-f3adcb96f7fe: {\"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-11T04:26:32.565Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3db007de 2022-06-11T04:26:32.566Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:26:32.566Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-11T04:26:32.567Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 77dd8362-97c0-4bea-b221-cf3e125122cf 2022-06-11T04:26:32.569Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 77dd8362-97c0-4bea-b221-cf3e125122cf 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-11T04:26:32.578Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:26:32.579Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_nKDtLn 0 is matching search criteria 2022-06-11T04:26:32.579Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_nKDtLn 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:26:32.580Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:26:32.581Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_nKDtLn 0 is matching search criteria 2022-06-11T04:26:32.581Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_nKDtLn 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:26:32.581Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:26:32.582Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_nKDtLn 0 is not matching search criteria 2022-06-11T04:26:32.582Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-11T04:26:32.582Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-11T04:26:32.583Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2082217f-e545-43d9-807e-72b46d31cf37 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-11T04:26:32.595Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:26:32.596Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_nKDtLn 0 is matching search criteria 2022-06-11T04:26:32.596Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_nKDtLn 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:26:32.597Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:26:32.597Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_nKDtLn 0 is matching search criteria 2022-06-11T04:26:32.597Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_nKDtLn 0] matching following query criteria: sdcType=VF, customizationUUID=ea940385-2ce3-481d-90b2-f3adcb96f7fe 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-11T04:26:32.601Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:26:32.601Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:26:32.602Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 12031880-c8b6-4bde-9573-fb6dba37786a: basic_onboard_nKDtLn 2022-06-11T04:26:32.602Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:26:32.602Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:26:32.602Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:26:32.603Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:26:32.603Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:26:32.604Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:26:32.604Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:26:32.604Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:26:32.604Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:26:32.605Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_nKDtLn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:26:32.605Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_nKDtLn 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-11T04:26:32.900Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nKDtLn a6682e13-229d-44cf-94b2-b45186432b95 1 ASDC deployResourceStructure 2022-06-11T04:26:32.901Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json ASDC sendASDCNotification 2022-06-11T04:26:32.901Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json 2022-06-11T04:26:32.901Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-11T04:26:32.901Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:26:32.904Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:26:32.905Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921592901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json", "status": "DEPLOY_OK" } 2022-06-11T04:26:33.005Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T04:26:33.007Z||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-11T04:26:33.007Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:26:33.032Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:26:33.033Z||pool-14-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-06-11T04:26:33.907Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-11T04:26:33.908Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml 2022-06-11T04:26:33.908Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-11T04:26:33.908Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:26:33.912Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:26:33.912Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921593907, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-11T04:26:34.012Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:26:34.014Z||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-11T04:26:34.014Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:26:34.064Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:26:34.066Z||pool-15-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:26:34.914Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-11T04:26:34.914Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env 2022-06-11T04:26:34.914Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-11T04:26:34.915Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:26:34.917Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:26:34.917Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921594913, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-11T04:26:35.017Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:26:35.021Z||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-11T04:26:35.031Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:26:35.064Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:26:35.065Z||pool-16-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:26:35.919Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar ASDC sendASDCNotification 2022-06-11T04:26:35.920Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar 2022-06-11T04:26:35.920Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-11T04:26:35.921Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:26:35.926Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:26:35.927Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921595919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:26:36.026Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T04:26:36.028Z||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-11T04:26:36.028Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:26:36.045Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:26:36.046Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:26:36.928Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b228c237-a257-4d6f-955d-c51e0254af8d 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-11T04:26:36.954Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b228c237-a257-4d6f-955d-c51e0254af8d 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-11T04:26:36.961Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-11T04:26:36.962Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-11T04:26:36.962Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-11T04:26:36.962Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-11T04:26:36.962Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:26:36.962Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:26:36.963Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:26:36.963Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:26:36.963Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:26:36.963Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:26:36.963Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-11T04:26:36.970Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-11T04:27:06.979Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b228c237-a257-4d6f-955d-c51e0254af8d 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-11T04:27:07.000Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b228c237-a257-4d6f-955d-c51e0254af8d and serviceModelVersionId: 12031880-c8b6-4bde-9573-fb6dba37786a 2022-06-11T04:27:07.000Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 01bdc2d7-2882-467a-bdd7-4faf077d641a 2022-06-11T04:27:14.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:27:14.336Z||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-11T04:27:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:27:14.491Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:27:14.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:27:14.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921574328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:27:14.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:27:32.608Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/01bdc2d7-2882-467a-bdd7-4faf077d641a/model-vers/model-ver/12031880-c8b6-4bde-9573-fb6dba37786a?depth=0 2022-06-11T04:27:32.790Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-11T04:27:33.718Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01bdc2d7-2882-467a-bdd7-4faf077d641a/model-vers/model-ver/12031880-c8b6-4bde-9573-fb6dba37786a?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-11T04:27:33.728Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01bdc2d7-2882-467a-bdd7-4faf077d641a/model-vers/model-ver/12031880-c8b6-4bde-9573-fb6dba37786a?depth=0|INFO|500||Invoke 2022-06-11T04:27:33.915Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01bdc2d7-2882-467a-bdd7-4faf077d641a/model-vers/model-ver/12031880-c8b6-4bde-9573-fb6dba37786a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-11T04:27:34.185Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01bdc2d7-2882-467a-bdd7-4faf077d641a/model-vers/model-ver/12031880-c8b6-4bde-9573-fb6dba37786a?depth=0|INFO|500||InvokeReturn 2022-06-11T04:27:34.185Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01bdc2d7-2882-467a-bdd7-4faf077d641a/model-vers/model-ver/12031880-c8b6-4bde-9573-fb6dba37786a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220611-04:27:33:693-77119], vertex-id=[217200], Content-Length=[0], Date=[Sat, 11 Jun 2022 04:27:33 GMT], Content-Type=[application/json]} 2022-06-11T04:27:34.186Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-06-11T04:27:34.192Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-11T04:27:34.192Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-11T04:27:34.203Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-11T04:27:34.205Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b228c237-a257-4d6f-955d-c51e0254af8d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-11T04:27:34.206Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-11T04:27:34.207Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:27:34.210Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:27:34.211Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921654205, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-11T04:27:34.311Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T04:27:34.312Z||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-11T04:27:34.312Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:27:34.330Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:27:34.331Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-11T04:27:35.225Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:27:35.227Z|b228c237-a257-4d6f-955d-c51e0254af8d|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-11T04:27:35.227Z|b228c237-a257-4d6f-955d-c51e0254af8d|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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:27:35.875Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:27:35.879Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-11T04:27:35.880Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"4e53fb93-5e19-40bc-96f7-0003f413f6e5","serviceName":"vFW 2022-06-11 04-25-39","serviceVersion":"1.0","serviceUUID":"69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c","serviceDescription":"catalog service description","serviceInvariantUUID":"20a9891c-38a6-4752-a630-2b37e7160f33","resources":[{"resourceInstanceName":"vFW 99cfec3c-4947 0","resourceName":"vFW 99cfec3c-4947","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b5621e3f-011e-4007-aa0e-ccc77d0cf646","resourceInvariantUUID":"6a5edb2b-f721-4983-beec-6912e1fd1fe9","resourceCustomizationUUID":"4eb9e8eb-0791-4f5a-bdec-b17095a88027","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vf-license-model.xml","artifactChecksum":"ZGQzYTQwZTE2OTFhZTliYTgyNjkxMWNkODljYTE1YjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"39ff2ff4-2125-4ccf-9c09-b0c27de7beb7","artifactVersion":"1"},{"artifactName":"vfw99cfec3c49470_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json","artifactChecksum":"ZGNhNGMzYWM1NjZlOTFmMDQ2MzQwN2IxNzY0NTZlOWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f5aaaaa0-fe9e-4424-841f-7be7d57c4e90","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b6ff6581-d90c-4170-a350-40fc5906f720","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vendor-license-model.xml","artifactChecksum":"MTNiNDFmMGE0NWJlMDExMDUwNGNhYWI2NDIyZTBlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"24b24759-0fb7-44e4-a22a-91a6d95d9859","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d8083517-ad73-4e74-802b-57f8c871e9c2","artifactVersion":"2","generatedFromUUID":"b6ff6581-d90c-4170-a350-40fc5906f720"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220611042539-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-template.yml","artifactChecksum":"YmI3N2Q0ZmI2MWQ5M2FkZWI3OGYxMDcwYTFhM2M1N2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"230e406e-9727-4efc-9cbc-c2e30dda1f50","artifactVersion":"1"},{"artifactName":"service-Vfw20220611042539-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar","artifactChecksum":"NGMyZGEwOTA0NDZjNWJkYmY5YzkwMGQ3NjdiM2M2OTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0d643f40-726b-4556-a05d-8f38ca7c4851","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-11T04:27:35.884Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:27:35.884Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:27:35.886Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:27:35.887Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921655225, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:27:35.987Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:27:35.988Z||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-11T04:27:35.988Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:27:36.002Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:27:36.003Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:27:36.888Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:27:36.891Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:27:36.893Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:27:36.894Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921655225, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json", "status": "NOTIFIED" } 2022-06-11T04:27:36.994Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:27:36.995Z||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-11T04:27:36.996Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:27:37.012Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:27:37.012Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:27:37.895Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:27:37.896Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:27:37.898Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:27:37.898Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921655225, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-11T04:27:37.999Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T04:27:38.000Z||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-11T04:27:38.000Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:27:38.020Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:27:38.021Z||pool-21-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:27:38.900Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:27:38.902Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:27:38.904Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:27:38.905Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921655225, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:27:39.010Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-06-11T04:27:39.012Z||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-11T04:27:39.012Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:27:39.030Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:27:39.031Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:27:39.907Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:27:39.908Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:27:39.911Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:27:39.912Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921655225, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-11T04:27:40.012Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:27:40.013Z||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-11T04:27:40.014Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:27:40.033Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:27:40.034Z||pool-23-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:27:40.913Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:27:40.914Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:27:40.917Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:27:40.917Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921655225, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:27:41.017Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:27:41.018Z||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-11T04:27:41.018Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:27:41.038Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:27:41.039Z||pool-24-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-11T04:27:41.918Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:27:41.919Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:27:41.922Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:27:41.923Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921655225, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:27:42.023Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:27:42.025Z||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-11T04:27:42.025Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:27:42.043Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:27:42.045Z||pool-25-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:27:42.925Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "serviceName": "vFW 2022-06-11 04-25-39", "serviceVersion": "1.0", "serviceUUID": "69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "20a9891c-38a6-4752-a630-2b37e7160f33", "resources": [ { "resourceInstanceName": "vFW 99cfec3c-4947 0", "resourceCustomizationUUID": "4eb9e8eb-0791-4f5a-bdec-b17095a88027", "resourceName": "vFW 99cfec3c-4947", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b5621e3f-011e-4007-aa0e-ccc77d0cf646", "resourceInvariantUUID": "6a5edb2b-f721-4983-beec-6912e1fd1fe9", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw99cfec3c49470_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json", "artifactChecksum": "ZGNhNGMzYWM1NjZlOTFmMDQ2MzQwN2IxNzY0NTZlOWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f5aaaaa0-fe9e-4424-841f-7be7d57c4e90", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b6ff6581-d90c-4170-a350-40fc5906f720", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d8083517-ad73-4e74-802b-57f8c871e9c2", "generatedFromUUID": "b6ff6581-d90c-4170-a350-40fc5906f720" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d8083517-ad73-4e74-802b-57f8c871e9c2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220611042539-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar", "artifactChecksum": "NGMyZGEwOTA0NDZjNWJkYmY5YzkwMGQ3NjdiM2M2OTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0d643f40-726b-4556-a05d-8f38ca7c4851" } ], "workloadContext": "Production" } 2022-06-11T04:27:42.925Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-11T04:27:42.925Z|b228c237-a257-4d6f-955d-c51e0254af8d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c ASDC 2022-06-11T04:27:42.930Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:4e53fb93-5e19-40bc-96f7-0003f413f6e5 ServiceName:vFW 2022-06-11 04-25-39 ServiceVersion:1.0 ServiceUUID:69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c ServiceInvariantUUID:20a9891c-38a6-4752-a630-2b37e7160f33 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220611042539-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar ArtifactUUID:0d643f40-726b-4556-a05d-8f38ca7c4851 ArtifactChecksum:NGMyZGEwOTA0NDZjNWJkYmY5YzkwMGQ3NjdiM2M2OTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 99cfec3c-4947 0 ResourceCustomizationUUID:4eb9e8eb-0791-4f5a-bdec-b17095a88027 ResourceInvariantUUID:6a5edb2b-f721-4983-beec-6912e1fd1fe9 ResourceName:vFW 99cfec3c-4947 ResourceType:VF ResourceUUID:b5621e3f-011e-4007-aa0e-ccc77d0cf646 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw99cfec3c49470_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json ArtifactUUID:f5aaaaa0-fe9e-4424-841f-7be7d57c4e90 ArtifactChecksum:ZGNhNGMzYWM1NjZlOTFmMDQ2MzQwN2IxNzY0NTZlOWE= 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/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml ArtifactUUID:b6ff6581-d90c-4170-a350-40fc5906f720 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/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env ArtifactUUID:d8083517-ad73-4e74-802b-57f8c871e9c2 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/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env ArtifactUUID:d8083517-ad73-4e74-802b-57f8c871e9c2 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-11T04:27:42.930Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c 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-11T04:27:42.976Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-11T04:27:42.977Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-11T04:27:42.977Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-11T04:27:42.977Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0d643f40-726b-4556-a05d-8f38ca7c4851 from URL: /sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar 2022-06-11T04:27:42.978Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-11T04:27:42.978Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar 2022-06-11T04:27:43.150Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-11T04:27:43.157Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar 0d643f40-726b-4556-a05d-8f38ca7c4851 98985 2022-06-11T04:27:43.157Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar ASDC sendASDCNotification 2022-06-11T04:27:43.157Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar 2022-06-11T04:27:43.157Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-11T04:27:43.158Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:27:43.160Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:27:43.160Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921663157, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:27:43.260Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:27:43.262Z||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-11T04:27:43.262Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:27:43.282Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:27:43.283Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:27:44.161Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-11T04:27:44.162Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-11T04:27:44.162Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 0d643f40-726b-4556-a05d-8f38ca7c4851, URL: /sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar to file: /app/ASDC/1/service-Vfw20220611042539-csar.csar 2022-06-11T04:27:44.163Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220611042539-csar.csar 2022-06-11T04:27:44.164Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220611042539-csar.csar 2022-06-11T04:27:44.164Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220611042539-csar.csar 2022-06-11T04:27:44.488Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8799932120529250639/Definitions/service-Vfw20220611042539-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-06-11T04:27:48.416Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-11T04:27:48.417Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-11T04:27:48.417Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220611042539-csar.csar 2022-06-11T04:27:48.417Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-06-11T04:27:48.417Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220611042539-csar.csar 2022-06-11T04:27:48.418Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220611042539-csar.csar 2022-06-11T04:27:48.418Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220611042539-csar.csar 2022-06-11T04:27:48.418Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220611042539-csar.csar 2022-06-11T04:27:48.418Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220611042539-csar.csar 2022-06-11T04:27:48.418Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220611042539-csar.csar 2022-06-11T04:27:48.419Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220611042539-csar.csar 2022-06-11T04:27:48.419Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220611042539-csar.csar 2022-06-11T04:27:48.419Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220611042539-csar.csar 2022-06-11T04:27:48.419Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220611042539-csar.csar 2022-06-11T04:27:48.419Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 99cfec3c-4947 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-Vfw20220611042539-csar.csar 2022-06-11T04:27:48.419Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220611042539-csar.csar 2022-06-11T04:27:48.419Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220611042539-csar.csar 2022-06-11T04:27:48.420Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-11T04:27:48.420Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:48.420Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:27:48.420Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is matching search criteria 2022-06-11T04:27:48.421Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-11T04:27:48.421Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 99cfec3c-4947 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-11T04:27:48.422Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:48.422Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:27:48.422Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is matching search criteria 2022-06-11T04:27:48.422Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-11T04:27:48.423Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 99cfec3c-4947 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-11T04:27:48.423Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:48.423Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:27:48.424Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:48.424Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is not matching search criteria 2022-06-11T04:27:48.424Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-11T04:27:48.425Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-11T04:27:48.425Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-11T04:27:48.425Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-11T04:27:48.426Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-11T04:27:48.426Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-11T04:27:48.426Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-11T04:27:48.426Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-11T04:27:48.427Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-11T04:27:48.427Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-11T04:27:48.427Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-11T04:27:48.427Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-11T04:27:48.428Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-11T04:27:48.428Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-11T04:27:48.429Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-11T04:27:48.429Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-11T04:27:48.429Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:48.429Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-11T04:27:48.430Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:48.430Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is matching search criteria 2022-06-11T04:27:48.430Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 99cfec3c-4947 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:27:48.431Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:48.431Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is matching search criteria 2022-06-11T04:27:48.432Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 99cfec3c-4947 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:27:48.433Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:48.433Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is matching search criteria 2022-06-11T04:27:48.434Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 99cfec3c-4947 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:27:48.434Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:48.434Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is not matching search criteria 2022-06-11T04:27:48.435Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-11T04:27:48.435Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-11T04:27:48.435Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-11T04:27:48.436Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-11T04:27:48.436Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-11T04:27:48.436Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-11T04:27:48.436Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-11T04:27:48.436Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-11T04:27:48.437Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-11T04:27:48.437Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-11T04:27:48.437Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-11T04:27:48.437Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f383885e-a0c3-4a22-9a41-3cfd4c5a9751 2022-06-11T04:27:48.438Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:48.438Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is not matching search criteria 2022-06-11T04:27:48.438Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-11T04:27:48.438Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-11T04:27:48.439Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-11T04:27:48.439Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-11T04:27:48.439Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-11T04:27:48.439Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-11T04:27:48.440Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-11T04:27:48.440Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-11T04:27:48.440Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-11T04:27:48.440Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-11T04:27:48.441Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-11T04:27:48.441Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-11T04:27:48.441Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=395f22ae-a9d7-4ce0-93a4-bc52eead14a1 2022-06-11T04:27:48.441Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:48.442Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is not matching search criteria 2022-06-11T04:27:48.442Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-11T04:27:48.442Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-11T04:27:48.442Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-11T04:27:48.442Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-11T04:27:48.443Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-11T04:27:48.443Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-11T04:27:48.443Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-11T04:27:48.443Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-11T04:27:48.443Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-11T04:27:48.444Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-11T04:27:48.444Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-11T04:27:48.444Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-11T04:27:48.444Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e0007f97-c235-42e4-a0e9-bc5356659200 2022-06-11T04:27:48.445Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:48.445Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:27:48.445Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:48.445Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:27:48.445Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:48.446Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:27:48.446Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:48.447Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:27:48.447Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-06-11 04-25-39 Description:catalog service description Model UUID:69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c Model Version:NULL Model InvariantUuid:20a9891c-38a6-4752-a630-2b37e7160f33 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 99cfec3c-4947 Model UUID:c7ac8e84-fe14-4258-99fa-8239de258f27 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:6a5edb2b-f721-4983-beec-6912e1fd1fe9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4eb9e8eb-0791-4f5a-bdec-b17095a88027 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5e68099c-ad90-4d7d-a752-3d39bdd43da0 ModelName:Vfw99cfec3c4947..base_vfw..module-0 ModelUuid:c9d69b94-1701-43c9-8053-d97531edb55a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f383885e-a0c3-4a22-9a41-3cfd4c5a9751 ModelInvariantUuid:c16fe07b-9302-46a5-97a9-02fcc80c3355 ModelName:vFW 99cfec3c-4947-nodes.vfwCvfc ModelUuid:e4908de3-aeda-40e8-b15c-c2f5af757455 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:a0678c7b-d3fc-46d9-8e72-192e1f18a199 ModelInvariantUuid:08b5272e-c5c1-4adb-a556-ba1f91a4568d ModelName:Vfw99cfec3c4947.compute.nodes.heat.vfw ModelUuid:03c31e76-9168-4c37-842a-0ab96d0c2947 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:395f22ae-a9d7-4ce0-93a4-bc52eead14a1 ModelInvariantUuid:58376508-0808-4f98-9c0b-a503013802a3 ModelName:vFW 99cfec3c-4947-nodes.vsnCvfc ModelUuid:97a9b70a-59e1-46b2-b1ed-33fdfec6b5d7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:febb69a6-dbd8-4cd0-b21c-2159ab7c2f97 ModelInvariantUuid:4adbad00-05ec-47b2-b3ae-3e88b5dacbfa ModelName:Vfw99cfec3c4947.compute.nodes.heat.vsn ModelUuid:29ef7a97-4b34-447d-9672-3a8788ebd13c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e0007f97-c235-42e4-a0e9-bc5356659200 ModelInvariantUuid:cb62e889-9197-4c9a-9202-fedd2794c72c ModelName:vFW 99cfec3c-4947-nodes.vpgCvfc ModelUuid:def4e155-d7d5-4406-bf91-47af7a30ba59 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:35e559a0-aa12-417f-80a0-578dc02c35a8 ModelInvariantUuid:b5812fad-fbee-4372-a7ae-401ab7703001 ModelName:Vfw99cfec3c4947.compute.nodes.heat.vpg ModelUuid:c98b115e-ae9f-47c1-9df9-8dd1130c431a 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-11T04:27:48.507Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b5621e3f-011e-4007-aa0e-ccc77d0cf646 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-11T04:27:48.511Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||vFW 99cfec3c-4947 0 2022-06-11T04:27:48.511Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b5621e3f-011e-4007-aa0e-ccc77d0cf646 2022-06-11T04:27:48.511Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f5aaaaa0-fe9e-4424-841f-7be7d57c4e90 from URL: /sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json 2022-06-11T04:27:48.512Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-11T04:27:48.512Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json 2022-06-11T04:27:48.760Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-11T04:27:48.761Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json f5aaaaa0-fe9e-4424-841f-7be7d57c4e90 785 2022-06-11T04:27:48.786Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json ASDC sendASDCNotification 2022-06-11T04:27:48.787Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json 2022-06-11T04:27:48.788Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-11T04:27:48.788Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:27:48.791Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:27:48.792Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921668761, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json", "status": "DOWNLOAD_OK" } 2022-06-11T04:27:48.892Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:27:48.894Z||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-11T04:27:48.894Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:27:48.916Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:27:48.918Z||pool-27-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:27:49.794Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw99cfec3c4947..base_vfw..module-0", "vfModuleModelInvariantUUID": "5e68099c-ad90-4d7d-a752-3d39bdd43da0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c9d69b94-1701-43c9-8053-d97531edb55a", "vfModuleModelCustomizationUUID": "b75a995c-483f-4f64-9a51-8ec9e33570f3", "isBase": true, "artifacts": [ "b6ff6581-d90c-4170-a350-40fc5906f720", "d8083517-ad73-4e74-802b-57f8c871e9c2" ], "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-11T04:27:49.804Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw99cfec3c4947..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c9d69b94-1701-43c9-8053-d97531edb55a VfModuleModelInvariantUUID:5e68099c-ad90-4d7d-a752-3d39bdd43da0 VfModuleModelDescription:NULL Artifacts UUID List:{ b6ff6581-d90c-4170-a350-40fc5906f720 , d8083517-ad73-4e74-802b-57f8c871e9c2 } 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-11T04:27:49.809Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw99cfec3c4947..base_vfw..module-0", "vfModuleModelInvariantUUID": "5e68099c-ad90-4d7d-a752-3d39bdd43da0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c9d69b94-1701-43c9-8053-d97531edb55a", "vfModuleModelCustomizationUUID": "b75a995c-483f-4f64-9a51-8ec9e33570f3", "isBase": true, "artifacts": [ "b6ff6581-d90c-4170-a350-40fc5906f720", "d8083517-ad73-4e74-802b-57f8c871e9c2" ], "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-11T04:27:49.810Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw99cfec3c4947..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c9d69b94-1701-43c9-8053-d97531edb55a VfModuleModelInvariantUUID:5e68099c-ad90-4d7d-a752-3d39bdd43da0 VfModuleModelDescription:NULL Artifacts UUID List:{ b6ff6581-d90c-4170-a350-40fc5906f720 , d8083517-ad73-4e74-802b-57f8c871e9c2 } 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-11T04:27:49.811Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b6ff6581-d90c-4170-a350-40fc5906f720 from URL: /sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml 2022-06-11T04:27:49.812Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-11T04:27:49.812Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml 2022-06-11T04:27:50.088Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-11T04:27:50.089Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml b6ff6581-d90c-4170-a350-40fc5906f720 20368 2022-06-11T04:27:50.090Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-11T04:27:50.093Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml 2022-06-11T04:27:50.093Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-11T04:27:50.093Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:27:50.102Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:27:50.104Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921670090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-11T04:27:50.199Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-06-11T04:27:50.201Z||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-11T04:27:50.202Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:27:50.220Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:27:50.222Z||pool-28-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:27:51.107Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d8083517-ad73-4e74-802b-57f8c871e9c2 from URL: /sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env 2022-06-11T04:27:51.108Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-11T04:27:51.109Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env 2022-06-11T04:27:51.190Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-11T04:27:51.190Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env d8083517-ad73-4e74-802b-57f8c871e9c2 2098 2022-06-11T04:27:51.191Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-11T04:27:51.191Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env 2022-06-11T04:27:51.191Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-11T04:27:51.191Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:27:51.194Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:27:51.194Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921671191, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-11T04:27:51.294Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:27:51.296Z||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-11T04:27:51.296Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:27:51.316Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:27:51.316Z||pool-29-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-11T04:27:52.195Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c 2022-06-11T04:27:52.197Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 99cfec3c-4947 0 b5621e3f-011e-4007-aa0e-ccc77d0cf646 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-11T04:27:52.227Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@114a0c76, org.onap.sdc.toscaparser.api.parameters.Input@5fa4eea, org.onap.sdc.toscaparser.api.parameters.Input@4593a332, org.onap.sdc.toscaparser.api.parameters.Input@2a74625e, org.onap.sdc.toscaparser.api.parameters.Input@6b1ce2da] 2022-06-11T04:27:52.230Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:52.231Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:27:52.231Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-06-11T04:27:52.231Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 4eb9e8eb-0791-4f5a-bdec-b17095a88027 2022-06-11T04:27:52.231Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4eb9e8eb-0791-4f5a-bdec-b17095a88027 matches Tosca VF Customization UUID: 4eb9e8eb-0791-4f5a-bdec-b17095a88027 2022-06-11T04:27:52.232Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 4eb9e8eb-0791-4f5a-bdec-b17095a88027 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-11T04:27:52.236Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:52.236Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:27:52.238Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 4eb9e8eb-0791-4f5a-bdec-b17095a88027: {\"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-11T04:27:52.238Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6dfb3a8a 2022-06-11T04:27:52.238Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:52.239Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-11T04:27:52.239Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b75a995c-483f-4f64-9a51-8ec9e33570f3 2022-06-11T04:27:52.239Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b75a995c-483f-4f64-9a51-8ec9e33570f3 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-11T04:27:52.243Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:52.244Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is matching search criteria 2022-06-11T04:27:52.244Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 99cfec3c-4947 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:27:52.245Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:52.245Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is matching search criteria 2022-06-11T04:27:52.245Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 99cfec3c-4947 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:27:52.246Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:52.246Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is not matching search criteria 2022-06-11T04:27:52.247Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-11T04:27:52.247Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-11T04:27:52.247Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-11T04:27:52.248Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-11T04:27:52.248Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-11T04:27:52.249Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-11T04:27:52.249Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-11T04:27:52.249Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-11T04:27:52.249Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-11T04:27:52.250Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-11T04:27:52.250Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-11T04:27:52.250Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f383885e-a0c3-4a22-9a41-3cfd4c5a9751 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-11T04:27:52.255Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:52.258Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is matching search criteria 2022-06-11T04:27:52.259Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 99cfec3c-4947 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:27:52.260Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:52.260Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is not matching search criteria 2022-06-11T04:27:52.261Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-11T04:27:52.261Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-11T04:27:52.261Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-11T04:27:52.262Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-11T04:27:52.262Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-11T04:27:52.262Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-11T04:27:52.263Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-11T04:27:52.263Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-11T04:27:52.263Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-11T04:27:52.264Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-11T04:27:52.264Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-11T04:27:52.264Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-11T04:27:52.265Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=395f22ae-a9d7-4ce0-93a4-bc52eead14a1 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-11T04:27:52.269Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:52.270Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is matching search criteria 2022-06-11T04:27:52.270Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 99cfec3c-4947 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:27:52.276Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:52.277Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is not matching search criteria 2022-06-11T04:27:52.277Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-11T04:27:52.277Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-11T04:27:52.278Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-11T04:27:52.284Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-11T04:27:52.285Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-11T04:27:52.285Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-11T04:27:52.286Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-11T04:27:52.286Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-11T04:27:52.286Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-11T04:27:52.287Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-11T04:27:52.287Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-11T04:27:52.287Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-11T04:27:52.292Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e0007f97-c235-42e4-a0e9-bc5356659200 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-11T04:27:52.296Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:52.296Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is matching search criteria 2022-06-11T04:27:52.297Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 99cfec3c-4947 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:27:52.297Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:52.297Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Node template vFW 99cfec3c-4947 0 is matching search criteria 2022-06-11T04:27:52.298Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 99cfec3c-4947 0] matching following query criteria: sdcType=VF, customizationUUID=4eb9e8eb-0791-4f5a-bdec-b17095a88027 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-11T04:27:52.301Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:52.302Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:27:52.302Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c: vFW 99cfec3c-4947 2022-06-11T04:27:52.302Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:52.303Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:27:52.303Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:52.303Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:27:52.304Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:52.304Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:27:52.304Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:52.304Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:27:52.305Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:27:52.305Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-25-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:27:52.305Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-06-11 04-25-39 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-11T04:27:52.590Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 99cfec3c-4947 b5621e3f-011e-4007-aa0e-ccc77d0cf646 1 ASDC deployResourceStructure 2022-06-11T04:27:52.591Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json ASDC sendASDCNotification 2022-06-11T04:27:52.591Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json 2022-06-11T04:27:52.591Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-11T04:27:52.592Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:27:52.595Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:27:52.595Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921672591, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json", "status": "DEPLOY_OK" } 2022-06-11T04:27:52.697Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-11T04:27:52.699Z||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-11T04:27:52.700Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:27:52.720Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:27:52.721Z||pool-30-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:27:53.596Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-11T04:27:53.597Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml 2022-06-11T04:27:53.597Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-11T04:27:53.597Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:27:53.600Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:27:53.601Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921673596, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-11T04:27:53.701Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:27:53.702Z||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-11T04:27:53.703Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:27:53.719Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:27:53.720Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:27:54.602Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-11T04:27:54.602Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env 2022-06-11T04:27:54.602Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-11T04:27:54.603Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:27:54.605Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:27:54.606Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921674602, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-11T04:27:54.706Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T04:27:54.707Z||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-11T04:27:54.707Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:27:54.730Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:27:54.731Z||pool-32-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:27:55.606Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar ASDC sendASDCNotification 2022-06-11T04:27:55.607Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar 2022-06-11T04:27:55.607Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-11T04:27:55.609Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:27:55.611Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:27:55.611Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921675606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:27:55.712Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:27:55.713Z||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-11T04:27:55.713Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:27:55.730Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:27:55.731Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:27:56.613Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e53fb93-5e19-40bc-96f7-0003f413f6e5 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-11T04:27:56.631Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e53fb93-5e19-40bc-96f7-0003f413f6e5 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-11T04:27:56.637Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-11T04:27:56.637Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-11T04:27:56.637Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-11T04:28:14.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:28:14.335Z||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-11T04:28:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:28:14.383Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:28:14.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921574328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json", "status": "NOTIFIED" } 2022-06-11T04:28:14.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921574328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-11T04:28:14.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921574328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921574328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-11T04:28:14.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921574328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921574328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:28:14.390Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921582666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:28:14.390Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:28:14.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921589146, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-11T04:28:14.391Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:28:14.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921590325, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-11T04:28:14.392Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:28:14.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921591465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-11T04:28:14.392Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:28:14.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921592901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/basic_onboard_nkdtln0_modules.json", "status": "DEPLOY_OK" } 2022-06-11T04:28:14.393Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:28:14.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921593907, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-11T04:28:14.393Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:28:14.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921594913, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/resourceInstances/basic_onboard_nkdtln0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-11T04:28:14.394Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:28:14.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921595919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkdtln/1.0/artifacts/service-BasicOnboardNkdtln-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:28:14.394Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:28:14.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "clamp", "timestamp": 1654921619601, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.395Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "multicloud-k8s-id", "timestamp": 1654921627081, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.395Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "ves-openapi-manager", "timestamp": 1654921622554, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.396Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654921620987, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.396Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "policy-id", "timestamp": 1654921621970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "multicloud-k8s-id", "timestamp": 1654921627081, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json", "status": "NOTIFIED" } 2022-06-11T04:28:14.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "clamp", "timestamp": 1654921619601, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json", "status": "NOTIFIED" } 2022-06-11T04:28:14.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654921620987, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "ves-openapi-manager", "timestamp": 1654921622554, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.399Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "policy-id", "timestamp": 1654921621970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.399Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "cds", "timestamp": 1654921628470, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "multicloud-k8s-id", "timestamp": 1654921627081, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-11T04:28:14.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "clamp", "timestamp": 1654921619601, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654921620987, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "ves-openapi-manager", "timestamp": 1654921622554, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "policy-id", "timestamp": 1654921621970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-11T04:28:14.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "cds", "timestamp": 1654921628470, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "multicloud-k8s-id", "timestamp": 1654921627081, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "ves-openapi-manager", "timestamp": 1654921622554, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "clamp", "timestamp": 1654921619601, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654921620987, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "policy-id", "timestamp": 1654921621970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "cds", "timestamp": 1654921628470, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "aai-ml", "timestamp": 1654921631352, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "multicloud-k8s-id", "timestamp": 1654921627081, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-11T04:28:14.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654921620987, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "ves-openapi-manager", "timestamp": 1654921622554, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "clamp", "timestamp": 1654921619601, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "policy-id", "timestamp": 1654921621970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "cds", "timestamp": 1654921628470, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "aai-ml", "timestamp": 1654921631352, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "ves-openapi-manager", "timestamp": 1654921622554, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "multicloud-k8s-id", "timestamp": 1654921627081, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "clamp", "timestamp": 1654921619601, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654921620987, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "policy-id", "timestamp": 1654921621970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "cds", "timestamp": 1654921628470, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:14.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:28:14.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "aai-ml", "timestamp": 1654921631352, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:28:14.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:28:26.638Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e53fb93-5e19-40bc-96f7-0003f413f6e5 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-11T04:28:26.671Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e53fb93-5e19-40bc-96f7-0003f413f6e5 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-11T04:28:26.678Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-11T04:28:26.678Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-11T04:28:26.679Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-11T04:28:56.679Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e53fb93-5e19-40bc-96f7-0003f413f6e5 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-11T04:28:56.695Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e53fb93-5e19-40bc-96f7-0003f413f6e5 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-11T04:28:56.700Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-11T04:28:56.701Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-11T04:28:56.701Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-11T04:29:14.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:29:14.345Z||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-11T04:29:14.346Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:29:14.401Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:29:14.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:29:14.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "ves-openapi-manager", "timestamp": 1654921622554, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-11T04:29:14.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:29:26.702Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e53fb93-5e19-40bc-96f7-0003f413f6e5 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-11T04:29:26.725Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e53fb93-5e19-40bc-96f7-0003f413f6e5 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-11T04:29:26.730Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-11T04:29:26.731Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-11T04:29:26.731Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-11T04:29:56.731Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e53fb93-5e19-40bc-96f7-0003f413f6e5 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-11T04:29:56.760Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e53fb93-5e19-40bc-96f7-0003f413f6e5 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-11T04:29:56.765Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-11T04:29:56.765Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-11T04:29:56.765Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-11T04:30:14.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:30:14.336Z||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-11T04:30:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:30:14.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:30:14.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "clamp", "timestamp": 1654921619601, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:30:14.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:30:14.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "multicloud-k8s-id", "timestamp": 1654921627081, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:30:14.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:30:14.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654921620987, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:30:14.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:30:14.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "policy-id", "timestamp": 1654921621970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:30:14.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:30:14.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "cds", "timestamp": 1654921628470, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:30:14.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:30:14.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "aai-ml", "timestamp": 1654921631352, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:30:14.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:30:14.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "cds", "timestamp": 1654921628470, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:30:14.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:30:14.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654921635185, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:30:14.446Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:30:14.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "multicloud-k8s-id", "timestamp": 1654921635307, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json", "status": "DOWNLOAD_OK" } 2022-06-11T04:30:14.447Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:30:14.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "policy-id", "timestamp": 1654921635715, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:30:14.447Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:30:14.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "aai-ml", "timestamp": 1654921631352, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:30:14.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:30:14.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "policy-id", "timestamp": 1654921636752, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:30:14.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:30:14.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "cds", "timestamp": 1654921636416, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:30:14.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:30:14.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "multicloud-k8s-id", "timestamp": 1654921636543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-11T04:30:14.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:30:14.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "aai-ml", "timestamp": 1654921631352, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:30:14.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:30:14.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "policy-id", "timestamp": 1654921637764, "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-11T04:30:14.455Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e53fb93-5e19-40bc-96f7-0003f413f6e5 2022-06-11T04:30:14.456Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e53fb93-5e19-40bc-96f7-0003f413f6e5 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-11T04:30:14.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "cds", "timestamp": 1654921637422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-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-11T04:30:14.471Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4e53fb93-5e19-40bc-96f7-0003f413f6e5 2022-06-11T04:30:14.471Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e53fb93-5e19-40bc-96f7-0003f413f6e5 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-11T04:30:14.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "multicloud-k8s-id", "timestamp": 1654921637640, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-11T04:30:14.480Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:30:14.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "aai-ml", "timestamp": 1654921631352, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:30:14.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:30:14.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "multicloud-k8s-id", "timestamp": 1654921638665, "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-11T04:30:14.485Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e53fb93-5e19-40bc-96f7-0003f413f6e5 2022-06-11T04:30:14.485Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e53fb93-5e19-40bc-96f7-0003f413f6e5 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-11T04:30:14.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654921638620, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:30:14.493Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:30:14.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "aai-ml", "timestamp": 1654921639232, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:30:14.493Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:30:14.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "multicloud-k8s-id", "timestamp": 1654921639671, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json", "status": "DEPLOY_OK" } 2022-06-11T04:30:14.494Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:30:14.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654921639625, "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-11T04:30:14.498Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4e53fb93-5e19-40bc-96f7-0003f413f6e5 2022-06-11T04:30:14.499Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e53fb93-5e19-40bc-96f7-0003f413f6e5 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-11T04:30:14.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "clamp", "timestamp": 1654921643734, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:30:14.508Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:30:14.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "clamp", "timestamp": 1654921646736, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:30:14.509Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:30:14.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "clamp", "timestamp": 1654921647743, "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-11T04:30:14.513Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4e53fb93-5e19-40bc-96f7-0003f413f6e5 2022-06-11T04:30:14.514Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e53fb93-5e19-40bc-96f7-0003f413f6e5 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-11T04:30:14.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "aai-ml", "timestamp": 1654921650903, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:30:14.523Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:30:14.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "aai-ml", "timestamp": 1654921651910, "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-11T04:30:14.531Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4e53fb93-5e19-40bc-96f7-0003f413f6e5 2022-06-11T04:30:14.532Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e53fb93-5e19-40bc-96f7-0003f413f6e5 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-11T04:30:14.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b228c237-a257-4d6f-955d-c51e0254af8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921654205, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-11T04:30:14.544Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:30:14.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921655225, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:30:14.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:30:14.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921655225, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json", "status": "NOTIFIED" } 2022-06-11T04:30:14.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:30:14.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921655225, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-11T04:30:14.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:30:14.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921655225, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:30:14.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:30:14.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921655225, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-11T04:30:14.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:30:14.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921655225, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:30:14.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:30:14.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921655225, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:30:14.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:30:14.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921663157, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:30:14.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:30:14.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921668761, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json", "status": "DOWNLOAD_OK" } 2022-06-11T04:30:14.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:30:14.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921670090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-11T04:30:14.549Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:30:14.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921671191, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-11T04:30:14.549Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:30:14.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921672591, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/vfw99cfec3c49470_modules.json", "status": "DEPLOY_OK" } 2022-06-11T04:30:14.550Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:30:14.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921673596, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-11T04:30:14.550Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:30:14.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921674602, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/resourceInstances/vfw99cfec3c49470/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-11T04:30:14.551Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:30:14.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:30:14.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921675606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042539/1.0/artifacts/service-Vfw20220611042539-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:30:14.551Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:30:26.766Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e53fb93-5e19-40bc-96f7-0003f413f6e5 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-11T04:30:26.794Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e53fb93-5e19-40bc-96f7-0003f413f6e5 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-11T04:30:26.802Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-11T04:30:26.802Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-11T04:30:26.802Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-11T04:30:26.802Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-11T04:30:26.803Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:30:26.803Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:30:26.803Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:30:26.803Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:30:26.804Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:30:26.804Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:30:26.804Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-11T04:30:26.813Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-11T04:30:56.813Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e53fb93-5e19-40bc-96f7-0003f413f6e5 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-11T04:30:56.823Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e53fb93-5e19-40bc-96f7-0003f413f6e5 and serviceModelVersionId: 69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c 2022-06-11T04:30:56.823Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 20a9891c-38a6-4752-a630-2b37e7160f33 2022-06-11T04:30:56.825Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/20a9891c-38a6-4752-a630-2b37e7160f33/model-vers/model-ver/69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c?depth=0 2022-06-11T04:30:56.834Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-11T04:30:56.938Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20a9891c-38a6-4752-a630-2b37e7160f33/model-vers/model-ver/69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c?depth=0|INFO|500||Invoke 2022-06-11T04:30:56.939Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20a9891c-38a6-4752-a630-2b37e7160f33/model-vers/model-ver/69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20a9891c-38a6-4752-a630-2b37e7160f33/model-vers/model-ver/69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e53fb93-5e19-40bc-96f7-0003f413f6e5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[11de55eb-e545-43e3-acae-47ed34eb5b6c], X-ECOMP-RequestID=[4e53fb93-5e19-40bc-96f7-0003f413f6e5], X-TransactionId=[], X-ONAP-RequestID=[4e53fb93-5e19-40bc-96f7-0003f413f6e5], Content-Type=[application/merge-patch+json]} 2022-06-11T04:30:56.985Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20a9891c-38a6-4752-a630-2b37e7160f33/model-vers/model-ver/69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-11T04:30:57.138Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20a9891c-38a6-4752-a630-2b37e7160f33/model-vers/model-ver/69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c?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/20a9891c-38a6-4752-a630-2b37e7160f33/model-vers/model-ver/69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220611-04:30:56:758-82610], vertex-id=[221296], Content-Length=[0], Date=[Sat, 11 Jun 2022 04:30:56 GMT], Content-Type=[application/json]} 2022-06-11T04:30:57.139Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20a9891c-38a6-4752-a630-2b37e7160f33/model-vers/model-ver/69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-11T04:30:57.139Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20a9891c-38a6-4752-a630-2b37e7160f33/model-vers/model-ver/69e9dc4b-ad56-4143-a2f9-f8ec28c3d03c?depth=0|INFO|500||InvokeReturn 2022-06-11T04:30:57.140Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-11T04:30:57.140Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-11T04:30:57.150Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-11T04:30:57.150Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e53fb93-5e19-40bc-96f7-0003f413f6e5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-11T04:30:57.151Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-11T04:30:57.151Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:30:57.155Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:30:57.155Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921857151, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-11T04:30:57.255Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:30:57.257Z||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-11T04:30:57.257Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:30:57.283Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:30:57.284Z||pool-34-thread-1|||||INFO|500||cambria reply ok (28 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-11T04:30:58.167Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:30:58.168Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|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-11T04:30:58.169Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:31:02.633Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:31:02.634Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-11T04:31:02.635Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"631dae2d-307b-4fc7-a74b-f7da979d1e2f","serviceName":"vFW 2022-06-11 04-28-20","serviceVersion":"1.0","serviceUUID":"99a82a8d-1a02-430c-ac0a-117a810b17a2","serviceDescription":"catalog service description","serviceInvariantUUID":"e1b5b9a5-c979-4871-a7b7-49e504fb7f7e","resources":[{"resourceInstanceName":"vFW ea8053ef-55a1 0","resourceName":"vFW ea8053ef-55a1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"50408e5e-9adf-4626-af8a-32add9ac6cc6","resourceInvariantUUID":"6a092850-681b-4600-ac68-75ff40f42dc1","resourceCustomizationUUID":"974f41b5-f96d-445a-93ea-96b38ef4f6ca","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vf-license-model.xml","artifactChecksum":"NDZkOTAzZjIyOTEyNmY1YTE3ZGViZWNmZTBjNjk5NDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9e49f963-ed7c-4250-901f-0a175fc8dc94","artifactVersion":"1"},{"artifactName":"vfwea8053ef55a10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json","artifactChecksum":"ZTlkMDg1MTA2ZmI1YjRjOWRlMDk0ZTMyM2FlM2ZhNjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ec6ab7d1-3399-4067-8f86-4cf688558cb3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"09ff1f44-f3a7-47d8-9689-ba5afb3e3019","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vendor-license-model.xml","artifactChecksum":"ODVlZTNhM2QxYWZjZDFhZDEyNjg3ZGY3ZGYxOWUxMGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1fbbff8-0059-4ce9-bd91-a8f5eb732707","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ed0a815f-6db6-4013-ab01-98211accd14e","artifactVersion":"2","generatedFromUUID":"09ff1f44-f3a7-47d8-9689-ba5afb3e3019"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220611042820-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-template.yml","artifactChecksum":"NTdlMjE4NWYyOWQ4NGU2ZjcxODgxZmFkNDc1OWI5ODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aa9f1e7b-0b1c-46c2-b5cd-2c4de4d6d292","artifactVersion":"1"},{"artifactName":"service-Vfw20220611042820-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar","artifactChecksum":"NTNjZmQyNzM1MTkzZTA2MDM3NzNlMDA2MGE3OTQxNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25e61107-fbeb-444b-8633-630258d6da37","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-11T04:31:02.641Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:31:02.642Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:31:02.645Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:31:02.646Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921858167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:02.745Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T04:31:02.747Z||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-11T04:31:02.747Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:31:02.770Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:31:02.770Z||pool-35-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:31:03.647Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:31:03.648Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:31:03.650Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:31:03.651Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921858167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json", "status": "NOTIFIED" } 2022-06-11T04:31:03.751Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:31:03.752Z||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-11T04:31:03.752Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:31:03.770Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:31:03.772Z||pool-36-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:31:04.652Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:31:04.654Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:31:04.660Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:31:04.661Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921858167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-11T04:31:04.761Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T04:31:04.762Z||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-11T04:31:04.763Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:31:04.782Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:31:04.783Z||pool-37-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:31:05.664Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:31:05.666Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:31:05.669Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:31:05.670Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921858167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:05.776Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-06-11T04:31:05.777Z||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-11T04:31:05.777Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:31:05.794Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:31:05.794Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:31:06.672Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:31:06.673Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:31:06.679Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:31:06.680Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921858167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-11T04:31:06.788Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-06-11T04:31:06.789Z||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-11T04:31:06.789Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:31:06.805Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:31:06.806Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:31:07.680Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:31:07.681Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:31:07.684Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:31:07.684Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921858167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:07.785Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:31:07.787Z||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-11T04:31:07.788Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:31:07.806Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:31:07.807Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:31:08.685Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:31:08.687Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:31:08.689Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:31:08.689Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921858167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:31:08.791Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-11T04:31:08.792Z||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-11T04:31:08.792Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:31:08.816Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:31:08.817Z||pool-41-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:31:09.691Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "serviceName": "vFW 2022-06-11 04-28-20", "serviceVersion": "1.0", "serviceUUID": "99a82a8d-1a02-430c-ac0a-117a810b17a2", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e1b5b9a5-c979-4871-a7b7-49e504fb7f7e", "resources": [ { "resourceInstanceName": "vFW ea8053ef-55a1 0", "resourceCustomizationUUID": "974f41b5-f96d-445a-93ea-96b38ef4f6ca", "resourceName": "vFW ea8053ef-55a1", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "50408e5e-9adf-4626-af8a-32add9ac6cc6", "resourceInvariantUUID": "6a092850-681b-4600-ac68-75ff40f42dc1", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwea8053ef55a10_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json", "artifactChecksum": "ZTlkMDg1MTA2ZmI1YjRjOWRlMDk0ZTMyM2FlM2ZhNjE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ec6ab7d1-3399-4067-8f86-4cf688558cb3", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "09ff1f44-f3a7-47d8-9689-ba5afb3e3019", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ed0a815f-6db6-4013-ab01-98211accd14e", "generatedFromUUID": "09ff1f44-f3a7-47d8-9689-ba5afb3e3019" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ed0a815f-6db6-4013-ab01-98211accd14e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220611042820-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar", "artifactChecksum": "NTNjZmQyNzM1MTkzZTA2MDM3NzNlMDA2MGE3OTQxNmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "25e61107-fbeb-444b-8633-630258d6da37" } ], "workloadContext": "Production" } 2022-06-11T04:31:09.692Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-11T04:31:09.692Z|4e53fb93-5e19-40bc-96f7-0003f413f6e5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 99a82a8d-1a02-430c-ac0a-117a810b17a2 ASDC 2022-06-11T04:31:09.692Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:631dae2d-307b-4fc7-a74b-f7da979d1e2f ServiceName:vFW 2022-06-11 04-28-20 ServiceVersion:1.0 ServiceUUID:99a82a8d-1a02-430c-ac0a-117a810b17a2 ServiceInvariantUUID:e1b5b9a5-c979-4871-a7b7-49e504fb7f7e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220611042820-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar ArtifactUUID:25e61107-fbeb-444b-8633-630258d6da37 ArtifactChecksum:NTNjZmQyNzM1MTkzZTA2MDM3NzNlMDA2MGE3OTQxNmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW ea8053ef-55a1 0 ResourceCustomizationUUID:974f41b5-f96d-445a-93ea-96b38ef4f6ca ResourceInvariantUUID:6a092850-681b-4600-ac68-75ff40f42dc1 ResourceName:vFW ea8053ef-55a1 ResourceType:VF ResourceUUID:50408e5e-9adf-4626-af8a-32add9ac6cc6 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwea8053ef55a10_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json ArtifactUUID:ec6ab7d1-3399-4067-8f86-4cf688558cb3 ArtifactChecksum:ZTlkMDg1MTA2ZmI1YjRjOWRlMDk0ZTMyM2FlM2ZhNjE= 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/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml ArtifactUUID:09ff1f44-f3a7-47d8-9689-ba5afb3e3019 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/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env ArtifactUUID:ed0a815f-6db6-4013-ab01-98211accd14e 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/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env ArtifactUUID:ed0a815f-6db6-4013-ab01-98211accd14e ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-11T04:31:09.692Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 99a82a8d-1a02-430c-ac0a-117a810b17a2 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-11T04:31:09.740Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-11T04:31:09.741Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-11T04:31:09.741Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-11T04:31:09.741Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 25e61107-fbeb-444b-8633-630258d6da37 from URL: /sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar 2022-06-11T04:31:09.741Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-11T04:31:09.742Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar 2022-06-11T04:31:09.856Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-11T04:31:09.863Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar 25e61107-fbeb-444b-8633-630258d6da37 98985 2022-06-11T04:31:09.864Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar ASDC sendASDCNotification 2022-06-11T04:31:09.864Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar 2022-06-11T04:31:09.865Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-11T04:31:09.865Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:31:09.868Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:31:09.868Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921869863, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:31:09.969Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:31:09.971Z||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-11T04:31:09.971Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:31:09.992Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:31:09.993Z||pool-42-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:31:10.869Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-11T04:31:10.872Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-11T04:31:10.872Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 25e61107-fbeb-444b-8633-630258d6da37, URL: /sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar to file: /app/ASDC/1/service-Vfw20220611042820-csar.csar 2022-06-11T04:31:10.873Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220611042820-csar.csar 2022-06-11T04:31:10.874Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220611042820-csar.csar 2022-06-11T04:31:10.874Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220611042820-csar.csar 2022-06-11T04:31:11.118Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18330974631439233891/Definitions/service-Vfw20220611042820-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-06-11T04:31:14.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:31:14.336Z||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-11T04:31:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:31:14.391Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:31:14.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "multicloud-k8s-id", "timestamp": 1654921767081, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.396Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654921770987, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.397Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "clamp", "timestamp": 1654921769602, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.397Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654921770987, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.397Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "multicloud-k8s-id", "timestamp": 1654921767081, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json", "status": "NOTIFIED" } 2022-06-11T04:31:14.398Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "clamp", "timestamp": 1654921769602, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json", "status": "NOTIFIED" } 2022-06-11T04:31:14.398Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654921770987, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.398Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "clamp", "timestamp": 1654921769602, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "multicloud-k8s-id", "timestamp": 1654921767081, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-11T04:31:14.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654921770987, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "clamp", "timestamp": 1654921769602, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.400Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "multicloud-k8s-id", "timestamp": 1654921767081, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "multicloud-k8s-id", "timestamp": 1654921767081, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-11T04:31:14.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654921770987, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "clamp", "timestamp": 1654921769602, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "multicloud-k8s-id", "timestamp": 1654921767081, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654921770987, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "clamp", "timestamp": 1654921769602, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "cds", "timestamp": 1654921778470, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654921770987, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:31:14.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "multicloud-k8s-id", "timestamp": 1654921767081, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:31:14.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "clamp", "timestamp": 1654921769602, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:31:14.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "cds", "timestamp": 1654921778470, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "cds", "timestamp": 1654921778470, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "multicloud-k8s-id", "timestamp": 1654921781256, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json", "status": "DOWNLOAD_OK" } 2022-06-11T04:31:14.408Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:31:14.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654921781154, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:31:14.408Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:31:14.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "aai-ml", "timestamp": 1654921781352, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "cds", "timestamp": 1654921778470, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "policy-id", "timestamp": 1654921781970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "multicloud-k8s-id", "timestamp": 1654921782393, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-11T04:31:14.410Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:31:14.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "aai-ml", "timestamp": 1654921781352, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "ves-openapi-manager", "timestamp": 1654921782554, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "cds", "timestamp": 1654921778470, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "policy-id", "timestamp": 1654921781970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "multicloud-k8s-id", "timestamp": 1654921783477, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-11T04:31:14.413Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:31:14.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "aai-ml", "timestamp": 1654921781352, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "ves-openapi-manager", "timestamp": 1654921782554, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "cds", "timestamp": 1654921778470, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "policy-id", "timestamp": 1654921781970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-11T04:31:14.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "multicloud-k8s-id", "timestamp": 1654921784510, "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-11T04:31:14.427Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 631dae2d-307b-4fc7-a74b-f7da979d1e2f 2022-06-11T04:31:14.427Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 631dae2d-307b-4fc7-a74b-f7da979d1e2f 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-11T04:31:14.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654921784521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:31:14.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:31:14.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "aai-ml", "timestamp": 1654921781352, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "ves-openapi-manager", "timestamp": 1654921782554, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "cds", "timestamp": 1654921778470, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:31:14.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "policy-id", "timestamp": 1654921781970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "multicloud-k8s-id", "timestamp": 1654921785519, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json", "status": "DEPLOY_OK" } 2022-06-11T04:31:14.442Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:31:14.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654921785525, "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-11T04:31:14.448Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 631dae2d-307b-4fc7-a74b-f7da979d1e2f 2022-06-11T04:31:14.448Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 631dae2d-307b-4fc7-a74b-f7da979d1e2f 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-11T04:31:14.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "aai-ml", "timestamp": 1654921781352, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "ves-openapi-manager", "timestamp": 1654921782554, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "policy-id", "timestamp": 1654921781970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "cds", "timestamp": 1654921786464, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:31:14.476Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:31:14.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "aai-ml", "timestamp": 1654921781352, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "ves-openapi-manager", "timestamp": 1654921782554, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "policy-id", "timestamp": 1654921781970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "cds", "timestamp": 1654921787469, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-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-11T04:31:14.483Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 631dae2d-307b-4fc7-a74b-f7da979d1e2f 2022-06-11T04:31:14.483Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 631dae2d-307b-4fc7-a74b-f7da979d1e2f 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-11T04:31:14.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "aai-ml", "timestamp": 1654921781352, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:31:14.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "ves-openapi-manager", "timestamp": 1654921782554, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "policy-id", "timestamp": 1654921781970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:31:14.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "ves-openapi-manager", "timestamp": 1654921782554, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-11T04:31:14.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:31:14.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "aai-ml", "timestamp": 1654921789327, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:31:14.496Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:31:14.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "policy-id", "timestamp": 1654921789915, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:31:14.496Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:31:14.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "clamp", "timestamp": 1654921790768, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:31:14.497Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:31:14.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "policy-id", "timestamp": 1654921790922, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:31:14.497Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:31:14.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "policy-id", "timestamp": 1654921791927, "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-11T04:31:14.502Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 631dae2d-307b-4fc7-a74b-f7da979d1e2f 2022-06-11T04:31:14.503Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 631dae2d-307b-4fc7-a74b-f7da979d1e2f 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-11T04:31:14.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "clamp", "timestamp": 1654921793770, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:31:14.511Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:31:14.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "clamp", "timestamp": 1654921794778, "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-11T04:31:14.521Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 631dae2d-307b-4fc7-a74b-f7da979d1e2f 2022-06-11T04:31:14.522Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 631dae2d-307b-4fc7-a74b-f7da979d1e2f 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-11T04:31:14.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "aai-ml", "timestamp": 1654921801153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:31:14.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:31:14.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:31:14.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "aai-ml", "timestamp": 1654921802172, "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-11T04:31:14.545Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 631dae2d-307b-4fc7-a74b-f7da979d1e2f 2022-06-11T04:31:14.546Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 631dae2d-307b-4fc7-a74b-f7da979d1e2f 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 (?, ?, ?, ?, ?) 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-11T04:31:14.619Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-11T04:31:14.621Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-11T04:31:14.626Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220611042820-csar.csar 2022-06-11T04:31:14.626Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-06-11T04:31:14.626Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220611042820-csar.csar 2022-06-11T04:31:14.627Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220611042820-csar.csar 2022-06-11T04:31:14.627Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220611042820-csar.csar 2022-06-11T04:31:14.627Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220611042820-csar.csar 2022-06-11T04:31:14.628Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220611042820-csar.csar 2022-06-11T04:31:14.628Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220611042820-csar.csar 2022-06-11T04:31:14.628Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ea8053ef-55a1 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-Vfw20220611042820-csar.csar 2022-06-11T04:31:14.628Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220611042820-csar.csar 2022-06-11T04:31:14.629Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220611042820-csar.csar 2022-06-11T04:31:14.630Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220611042820-csar.csar 2022-06-11T04:31:14.630Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220611042820-csar.csar 2022-06-11T04:31:14.630Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220611042820-csar.csar 2022-06-11T04:31:14.631Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220611042820-csar.csar 2022-06-11T04:31:14.631Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-11T04:31:14.632Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:14.633Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-28-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:31:14.634Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vFW ea8053ef-55a1 0 is matching search criteria 2022-06-11T04:31:14.634Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-11T04:31:14.637Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ea8053ef-55a1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-11T04:31:14.638Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:14.639Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-28-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:31:14.639Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vFW ea8053ef-55a1 0 is matching search criteria 2022-06-11T04:31:14.640Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-11T04:31:14.640Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ea8053ef-55a1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-11T04:31:14.641Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:14.641Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-28-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:31:14.642Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:14.642Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vFW ea8053ef-55a1 0 is not matching search criteria 2022-06-11T04:31:14.642Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-11T04:31:14.643Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-11T04:31:14.643Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-11T04:31:14.643Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-11T04:31:14.644Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-11T04:31:14.644Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-11T04:31:14.645Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-11T04:31:14.645Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-11T04:31:14.645Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-11T04:31:14.646Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-11T04:31:14.646Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-11T04:31:14.647Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-11T04:31:14.647Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-11T04:31:14.648Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-11T04:31:14.648Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-11T04:31:14.648Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-11T04:31:14.649Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:14.649Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-28-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-11T04:31:14.650Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:14.650Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vFW ea8053ef-55a1 0 is matching search criteria 2022-06-11T04:31:14.651Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ea8053ef-55a1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:31:14.652Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:14.655Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vFW ea8053ef-55a1 0 is matching search criteria 2022-06-11T04:31:14.655Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ea8053ef-55a1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:31:14.656Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:14.656Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vFW ea8053ef-55a1 0 is matching search criteria 2022-06-11T04:31:14.656Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ea8053ef-55a1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:31:14.657Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:14.657Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vFW ea8053ef-55a1 0 is not matching search criteria 2022-06-11T04:31:14.658Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-11T04:31:14.659Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-11T04:31:14.662Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-11T04:31:14.663Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-11T04:31:14.663Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-11T04:31:14.687Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-11T04:31:14.687Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-11T04:31:14.688Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-11T04:31:14.688Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-11T04:31:14.688Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-11T04:31:14.688Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-11T04:31:14.688Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=25a6fcad-de18-42c8-a0fa-c09fbee86fab 2022-06-11T04:31:14.689Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:14.689Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vFW ea8053ef-55a1 0 is not matching search criteria 2022-06-11T04:31:14.689Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-11T04:31:14.689Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-11T04:31:14.690Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-11T04:31:14.690Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-11T04:31:14.690Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-11T04:31:14.690Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-11T04:31:14.690Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-11T04:31:14.690Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-11T04:31:14.690Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-11T04:31:14.691Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-11T04:31:14.691Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-11T04:31:14.691Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-11T04:31:14.691Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5dfbe5fa-f1a0-4936-bc81-244cc0caee3f 2022-06-11T04:31:14.693Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:14.693Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vFW ea8053ef-55a1 0 is not matching search criteria 2022-06-11T04:31:14.694Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-11T04:31:14.694Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-11T04:31:14.694Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-11T04:31:14.695Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-11T04:31:14.695Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-11T04:31:14.695Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-11T04:31:14.695Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-11T04:31:14.695Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-11T04:31:14.696Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-11T04:31:14.696Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-11T04:31:14.696Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-11T04:31:14.696Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-11T04:31:14.697Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cfeb62ed-d7c2-4b71-a2ca-08cf7b0d69eb 2022-06-11T04:31:14.697Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:14.697Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-28-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:31:14.697Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:14.698Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-28-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:31:14.698Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:14.698Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-28-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:31:14.698Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:14.698Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-28-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:31:14.699Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-06-11 04-28-20 Description:catalog service description Model UUID:99a82a8d-1a02-430c-ac0a-117a810b17a2 Model Version:NULL Model InvariantUuid:e1b5b9a5-c979-4871-a7b7-49e504fb7f7e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW ea8053ef-55a1 Model UUID:b0c71bc4-f6a1-41d0-84da-30e3a77f0a7e Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:6a092850-681b-4600-ac68-75ff40f42dc1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:974f41b5-f96d-445a-93ea-96b38ef4f6ca NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:38c468df-3adc-414d-bc09-9db13cb716a1 ModelName:VfwEa8053ef55a1..base_vfw..module-0 ModelUuid:8e85c3f8-4a96-4dc7-8a5b-db6ee73800e7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:25a6fcad-de18-42c8-a0fa-c09fbee86fab ModelInvariantUuid:de652f64-6e1b-4a4d-a5bd-7f520e47d7b4 ModelName:vFW ea8053ef-55a1-nodes.vfwCvfc ModelUuid:9606639a-ee1b-4912-92b3-1d155d93980b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:65aa2e96-be81-4182-918e-4727f8f11b8d ModelInvariantUuid:29ed642f-01e8-42bd-9d8f-3fc3e282f352 ModelName:VfwEa8053ef55a1.compute.nodes.heat.vfw ModelUuid:f4beeb34-cce0-4d6f-8b8d-442bc8d0b87b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:5dfbe5fa-f1a0-4936-bc81-244cc0caee3f ModelInvariantUuid:f2ba88fd-5c27-445b-92c3-c72d6e95c7f1 ModelName:vFW ea8053ef-55a1-nodes.vsnCvfc ModelUuid:2fac1af6-b141-4247-b832-e0d791afa2b8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:e5e971ca-e679-436f-a0d3-a63689130b94 ModelInvariantUuid:268e6b9d-e641-466d-8beb-a4d9a8b85c22 ModelName:VfwEa8053ef55a1.compute.nodes.heat.vsn ModelUuid:8aa051a8-36f6-4bbe-a2f2-5e02831d274a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:cfeb62ed-d7c2-4b71-a2ca-08cf7b0d69eb ModelInvariantUuid:8fa26a71-b0c9-474f-8b00-b83cd0d5ac75 ModelName:vFW ea8053ef-55a1-nodes.vpgCvfc ModelUuid:b2a337b0-b305-4054-a692-5fea2f23e406 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:a1c0743a-b657-4354-8d39-72e0b79ee08f ModelInvariantUuid:b545827b-9d39-4d51-b94c-40a3d62d164f ModelName:VfwEa8053ef55a1.compute.nodes.heat.vpg ModelUuid:4084456b-7944-4794-a7f6-b14a69a8aa26 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-11T04:31:14.719Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 50408e5e-9adf-4626-af8a-32add9ac6cc6 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-11T04:31:14.723Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||vFW ea8053ef-55a1 0 2022-06-11T04:31:14.723Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 50408e5e-9adf-4626-af8a-32add9ac6cc6 2022-06-11T04:31:14.723Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ec6ab7d1-3399-4067-8f86-4cf688558cb3 from URL: /sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json 2022-06-11T04:31:14.723Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-11T04:31:14.723Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json 2022-06-11T04:31:14.919Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-11T04:31:14.919Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json ec6ab7d1-3399-4067-8f86-4cf688558cb3 785 2022-06-11T04:31:14.920Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json ASDC sendASDCNotification 2022-06-11T04:31:14.920Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json 2022-06-11T04:31:14.920Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-11T04:31:14.920Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:31:14.924Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:31:14.924Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921874920, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json", "status": "DOWNLOAD_OK" } 2022-06-11T04:31:15.024Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:31:15.025Z||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-11T04:31:15.025Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:31:15.059Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:31:15.059Z||pool-43-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-06-11T04:31:15.925Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwEa8053ef55a1..base_vfw..module-0", "vfModuleModelInvariantUUID": "38c468df-3adc-414d-bc09-9db13cb716a1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8e85c3f8-4a96-4dc7-8a5b-db6ee73800e7", "vfModuleModelCustomizationUUID": "738bb943-4a92-4097-a377-b916723eca90", "isBase": true, "artifacts": [ "09ff1f44-f3a7-47d8-9689-ba5afb3e3019", "ed0a815f-6db6-4013-ab01-98211accd14e" ], "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-11T04:31:15.935Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwEa8053ef55a1..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8e85c3f8-4a96-4dc7-8a5b-db6ee73800e7 VfModuleModelInvariantUUID:38c468df-3adc-414d-bc09-9db13cb716a1 VfModuleModelDescription:NULL Artifacts UUID List:{ 09ff1f44-f3a7-47d8-9689-ba5afb3e3019 , ed0a815f-6db6-4013-ab01-98211accd14e } 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-11T04:31:15.946Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwEa8053ef55a1..base_vfw..module-0", "vfModuleModelInvariantUUID": "38c468df-3adc-414d-bc09-9db13cb716a1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8e85c3f8-4a96-4dc7-8a5b-db6ee73800e7", "vfModuleModelCustomizationUUID": "738bb943-4a92-4097-a377-b916723eca90", "isBase": true, "artifacts": [ "09ff1f44-f3a7-47d8-9689-ba5afb3e3019", "ed0a815f-6db6-4013-ab01-98211accd14e" ], "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-11T04:31:15.946Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwEa8053ef55a1..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8e85c3f8-4a96-4dc7-8a5b-db6ee73800e7 VfModuleModelInvariantUUID:38c468df-3adc-414d-bc09-9db13cb716a1 VfModuleModelDescription:NULL Artifacts UUID List:{ 09ff1f44-f3a7-47d8-9689-ba5afb3e3019 , ed0a815f-6db6-4013-ab01-98211accd14e } 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-11T04:31:15.946Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 09ff1f44-f3a7-47d8-9689-ba5afb3e3019 from URL: /sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml 2022-06-11T04:31:15.947Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-11T04:31:15.948Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml 2022-06-11T04:31:16.044Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-11T04:31:16.046Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml 09ff1f44-f3a7-47d8-9689-ba5afb3e3019 20368 2022-06-11T04:31:16.047Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-11T04:31:16.047Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml 2022-06-11T04:31:16.048Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-11T04:31:16.049Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:31:16.053Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:31:16.054Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921876047, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-11T04:31:16.153Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-11T04:31:16.155Z||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-11T04:31:16.155Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:31:16.172Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:31:16.172Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:31:17.055Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ed0a815f-6db6-4013-ab01-98211accd14e from URL: /sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env 2022-06-11T04:31:17.056Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-11T04:31:17.057Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env 2022-06-11T04:31:17.203Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-11T04:31:17.204Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env ed0a815f-6db6-4013-ab01-98211accd14e 2098 2022-06-11T04:31:17.204Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-11T04:31:17.205Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env 2022-06-11T04:31:17.205Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-11T04:31:17.205Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:31:17.209Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:31:17.209Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921877204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-11T04:31:17.309Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:31:17.310Z||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-11T04:31:17.311Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:31:17.329Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:31:17.330Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:31:18.210Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 99a82a8d-1a02-430c-ac0a-117a810b17a2 2022-06-11T04:31:18.211Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ea8053ef-55a1 0 50408e5e-9adf-4626-af8a-32add9ac6cc6 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-11T04:31:18.248Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1325ac9f, org.onap.sdc.toscaparser.api.parameters.Input@5b9012f0, org.onap.sdc.toscaparser.api.parameters.Input@159ca6bf, org.onap.sdc.toscaparser.api.parameters.Input@35d4bff0, org.onap.sdc.toscaparser.api.parameters.Input@b2bbc81] 2022-06-11T04:31:18.251Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:18.252Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-28-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:31:18.252Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-06-11T04:31:18.252Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 974f41b5-f96d-445a-93ea-96b38ef4f6ca 2022-06-11T04:31:18.253Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 974f41b5-f96d-445a-93ea-96b38ef4f6ca matches Tosca VF Customization UUID: 974f41b5-f96d-445a-93ea-96b38ef4f6ca 2022-06-11T04:31:18.253Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 974f41b5-f96d-445a-93ea-96b38ef4f6ca 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-11T04:31:18.257Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:18.258Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-28-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:31:18.260Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 974f41b5-f96d-445a-93ea-96b38ef4f6ca: {\"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-11T04:31:18.262Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3095c5b3 2022-06-11T04:31:18.262Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:18.263Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-28-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-11T04:31:18.263Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 738bb943-4a92-4097-a377-b916723eca90 2022-06-11T04:31:18.264Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 738bb943-4a92-4097-a377-b916723eca90 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-11T04:31:18.271Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:18.271Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vFW ea8053ef-55a1 0 is matching search criteria 2022-06-11T04:31:18.271Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ea8053ef-55a1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:31:18.272Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:18.272Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vFW ea8053ef-55a1 0 is matching search criteria 2022-06-11T04:31:18.272Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ea8053ef-55a1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:31:18.273Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:18.273Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vFW ea8053ef-55a1 0 is not matching search criteria 2022-06-11T04:31:18.273Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-11T04:31:18.273Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-11T04:31:18.274Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-11T04:31:18.274Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-11T04:31:18.275Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-11T04:31:18.275Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-11T04:31:18.275Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-11T04:31:18.276Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-11T04:31:18.276Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-11T04:31:18.276Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-11T04:31:18.277Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-11T04:31:18.277Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=25a6fcad-de18-42c8-a0fa-c09fbee86fab 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-11T04:31:18.286Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:18.287Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vFW ea8053ef-55a1 0 is matching search criteria 2022-06-11T04:31:18.288Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ea8053ef-55a1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:31:18.289Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:18.289Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vFW ea8053ef-55a1 0 is not matching search criteria 2022-06-11T04:31:18.290Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-11T04:31:18.291Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-11T04:31:18.291Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-11T04:31:18.292Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-11T04:31:18.292Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-11T04:31:18.293Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-11T04:31:18.293Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-11T04:31:18.293Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-11T04:31:18.293Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-11T04:31:18.294Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-11T04:31:18.294Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-11T04:31:18.295Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-11T04:31:18.295Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5dfbe5fa-f1a0-4936-bc81-244cc0caee3f 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-11T04:31:18.300Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:18.300Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vFW ea8053ef-55a1 0 is matching search criteria 2022-06-11T04:31:18.301Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ea8053ef-55a1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:31:18.301Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:18.301Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vFW ea8053ef-55a1 0 is not matching search criteria 2022-06-11T04:31:18.302Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-11T04:31:18.302Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-11T04:31:18.303Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-11T04:31:18.304Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-11T04:31:18.304Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-11T04:31:18.305Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-11T04:31:18.305Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-11T04:31:18.306Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-11T04:31:18.307Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-11T04:31:18.307Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-11T04:31:18.307Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-11T04:31:18.308Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-11T04:31:18.308Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cfeb62ed-d7c2-4b71-a2ca-08cf7b0d69eb 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-11T04:31:18.313Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:18.314Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vFW ea8053ef-55a1 0 is matching search criteria 2022-06-11T04:31:18.314Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ea8053ef-55a1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:31:18.315Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:18.315Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Node template vFW ea8053ef-55a1 0 is matching search criteria 2022-06-11T04:31:18.316Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ea8053ef-55a1 0] matching following query criteria: sdcType=VF, customizationUUID=974f41b5-f96d-445a-93ea-96b38ef4f6ca 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-11T04:31:18.319Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:18.320Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-28-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:31:18.321Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 99a82a8d-1a02-430c-ac0a-117a810b17a2: vFW ea8053ef-55a1 2022-06-11T04:31:18.321Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:18.321Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-28-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:31:18.322Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:18.322Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-28-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:31:18.323Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:18.323Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-28-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:31:18.323Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:18.324Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-28-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:31:18.324Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:31:18.325Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-11 04-28-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:31:18.325Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-06-11 04-28-20 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-11T04:31:18.756Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ea8053ef-55a1 50408e5e-9adf-4626-af8a-32add9ac6cc6 1 ASDC deployResourceStructure 2022-06-11T04:31:18.756Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json ASDC sendASDCNotification 2022-06-11T04:31:18.757Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json 2022-06-11T04:31:18.757Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-11T04:31:18.757Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:31:18.759Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:31:18.760Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921878756, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json", "status": "DEPLOY_OK" } 2022-06-11T04:31:18.860Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:31:18.861Z||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-11T04:31:18.861Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:31:18.885Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:31:18.885Z||pool-46-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:31:19.762Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-11T04:31:19.762Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml 2022-06-11T04:31:19.762Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-11T04:31:19.763Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:31:19.767Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:31:19.767Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921879761, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-11T04:31:19.867Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:31:19.869Z||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-11T04:31:19.869Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:31:19.890Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:31:19.891Z||pool-47-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-11T04:31:20.769Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-11T04:31:20.770Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env 2022-06-11T04:31:20.770Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-11T04:31:20.770Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:31:20.773Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:31:20.774Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921880769, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-11T04:31:20.873Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T04:31:20.875Z||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-11T04:31:20.875Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:31:20.892Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:31:20.893Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:31:21.775Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar ASDC sendASDCNotification 2022-06-11T04:31:21.775Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar 2022-06-11T04:31:21.776Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-11T04:31:21.776Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:31:21.779Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:31:21.779Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921881775, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:31:21.880Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:31:21.881Z||pool-49-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-11T04:31:21.881Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:31:21.902Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:31:21.903Z||pool-49-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:31:22.780Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 631dae2d-307b-4fc7-a74b-f7da979d1e2f 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-11T04:31:22.798Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 631dae2d-307b-4fc7-a74b-f7da979d1e2f 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-11T04:31:22.808Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-11T04:31:22.809Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-11T04:31:22.809Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-11T04:31:22.809Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-11T04:31:22.809Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:31:22.809Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:31:22.809Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:31:22.810Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:31:22.810Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:31:22.810Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:31:22.810Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-11T04:31:22.820Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-11T04:31:52.821Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 631dae2d-307b-4fc7-a74b-f7da979d1e2f 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-11T04:31:52.832Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 631dae2d-307b-4fc7-a74b-f7da979d1e2f and serviceModelVersionId: 99a82a8d-1a02-430c-ac0a-117a810b17a2 2022-06-11T04:31:52.832Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1b5b9a5-c979-4871-a7b7-49e504fb7f7e 2022-06-11T04:31:52.834Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1b5b9a5-c979-4871-a7b7-49e504fb7f7e/model-vers/model-ver/99a82a8d-1a02-430c-ac0a-117a810b17a2?depth=0 2022-06-11T04:31:52.840Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-11T04:31:52.936Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1b5b9a5-c979-4871-a7b7-49e504fb7f7e/model-vers/model-ver/99a82a8d-1a02-430c-ac0a-117a810b17a2?depth=0|INFO|500||Invoke 2022-06-11T04:31:52.937Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1b5b9a5-c979-4871-a7b7-49e504fb7f7e/model-vers/model-ver/99a82a8d-1a02-430c-ac0a-117a810b17a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1b5b9a5-c979-4871-a7b7-49e504fb7f7e/model-vers/model-ver/99a82a8d-1a02-430c-ac0a-117a810b17a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[631dae2d-307b-4fc7-a74b-f7da979d1e2f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[75b0175d-cf16-4065-add3-8231cac2b087], X-ECOMP-RequestID=[631dae2d-307b-4fc7-a74b-f7da979d1e2f], X-TransactionId=[], X-ONAP-RequestID=[631dae2d-307b-4fc7-a74b-f7da979d1e2f], Content-Type=[application/merge-patch+json]} 2022-06-11T04:31:53.001Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1b5b9a5-c979-4871-a7b7-49e504fb7f7e/model-vers/model-ver/99a82a8d-1a02-430c-ac0a-117a810b17a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-11T04:31:53.161Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1b5b9a5-c979-4871-a7b7-49e504fb7f7e/model-vers/model-ver/99a82a8d-1a02-430c-ac0a-117a810b17a2?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/e1b5b9a5-c979-4871-a7b7-49e504fb7f7e/model-vers/model-ver/99a82a8d-1a02-430c-ac0a-117a810b17a2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220611-04:31:52:772-5760], vertex-id=[221280], Content-Length=[0], Date=[Sat, 11 Jun 2022 04:31:52 GMT], Content-Type=[application/json]} 2022-06-11T04:31:53.162Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1b5b9a5-c979-4871-a7b7-49e504fb7f7e/model-vers/model-ver/99a82a8d-1a02-430c-ac0a-117a810b17a2?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-11T04:31:53.163Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1b5b9a5-c979-4871-a7b7-49e504fb7f7e/model-vers/model-ver/99a82a8d-1a02-430c-ac0a-117a810b17a2?depth=0|INFO|500||InvokeReturn 2022-06-11T04:31:53.163Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-11T04:31:53.164Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-11T04:31:53.171Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-11T04:31:53.172Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 631dae2d-307b-4fc7-a74b-f7da979d1e2f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-11T04:31:53.172Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-11T04:31:53.172Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:31:53.175Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:31:53.176Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921913172, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-11T04:31:53.276Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:31:53.278Z||pool-50-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-11T04:31:53.278Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:31:53.300Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:31:53.302Z||pool-50-thread-1|||||INFO|500||cambria reply ok (26 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-11T04:31:54.191Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:31:54.193Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|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-11T04:31:54.194Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:32:03.782Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:32:03.783Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:32:03.784Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|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-11T04:32:03.784Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:32:13.340Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:32:13.342Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:32:13.361Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|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-11T04:32:13.364Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:32:14.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:32:14.336Z||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-11T04:32:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:32:14.369Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:32:14.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:32:14.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e53fb93-5e19-40bc-96f7-0003f413f6e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921857151, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-11T04:32:14.372Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:32:14.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:32:14.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921858167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:32:14.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:32:14.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:32:14.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921858167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json", "status": "NOTIFIED" } 2022-06-11T04:32:14.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:32:14.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:32:14.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921858167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-11T04:32:14.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:32:14.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:32:14.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921858167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:32:14.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:32:14.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:32:14.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921858167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-11T04:32:14.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:32:14.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:32:14.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921858167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:32:14.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:32:14.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:32:14.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921858167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:32:14.377Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T04:32:14.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T04:32:14.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921869863, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:32:14.377Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:32:22.919Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:32:22.920Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:32:22.921Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-11T04:32:22.922Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:32:32.476Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:33:14.328Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:33:14.329Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-11T04:33:14.330Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:33:14.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:33:14.336Z||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-11T04:33:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:33:14.873Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:33:14.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-11T04:33:14.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921874920, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json", "status": "DOWNLOAD_OK" } 2022-06-11T04:33:14.877Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:33:14.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-11T04:33:14.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921876047, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-11T04:33:14.878Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:33:14.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-11T04:33:14.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921877204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-11T04:33:14.879Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:33:14.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-11T04:33:14.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921878756, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/vfwea8053ef55a10_modules.json", "status": "DEPLOY_OK" } 2022-06-11T04:33:14.880Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:33:14.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-11T04:33:14.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921879761, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-11T04:33:14.881Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:33:14.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-11T04:33:14.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921880769, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/resourceInstances/vfwea8053ef55a10/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-11T04:33:14.882Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:33:14.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-11T04:33:14.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921881775, "artifactURL": "/sdc/v1/catalog/services/Vfw20220611042820/1.0/artifacts/service-Vfw20220611042820-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:33:14.882Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:33:14.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-11T04:33:14.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "631dae2d-307b-4fc7-a74b-f7da979d1e2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654921913172, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-11T04:33:14.882Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:33:23.894Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:34:14.327Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:34:14.329Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-11T04:34:14.330Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:34:14.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:34:14.335Z||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-11T04:34:14.335Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:34:23.908Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:34:23.908Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:35:14.328Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:35:14.330Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-11T04:35:14.330Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:35:14.335Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:35:14.336Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|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-11T04:35:14.336Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:35:23.901Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:35:23.919Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:36:14.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:36:14.329Z||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-11T04:36:14.329Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:36:14.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:36:14.340Z||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-11T04:36:14.340Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:36:23.941Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:36:23.942Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:37:14.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:37:14.329Z||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-11T04:37:14.329Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:37:14.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:37:14.336Z||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-11T04:37:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:37:23.916Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:37:23.930Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:38:14.328Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:38:14.330Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-11T04:38:14.330Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:38:14.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:38:14.338Z||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-11T04:38:14.339Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:38:23.911Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:38:23.917Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:39:14.328Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:39:14.331Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-11T04:39:14.331Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:39:14.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:39:14.336Z||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-11T04:39:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:39:14.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:39:14.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:39:14.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "cds", "timestamp": 1654922333470, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:39:14.625Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:39:14.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:39:14.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "multicloud-k8s-id", "timestamp": 1654922327081, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:39:14.625Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:39:14.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:39:14.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "cds", "timestamp": 1654922333470, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:39:14.626Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:39:14.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:39:14.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "multicloud-k8s-id", "timestamp": 1654922327081, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:39:14.627Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:39:14.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:39:14.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "cds", "timestamp": 1654922339293, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:39:14.627Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:39:14.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:39:14.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "clamp", "timestamp": 1654922339601, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:39:14.628Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:39:14.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:39:14.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "cds", "timestamp": 1654922340301, "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-11T04:39:14.672Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 01b87979-26c3-43a5-b084-3eda80250d19 2022-06-11T04:39:14.673Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01b87979-26c3-43a5-b084-3eda80250d19 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-11T04:39:14.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:39:14.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "clamp", "timestamp": 1654922339601, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:39:14.696Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:39:14.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:39:14.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922340987, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:39:14.696Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:39:14.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:39:14.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "policy-id", "timestamp": 1654922341971, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:39:14.697Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:39:14.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:39:14.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922340987, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:39:14.697Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:39:14.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:39:14.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "ves-openapi-manager", "timestamp": 1654922342554, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:39:14.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:39:14.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:39:14.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "policy-id", "timestamp": 1654922341971, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:39:14.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:39:14.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:39:14.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "ves-openapi-manager", "timestamp": 1654922342554, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-11T04:39:14.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:39:14.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:39:14.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922343787, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:39:14.699Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:39:14.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:39:14.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "policy-id", "timestamp": 1654922344842, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:39:14.705Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:39:14.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:39:14.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "clamp", "timestamp": 1654922344873, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:39:14.705Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:39:14.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:39:14.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922345363, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:39:14.706Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:39:14.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:39:14.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "policy-id", "timestamp": 1654922345872, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:39:14.706Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:39:14.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:39:14.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922346368, "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-11T04:39:14.730Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 01b87979-26c3-43a5-b084-3eda80250d19 2022-06-11T04:39:14.730Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01b87979-26c3-43a5-b084-3eda80250d19 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-11T04:39:14.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:39:14.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "policy-id", "timestamp": 1654922346883, "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-11T04:39:14.762Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 01b87979-26c3-43a5-b084-3eda80250d19 2022-06-11T04:39:14.762Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01b87979-26c3-43a5-b084-3eda80250d19 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-11T04:39:14.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:39:14.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "clamp", "timestamp": 1654922347874, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:39:14.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:39:14.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:39:14.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "clamp", "timestamp": 1654922348880, "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-11T04:39:14.797Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 01b87979-26c3-43a5-b084-3eda80250d19 2022-06-11T04:39:14.797Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01b87979-26c3-43a5-b084-3eda80250d19 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-11T04:39:14.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:39:14.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "aai-ml", "timestamp": 1654922351352, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:39:14.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:39:14.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:39:14.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "aai-ml", "timestamp": 1654922351352, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:39:14.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:39:14.996Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:39:14.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-11T04:39:14.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"01b87979-26c3-43a5-b084-3eda80250d19","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"6c4bf69b-0d11-4f96-b4cd-f66b5d1d5bf4","serviceDescription":"service","serviceInvariantUUID":"e4fd6012-d7f6-4885-b6f9-8c6e05dae71e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f74e983c-4c66-4edd-b8e2-5ee220c538d7","resourceInvariantUUID":"fdd34af9-3462-4120-8955-5430f4a0aad4","resourceCustomizationUUID":"c917c440-f240-4cf1-a063-3fd3daa08e97","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":"MTU2MTg1MDg1OTQ5YjZhNmI3ZWMzNWY4NmMwYzhkZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b9038688-da6d-421a-ae3a-c56c70367a7f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTJlMzkxYTIwMjFhMzZmMjk0YmEyOWQzMGE0OTg2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d12160e5-ea94-4654-8afa-f0b44e6767fe","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-11T04:39:15.001Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:39:15.001Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:39:15.006Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:39:15.006Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922354328, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:39:15.108Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:39:15.110Z||pool-51-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-11T04:39:15.110Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:39:15.149Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:39:15.151Z||pool-51-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2022-06-11T04:39:16.008Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:39:16.009Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:39:16.017Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:39:16.018Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922354328, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:39:16.118Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T04:39:16.120Z||pool-52-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-11T04:39:16.120Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:39:16.192Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:39:16.193Z||pool-52-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:39:17.019Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "6c4bf69b-0d11-4f96-b4cd-f66b5d1d5bf4", "serviceDescription": "service", "serviceInvariantUUID": "e4fd6012-d7f6-4885-b6f9-8c6e05dae71e", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "c917c440-f240-4cf1-a063-3fd3daa08e97", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "f74e983c-4c66-4edd-b8e2-5ee220c538d7", "resourceInvariantUUID": "fdd34af9-3462-4120-8955-5430f4a0aad4", "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": "MTJlMzkxYTIwMjFhMzZmMjk0YmEyOWQzMGE0OTg2MDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d12160e5-ea94-4654-8afa-f0b44e6767fe" } ], "workloadContext": "Production" } 2022-06-11T04:39:17.020Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-11T04:39:17.021Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6c4bf69b-0d11-4f96-b4cd-f66b5d1d5bf4 ASDC 2022-06-11T04:39:17.022Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:01b87979-26c3-43a5-b084-3eda80250d19 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:6c4bf69b-0d11-4f96-b4cd-f66b5d1d5bf4 ServiceInvariantUUID:e4fd6012-d7f6-4885-b6f9-8c6e05dae71e 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:d12160e5-ea94-4654-8afa-f0b44e6767fe ArtifactChecksum:MTJlMzkxYTIwMjFhMzZmMjk0YmEyOWQzMGE0OTg2MDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:c917c440-f240-4cf1-a063-3fd3daa08e97 ResourceInvariantUUID:fdd34af9-3462-4120-8955-5430f4a0aad4 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:f74e983c-4c66-4edd-b8e2-5ee220c538d7 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-06-11T04:39:17.022Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6c4bf69b-0d11-4f96-b4cd-f66b5d1d5bf4 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-11T04:39:17.092Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-11T04:39:17.094Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-11T04:39:17.094Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-11T04:39:17.095Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d12160e5-ea94-4654-8afa-f0b44e6767fe from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-11T04:39:17.095Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-11T04:39:17.096Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-11T04:39:17.342Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-11T04:39:17.349Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d12160e5-ea94-4654-8afa-f0b44e6767fe 52512 2022-06-11T04:39:17.351Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||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-11T04:39:17.359Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||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-11T04:39:17.360Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-11T04:39:17.368Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:39:17.372Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:39:17.372Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922357351, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:39:17.473Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:39:17.475Z||pool-53-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-11T04:39:17.475Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:39:17.520Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:39:17.520Z||pool-53-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:39:18.374Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-11T04:39:18.376Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-11T04:39:18.376Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: d12160e5-ea94-4654-8afa-f0b44e6767fe, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-11T04:39:18.377Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-06-11T04:39:18.379Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-11T04:39:18.379Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-11T04:39:18.677Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5325769407057560781/Definitions/service-BasicNetwork-template.yml 2022-06-11T04:39:19.663Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-11T04:39:19.664Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-11T04:39:19.664Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-11T04:39:19.664Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-06-11T04:39:19.664Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||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-11T04:39:19.664Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||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-11T04:39:19.665Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||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-11T04:39:19.665Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||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-11T04:39:19.665Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||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-11T04:39:19.665Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||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-11T04:39:19.665Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||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-11T04:39:19.665Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||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-11T04:39:19.666Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-11T04:39:19.666Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:39:19.666Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:39:19.667Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-11T04:39:19.667Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-11T04:39:19.667Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-11T04:39:19.668Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:39:19.668Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:39:19.668Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-11T04:39:19.669Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-11T04:39:19.669Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-11T04:39:19.669Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:39:19.669Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:39:19.669Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:39:19.670Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:39:19.670Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:39:19.670Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:39:19.671Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:39:19.671Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:39:19.671Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:39:19.672Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:39:19.672Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:6c4bf69b-0d11-4f96-b4cd-f66b5d1d5bf4 Model Version:NULL Model InvariantUuid:e4fd6012-d7f6-4885-b6f9-8c6e05dae71e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:fdd34af9-3462-4120-8955-5430f4a0aad4 Model UUID:100d4d2d-5d48-4fe4-bbb8-7adb82aabc0b Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:c917c440-f240-4cf1-a063-3fd3daa08e97 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-11T04:39:19.695Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: f74e983c-4c66-4edd-b8e2-5ee220c538d7 2022-06-11T04:39:19.696Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||No resources found for Service: 6c4bf69b-0d11-4f96-b4cd-f66b5d1d5bf4 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-11T04:39:19.706Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500|| 2022-06-11T04:39:19.706Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-06-11T04:39:19.707Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 6c4bf69b-0d11-4f96-b4cd-f66b5d1d5bf4 2022-06-11T04:39:19.708Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 6c4bf69b-0d11-4f96-b4cd-f66b5d1d5bf4 2022-06-11T04:39:19.708Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-06-11T04:39:19.708Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||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-11T04:39:19.719Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@175ebd87, org.onap.sdc.toscaparser.api.parameters.Input@1976292, org.onap.sdc.toscaparser.api.parameters.Input@43ed306c, org.onap.sdc.toscaparser.api.parameters.Input@57550c31, org.onap.sdc.toscaparser.api.parameters.Input@358521d9] 2022-06-11T04:39:19.722Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:39:19.722Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:39:19.722Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:39:19.723Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:39:19.723Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 6c4bf69b-0d11-4f96-b4cd-f66b5d1d5bf4: Generic NeutronNet 2022-06-11T04:39:19.723Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:39:19.724Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:39:19.724Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:39:19.724Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-06-11T04:39:19.803Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:39:19.803Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:39:19.804Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:39:19.804Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:39:19.804Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:39:19.805Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:39:19.805Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-11T04:39:19.921Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-06-11T04:39:19.922Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-11T04:39:19.923Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-11T04:39:19.923Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-11T04:39:19.925Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:39:19.928Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:39:19.928Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922359922, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:39:20.033Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-11T04:39:20.035Z||pool-54-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-11T04:39:20.036Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:39:20.057Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:39:20.059Z||pool-54-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:39:20.930Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01b87979-26c3-43a5-b084-3eda80250d19 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-11T04:39:20.994Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01b87979-26c3-43a5-b084-3eda80250d19 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-11T04:39:21.009Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-11T04:39:21.010Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-11T04:39:21.010Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-11T04:39:51.010Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01b87979-26c3-43a5-b084-3eda80250d19 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-11T04:39:51.030Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01b87979-26c3-43a5-b084-3eda80250d19 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-11T04:39:51.034Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-11T04:39:51.035Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-11T04:39:51.035Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-11T04:40:14.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:40:14.336Z||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-11T04:40:14.337Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:40:14.392Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:40:14.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:40:14.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "aai-ml", "timestamp": 1654922354426, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:40:14.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:40:21.035Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01b87979-26c3-43a5-b084-3eda80250d19 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-11T04:40:21.061Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01b87979-26c3-43a5-b084-3eda80250d19 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-11T04:40:21.074Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-11T04:40:21.074Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-11T04:40:21.075Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-11T04:40:51.076Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01b87979-26c3-43a5-b084-3eda80250d19 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-11T04:40:51.101Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01b87979-26c3-43a5-b084-3eda80250d19 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-11T04:40:51.109Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-11T04:40:51.110Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-11T04:40:51.110Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-11T04:41:14.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:41:14.336Z||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-11T04:41:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:41:14.384Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:41:14.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922354328, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922354328, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:41:14.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922357351, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:41:14.389Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:41:14.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "aai-ml", "timestamp": 1654922359119, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:41:14.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:41:14.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922359922, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:41:14.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:41:14.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "aai-ml", "timestamp": 1654922360125, "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-11T04:41:14.401Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 01b87979-26c3-43a5-b084-3eda80250d19 2022-06-11T04:41:14.402Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01b87979-26c3-43a5-b084-3eda80250d19 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-11T04:41:14.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "multicloud-k8s-id", "timestamp": 1654922387082, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "multicloud-k8s-id", "timestamp": 1654922387082, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "cds", "timestamp": 1654922393470, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "multicloud-k8s-id", "timestamp": 1654922387082, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "cds", "timestamp": 1654922393470, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "multicloud-k8s-id", "timestamp": 1654922387082, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "cds", "timestamp": 1654922393470, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "multicloud-k8s-id", "timestamp": 1654922387082, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "cds", "timestamp": 1654922393470, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "multicloud-k8s-id", "timestamp": 1654922387082, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "cds", "timestamp": 1654922393470, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "multicloud-k8s-id", "timestamp": 1654922387082, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "cds", "timestamp": 1654922393470, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "multicloud-k8s-id", "timestamp": 1654922387082, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:41:14.422Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "clamp", "timestamp": 1654922399601, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.422Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "cds", "timestamp": 1654922393470, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "clamp", "timestamp": 1654922399601, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "cds", "timestamp": 1654922393470, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:41:14.424Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922400987, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.424Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "clamp", "timestamp": 1654922399601, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.425Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "policy-id", "timestamp": 1654922401970, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.425Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "cds", "timestamp": 1654922402353, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:41:14.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:41:14.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922400987, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "ves-openapi-manager", "timestamp": 1654922402554, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "clamp", "timestamp": 1654922399601, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "policy-id", "timestamp": 1654922401970, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.428Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "cds", "timestamp": 1654922403360, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-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-11T04:41:14.448Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a900fa16-35e6-4663-90e0-fdae907d66ec 2022-06-11T04:41:14.448Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a900fa16-35e6-4663-90e0-fdae907d66ec 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-11T04:41:14.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922400987, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "ves-openapi-manager", "timestamp": 1654922402554, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "clamp", "timestamp": 1654922399601, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.464Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "policy-id", "timestamp": 1654922401970, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.465Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922400987, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.465Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "ves-openapi-manager", "timestamp": 1654922402554, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "clamp", "timestamp": 1654922399601, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "policy-id", "timestamp": 1654922401970, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.467Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922400987, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.467Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "ves-openapi-manager", "timestamp": 1654922402554, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.468Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "clamp", "timestamp": 1654922399601, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "policy-id", "timestamp": 1654922401970, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922400987, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "ves-openapi-manager", "timestamp": 1654922402554, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "clamp", "timestamp": 1654922399601, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:41:14.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "policy-id", "timestamp": 1654922401970, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.471Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "multicloud-k8s-id", "timestamp": 1654922407081, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.472Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922400987, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.472Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "ves-openapi-manager", "timestamp": 1654922402554, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-11T04:41:14.472Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "policy-id", "timestamp": 1654922401970, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "multicloud-k8s-id", "timestamp": 1654922407081, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-11T04:41:14.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922400987, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:41:14.474Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "ves-openapi-manager", "timestamp": 1654922402554, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.474Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "cds", "timestamp": 1654922408470, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.475Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.475Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.475Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "policy-id", "timestamp": 1654922401970, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:41:14.475Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.475Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.475Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "multicloud-k8s-id", "timestamp": 1654922407081, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-11T04:41:14.476Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.476Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.476Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "ves-openapi-manager", "timestamp": 1654922402554, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.476Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.476Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.476Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922409827, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:41:14.476Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:41:14.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "cds", "timestamp": 1654922408470, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.477Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "policy-id", "timestamp": 1654922410768, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:41:14.477Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:41:14.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "multicloud-k8s-id", "timestamp": 1654922407081, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "ves-openapi-manager", "timestamp": 1654922411396, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-11T04:41:14.478Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:41:14.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "cds", "timestamp": 1654922408470, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.479Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "policy-id", "timestamp": 1654922411773, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:41:14.479Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:41:14.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "clamp", "timestamp": 1654922411883, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:41:14.480Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:41:14.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "aai-ml", "timestamp": 1654922411352, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "multicloud-k8s-id", "timestamp": 1654922407081, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-11T04:41:14.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922411787, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:41:14.482Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:41:14.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "cds", "timestamp": 1654922408470, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "ves-openapi-manager", "timestamp": 1654922412603, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-11T04:41:14.483Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:41:14.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "policy-id", "timestamp": 1654922412776, "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-11T04:41:14.491Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a900fa16-35e6-4663-90e0-fdae907d66ec 2022-06-11T04:41:14.492Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a900fa16-35e6-4663-90e0-fdae907d66ec 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-11T04:41:14.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "aai-ml", "timestamp": 1654922411352, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "multicloud-k8s-id", "timestamp": 1654922407081, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922412792, "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-11T04:41:14.522Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a900fa16-35e6-4663-90e0-fdae907d66ec 2022-06-11T04:41:14.523Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a900fa16-35e6-4663-90e0-fdae907d66ec 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-11T04:41:14.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "cds", "timestamp": 1654922408470, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "ves-openapi-manager", "timestamp": 1654922413608, "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-11T04:41:14.546Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of a900fa16-35e6-4663-90e0-fdae907d66ec 2022-06-11T04:41:14.547Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a900fa16-35e6-4663-90e0-fdae907d66ec 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-11T04:41:14.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "policy-id", "timestamp": 1654922401970, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "clamp", "timestamp": 1654922413896, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:41:14.558Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:41:14.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "aai-ml", "timestamp": 1654922411352, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:14.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:14.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:41:14.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "multicloud-k8s-id", "timestamp": 1654922407081, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:41:14.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-11T04:41:21.111Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01b87979-26c3-43a5-b084-3eda80250d19 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-11T04:41:21.125Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01b87979-26c3-43a5-b084-3eda80250d19 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-11T04:41:21.130Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-11T04:41:21.130Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-11T04:41:21.130Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-11T04:41:21.131Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-11T04:41:21.131Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:41:21.131Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:41:21.132Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:41:21.132Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:41:21.132Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:41:21.133Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:41:21.133Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||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-11T04:41:21.139Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-11T04:41:51.141Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 01b87979-26c3-43a5-b084-3eda80250d19 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-11T04:41:51.153Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 01b87979-26c3-43a5-b084-3eda80250d19 and serviceModelVersionId: 6c4bf69b-0d11-4f96-b4cd-f66b5d1d5bf4 2022-06-11T04:41:51.153Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e4fd6012-d7f6-4885-b6f9-8c6e05dae71e 2022-06-11T04:41:51.155Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e4fd6012-d7f6-4885-b6f9-8c6e05dae71e/model-vers/model-ver/6c4bf69b-0d11-4f96-b4cd-f66b5d1d5bf4?depth=0 2022-06-11T04:41:51.165Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-06-11T04:41:51.291Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4fd6012-d7f6-4885-b6f9-8c6e05dae71e/model-vers/model-ver/6c4bf69b-0d11-4f96-b4cd-f66b5d1d5bf4?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-11T04:41:51.293Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4fd6012-d7f6-4885-b6f9-8c6e05dae71e/model-vers/model-ver/6c4bf69b-0d11-4f96-b4cd-f66b5d1d5bf4?depth=0|INFO|500||Invoke 2022-06-11T04:41:51.334Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4fd6012-d7f6-4885-b6f9-8c6e05dae71e/model-vers/model-ver/6c4bf69b-0d11-4f96-b4cd-f66b5d1d5bf4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-11T04:41:51.453Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4fd6012-d7f6-4885-b6f9-8c6e05dae71e/model-vers/model-ver/6c4bf69b-0d11-4f96-b4cd-f66b5d1d5bf4?depth=0|INFO|500||InvokeReturn 2022-06-11T04:41:51.454Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4fd6012-d7f6-4885-b6f9-8c6e05dae71e/model-vers/model-ver/6c4bf69b-0d11-4f96-b4cd-f66b5d1d5bf4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220611-04:41:51:102-3992], vertex-id=[241776], Content-Length=[0], Date=[Sat, 11 Jun 2022 04:41:51 GMT], Content-Type=[application/json]} 2022-06-11T04:41:51.454Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-06-11T04:41:51.455Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-11T04:41:51.455Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||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-11T04:41:51.462Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||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-11T04:41:51.463Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 01b87979-26c3-43a5-b084-3eda80250d19 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-11T04:41:51.464Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-11T04:41:51.465Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:41:51.469Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:41:51.470Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922511463, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-11T04:41:51.570Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:41:51.571Z||pool-55-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-11T04:41:51.572Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:41:51.597Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:41:51.598Z||pool-55-thread-1|||||INFO|500||cambria reply ok (28 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-11T04:41:52.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:41:52.501Z||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-11T04:41:52.501Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:41:57.057Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:41:57.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-11T04:41:57.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"a900fa16-35e6-4663-90e0-fdae907d66ec","serviceName":"Demo_pNF_1Lc2p03Tc59EwT1Wnpjn","serviceVersion":"1.0","serviceUUID":"5aafed8b-3639-4186-8d8c-a9a88e4008b1","serviceDescription":"catalog service description","serviceInvariantUUID":"b1513be7-fb52-4ffe-b013-7942a32cd2d5","resources":[{"resourceInstanceName":"pNF f56e0028-a513 0","resourceName":"pNF f56e0028-a513","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e8043e50-b3ef-4396-96c6-b6f693aa22ce","resourceInvariantUUID":"f48bd813-2c3f-4d1e-8152-eeed42f9888a","resourceCustomizationUUID":"7dcc5da6-ff1b-497b-b8cf-d42f0d936652","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/vf-license-model.xml","artifactChecksum":"MzNiZWY1N2U2MGYwOGQyOTE5MzNlMzRjZGI4NzQyM2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c427de78-a87e-4056-85e4-d3632d21389c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/pNF.csar","artifactChecksum":"NjhmYTU0ZGRjMGQ0N2IyMzIwMzVjYTNiODU2MDY1ZTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4dfe6227-f87f-40f2-8565-891ad96c014e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5732ed0b-ce56-44f3-96c0-a6e4302810cf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/vendor-license-model.xml","artifactChecksum":"MTJhNTViNTkzMzBmMDczNzg1NThjMmFiMjg4NWZmNzg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9b1feb41-d9ad-4371-9459-6dde3eaca2b1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9adf4eec-8840-440a-85c7-0fc842569356","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bc1e8256-7c71-4c95-8d82-59bdd69c2958","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf1lc2p03tc59ewt1wnpjn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-template.yml","artifactChecksum":"YmY0NGZlNDg0NjY3MzIxNGJiMDBjNmY1OWM3M2VmNmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6c641d35-4e7a-4a74-8817-b67ea013d31d","artifactVersion":"1"},{"artifactName":"service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar","artifactChecksum":"ZDlkZTg1YTlhMzgwYTVkZWE0ZDY5YTUxYTMyODI5NmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dacc9f85-e233-4a57-b469-0f0e2f91b20b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-11T04:41:57.062Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:41:57.062Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:41:57.065Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:41:57.066Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:57.166Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:41:57.167Z||pool-56-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-11T04:41:57.167Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:41:57.188Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:41:57.188Z||pool-56-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:41:58.066Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:41:58.067Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:41:58.070Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:41:58.070Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:58.170Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:41:58.172Z||pool-57-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-11T04:41:58.172Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:41:58.190Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:41:58.191Z||pool-57-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:41:59.071Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:41:59.072Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:41:59.074Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:41:59.075Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-11T04:41:59.175Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:41:59.177Z||pool-58-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-11T04:41:59.178Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:41:59.194Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:41:59.195Z||pool-58-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:42:00.076Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:42:00.077Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:42:00.080Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:42:00.080Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:42:00.180Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:42:00.181Z||pool-59-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-11T04:42:00.181Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:42:00.198Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:42:00.199Z||pool-59-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:42:01.081Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:42:01.081Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:42:01.086Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:42:01.086Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:42:01.187Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:42:01.189Z||pool-60-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-11T04:42:01.189Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:42:01.210Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:42:01.211Z||pool-60-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-11T04:42:02.087Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:42:02.088Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:42:02.090Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:42:02.091Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:42:02.190Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T04:42:02.191Z||pool-61-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-11T04:42:02.191Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:42:02.207Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:42:02.208Z||pool-61-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-11T04:42:03.092Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:42:03.093Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:42:03.095Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:42:03.095Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:42:03.196Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-11T04:42:03.197Z||pool-62-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-11T04:42:03.197Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:42:03.218Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:42:03.218Z||pool-62-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-11T04:42:04.096Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:42:04.096Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:42:04.099Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:42:04.099Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:42:04.200Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T04:42:04.201Z||pool-63-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-11T04:42:04.201Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:42:04.217Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:42:04.218Z||pool-63-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:42:05.101Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "serviceName": "Demo_pNF_1Lc2p03Tc59EwT1Wnpjn", "serviceVersion": "1.0", "serviceUUID": "5aafed8b-3639-4186-8d8c-a9a88e4008b1", "serviceDescription": "catalog service description", "serviceInvariantUUID": "b1513be7-fb52-4ffe-b013-7942a32cd2d5", "resources": [ { "resourceInstanceName": "pNF f56e0028-a513 0", "resourceCustomizationUUID": "7dcc5da6-ff1b-497b-b8cf-d42f0d936652", "resourceName": "pNF f56e0028-a513", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e8043e50-b3ef-4396-96c6-b6f693aa22ce", "resourceInvariantUUID": "f48bd813-2c3f-4d1e-8152-eeed42f9888a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar", "artifactChecksum": "ZDlkZTg1YTlhMzgwYTVkZWE0ZDY5YTUxYTMyODI5NmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dacc9f85-e233-4a57-b469-0f0e2f91b20b" } ], "workloadContext": "Production" } 2022-06-11T04:42:05.101Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-11T04:42:05.102Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5aafed8b-3639-4186-8d8c-a9a88e4008b1 ASDC 2022-06-11T04:42:05.102Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:a900fa16-35e6-4663-90e0-fdae907d66ec ServiceName:Demo_pNF_1Lc2p03Tc59EwT1Wnpjn ServiceVersion:1.0 ServiceUUID:5aafed8b-3639-4186-8d8c-a9a88e4008b1 ServiceInvariantUUID:b1513be7-fb52-4ffe-b013-7942a32cd2d5 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar ArtifactUUID:dacc9f85-e233-4a57-b469-0f0e2f91b20b ArtifactChecksum:ZDlkZTg1YTlhMzgwYTVkZWE0ZDY5YTUxYTMyODI5NmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF f56e0028-a513 0 ResourceCustomizationUUID:7dcc5da6-ff1b-497b-b8cf-d42f0d936652 ResourceInvariantUUID:f48bd813-2c3f-4d1e-8152-eeed42f9888a ResourceName:pNF f56e0028-a513 ResourceType:PNF ResourceUUID:e8043e50-b3ef-4396-96c6-b6f693aa22ce ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-11T04:42:05.102Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5aafed8b-3639-4186-8d8c-a9a88e4008b1 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-11T04:42:05.155Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-11T04:42:05.156Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-11T04:42:05.156Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-11T04:42:05.156Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: dacc9f85-e233-4a57-b469-0f0e2f91b20b from URL: /sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar 2022-06-11T04:42:05.156Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-11T04:42:05.157Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar 2022-06-11T04:42:05.364Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-11T04:42:05.368Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar dacc9f85-e233-4a57-b469-0f0e2f91b20b 82645 2022-06-11T04:42:05.369Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar ASDC sendASDCNotification 2022-06-11T04:42:05.369Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar 2022-06-11T04:42:05.369Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-11T04:42:05.369Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:42:05.372Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:42:05.372Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922525369, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:42:05.493Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 120 ms 2022-06-11T04:42:05.494Z||pool-64-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-11T04:42:05.495Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:42:05.510Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:42:05.511Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:42:06.375Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-11T04:42:06.376Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-11T04:42:06.377Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: dacc9f85-e233-4a57-b469-0f0e2f91b20b, URL: /sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar to file: /app/ASDC/1/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar 2022-06-11T04:42:06.377Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar 2022-06-11T04:42:06.378Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar 2022-06-11T04:42:06.378Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar 2022-06-11T04:42:06.707Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7418686640536135343/Definitions/service-DemoPnf1lc2p03tc59ewt1wnpjn-template.yml 2022-06-11T04:42:07.769Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-11T04:42:07.770Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-11T04:42:07.770Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar 2022-06-11T04:42:07.770Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-11T04:42:07.770Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||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-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar 2022-06-11T04:42:07.770Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar 2022-06-11T04:42:07.770Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||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-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar 2022-06-11T04:42:07.770Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f56e0028-a513 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-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar 2022-06-11T04:42:07.771Z|a900fa16-35e6-4663-90e0-fdae907d66ec|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-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar 2022-06-11T04:42:07.771Z|a900fa16-35e6-4663-90e0-fdae907d66ec|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-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar 2022-06-11T04:42:07.771Z|a900fa16-35e6-4663-90e0-fdae907d66ec|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-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar 2022-06-11T04:42:07.771Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-11T04:42:07.771Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:42:07.771Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_1Lc2p03Tc59EwT1Wnpjn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:42:07.772Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Node template pNF f56e0028-a513 0 is matching search criteria 2022-06-11T04:42:07.772Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-11T04:42:07.772Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF f56e0028-a513 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-11T04:42:07.772Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:42:07.772Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_1Lc2p03Tc59EwT1Wnpjn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:42:07.773Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Node template pNF f56e0028-a513 0 is matching search criteria 2022-06-11T04:42:07.773Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-11T04:42:07.773Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF f56e0028-a513 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-11T04:42:07.773Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:42:07.773Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_1Lc2p03Tc59EwT1Wnpjn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:42:07.773Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:42:07.773Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_1Lc2p03Tc59EwT1Wnpjn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:42:07.774Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:42:07.774Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_1Lc2p03Tc59EwT1Wnpjn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:42:07.774Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:42:07.774Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_1Lc2p03Tc59EwT1Wnpjn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:42:07.774Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:42:07.774Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_1Lc2p03Tc59EwT1Wnpjn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:42:07.774Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_1Lc2p03Tc59EwT1Wnpjn Description:catalog service description Model UUID:5aafed8b-3639-4186-8d8c-a9a88e4008b1 Model Version:NULL Model InvariantUuid:b1513be7-fb52-4ffe-b013-7942a32cd2d5 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-11T04:42:07.789Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: e8043e50-b3ef-4396-96c6-b6f693aa22ce 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-11T04:42:07.796Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||pNF f56e0028-a513 0 2022-06-11T04:42:07.796Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e8043e50-b3ef-4396-96c6-b6f693aa22ce 2022-06-11T04:42:07.796Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 5aafed8b-3639-4186-8d8c-a9a88e4008b1 2022-06-11T04:42:07.796Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 5aafed8b-3639-4186-8d8c-a9a88e4008b1 2022-06-11T04:42:07.797Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f56e0028-a513 0 e8043e50-b3ef-4396-96c6-b6f693aa22ce 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-11T04:42:07.807Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13db3f96, org.onap.sdc.toscaparser.api.parameters.Input@1c4a622b, org.onap.sdc.toscaparser.api.parameters.Input@2db509db, org.onap.sdc.toscaparser.api.parameters.Input@20eaa696, org.onap.sdc.toscaparser.api.parameters.Input@6a071a92] 2022-06-11T04:42:07.808Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:42:07.808Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_1Lc2p03Tc59EwT1Wnpjn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:42:07.809Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 5aafed8b-3639-4186-8d8c-a9a88e4008b1: pNF f56e0028-a513 2022-06-11T04:42:07.813Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||Processing PNF resource: e8043e50-b3ef-4396-96c6-b6f693aa22ce 2022-06-11T04:42:07.813Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:42:07.814Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_1Lc2p03Tc59EwT1Wnpjn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:42:07.816Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||Resource customization UUID: 7dcc5da6-ff1b-497b-b8cf-d42f0d936652 is the same as notified resource customizationUUID: 7dcc5da6-ff1b-497b-b8cf-d42f0d936652 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-11T04:42:07.900Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f56e0028-a513 e8043e50-b3ef-4396-96c6-b6f693aa22ce 0 ASDC deployResourceStructure 2022-06-11T04:42:07.901Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar ASDC sendASDCNotification 2022-06-11T04:42:07.901Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar 2022-06-11T04:42:07.901Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-11T04:42:07.902Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:42:07.904Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:42:07.904Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922527901, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:42:08.004Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:42:08.006Z||pool-65-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-11T04:42:08.006Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:42:08.036Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:42:08.037Z||pool-65-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:42:08.905Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a900fa16-35e6-4663-90e0-fdae907d66ec 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-11T04:42:08.920Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a900fa16-35e6-4663-90e0-fdae907d66ec 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-11T04:42:08.924Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-11T04:42:08.925Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-11T04:42:08.925Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-11T04:42:14.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:42:14.336Z||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-11T04:42:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:42:14.374Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:42:14.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:42:14.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922400987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:42:14.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:42:38.925Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a900fa16-35e6-4663-90e0-fdae907d66ec 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-11T04:42:38.954Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a900fa16-35e6-4663-90e0-fdae907d66ec 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-11T04:42:38.960Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-11T04:42:38.960Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-11T04:42:38.960Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-11T04:43:08.961Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a900fa16-35e6-4663-90e0-fdae907d66ec 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-11T04:43:08.982Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a900fa16-35e6-4663-90e0-fdae907d66ec 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-11T04:43:08.989Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-11T04:43:08.989Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-11T04:43:08.989Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-11T04:43:14.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:43:14.337Z||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-11T04:43:14.337Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:43:14.367Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:43:14.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "cds", "timestamp": 1654922408470, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "ves-openapi-manager", "timestamp": 1654922402554, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "policy-id", "timestamp": 1654922401970, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "clamp", "timestamp": 1654922414900, "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-11T04:43:14.417Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a900fa16-35e6-4663-90e0-fdae907d66ec 2022-06-11T04:43:14.417Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a900fa16-35e6-4663-90e0-fdae907d66ec 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-11T04:43:14.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "aai-ml", "timestamp": 1654922411352, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922400987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "cds", "timestamp": 1654922408470, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:43:14.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "multicloud-k8s-id", "timestamp": 1654922415155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-11T04:43:14.442Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:43:14.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "ves-openapi-manager", "timestamp": 1654922402554, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "policy-id", "timestamp": 1654922401970, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-11T04:43:14.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "clamp", "timestamp": 1654922399601, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "aai-ml", "timestamp": 1654922411352, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922400987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "ves-openapi-manager", "timestamp": 1654922402554, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "cds", "timestamp": 1654922416186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:43:14.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:43:14.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "multicloud-k8s-id", "timestamp": 1654922416297, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-11T04:43:14.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:43:14.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "policy-id", "timestamp": 1654922401970, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "clamp", "timestamp": 1654922399601, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-11T04:43:14.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "aai-ml", "timestamp": 1654922411352, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922400987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "ves-openapi-manager", "timestamp": 1654922402554, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "cds", "timestamp": 1654922417191, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-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-11T04:43:14.471Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0d54d4c3-e625-4697-be76-bac24d077d40 2022-06-11T04:43:14.471Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d54d4c3-e625-4697-be76-bac24d077d40 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-11T04:43:14.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "multicloud-k8s-id", "timestamp": 1654922417387, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-11T04:43:14.487Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:43:14.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "policy-id", "timestamp": 1654922401970, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "clamp", "timestamp": 1654922399601, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "aai-ml", "timestamp": 1654922411352, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922400987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "ves-openapi-manager", "timestamp": 1654922402554, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "multicloud-k8s-id", "timestamp": 1654922418412, "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-11T04:43:14.503Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d54d4c3-e625-4697-be76-bac24d077d40 2022-06-11T04:43:14.504Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d54d4c3-e625-4697-be76-bac24d077d40 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-11T04:43:14.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "policy-id", "timestamp": 1654922401970, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "clamp", "timestamp": 1654922399601, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "aai-ml", "timestamp": 1654922411352, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:43:14.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922400987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "ves-openapi-manager", "timestamp": 1654922402554, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "multicloud-k8s-id", "timestamp": 1654922419417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-11T04:43:14.520Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:43:14.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "policy-id", "timestamp": 1654922401970, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:43:14.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "clamp", "timestamp": 1654922399601, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "aai-ml", "timestamp": 1654922420175, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:43:14.521Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:43:14.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922400987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:43:14.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "ves-openapi-manager", "timestamp": 1654922402554, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "clamp", "timestamp": 1654922399601, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "policy-id", "timestamp": 1654922421051, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:43:14.523Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:43:14.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922420915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:43:14.523Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:43:14.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "clamp", "timestamp": 1654922399601, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:43:14.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "policy-id", "timestamp": 1654922422056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:43:14.524Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:43:14.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "policy-id", "timestamp": 1654922423060, "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-11T04:43:14.533Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d54d4c3-e625-4697-be76-bac24d077d40 2022-06-11T04:43:14.534Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d54d4c3-e625-4697-be76-bac24d077d40 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-11T04:43:14.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "ves-openapi-manager", "timestamp": 1654922422554, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922423231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:43:14.550Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:43:14.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "ves-openapi-manager", "timestamp": 1654922422554, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "cds", "timestamp": 1654922423470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "policy-id", "timestamp": 1654922424064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922424235, "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-11T04:43:14.558Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0d54d4c3-e625-4697-be76-bac24d077d40 2022-06-11T04:43:14.559Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d54d4c3-e625-4697-be76-bac24d077d40 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-11T04:43:14.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "ves-openapi-manager", "timestamp": 1654922422554, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.575Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "cds", "timestamp": 1654922423470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "policy-id", "timestamp": 1654922424064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "aai-ml", "timestamp": 1654922425818, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:43:14.577Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:43:14.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "ves-openapi-manager", "timestamp": 1654922422554, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "cds", "timestamp": 1654922423470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "policy-id", "timestamp": 1654922424064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "aai-ml", "timestamp": 1654922426823, "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-11T04:43:14.584Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a900fa16-35e6-4663-90e0-fdae907d66ec 2022-06-11T04:43:14.585Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a900fa16-35e6-4663-90e0-fdae907d66ec 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-11T04:43:14.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "ves-openapi-manager", "timestamp": 1654922422554, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "cds", "timestamp": 1654922423470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "policy-id", "timestamp": 1654922424064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "aai-ml", "timestamp": 1654922411352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "multicloud-k8s-id", "timestamp": 1654922427081, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "ves-openapi-manager", "timestamp": 1654922422554, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "cds", "timestamp": 1654922423470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "policy-id", "timestamp": 1654922424064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-11T04:43:14.599Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "aai-ml", "timestamp": 1654922411352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.599Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "multicloud-k8s-id", "timestamp": 1654922427081, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-11T04:43:14.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "ves-openapi-manager", "timestamp": 1654922422554, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "cds", "timestamp": 1654922423470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "policy-id", "timestamp": 1654922424064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "aai-ml", "timestamp": 1654922411352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "multicloud-k8s-id", "timestamp": 1654922427081, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-11T04:43:14.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "ves-openapi-manager", "timestamp": 1654922422554, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "cds", "timestamp": 1654922423470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "policy-id", "timestamp": 1654922424064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "aai-ml", "timestamp": 1654922411352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "multicloud-k8s-id", "timestamp": 1654922427081, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-11T04:43:14.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "ves-openapi-manager", "timestamp": 1654922422554, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "cds", "timestamp": 1654922423470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "policy-id", "timestamp": 1654922424064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "aai-ml", "timestamp": 1654922411352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "clamp", "timestamp": 1654922431890, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:43:14.605Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:43:14.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "multicloud-k8s-id", "timestamp": 1654922427081, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-11T04:43:14.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922430987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "cds", "timestamp": 1654922423470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:43:14.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "policy-id", "timestamp": 1654922424064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:43:14.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "aai-ml", "timestamp": 1654922411352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "multicloud-k8s-id", "timestamp": 1654922427081, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.608Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922430987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.609Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "aai-ml", "timestamp": 1654922411352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:43:14.609Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "cds", "timestamp": 1654922433437, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:43:14.609Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:43:14.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "clamp", "timestamp": 1654922433905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:43:14.610Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:43:14.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "policy-id", "timestamp": 1654922433953, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:43:14.610Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:43:14.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "multicloud-k8s-id", "timestamp": 1654922427081, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-11T04:43:14.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922430987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.611Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "cds", "timestamp": 1654922434442, "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=? 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-11T04:43:14.629Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3b2cba3b-73b0-41d9-85d9-23b3edd9f558 2022-06-11T04:43:14.629Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b2cba3b-73b0-41d9-85d9-23b3edd9f558 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-11T04:43:14.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "clamp", "timestamp": 1654922434912, "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-11T04:43:14.646Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0d54d4c3-e625-4697-be76-bac24d077d40 2022-06-11T04:43:14.647Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d54d4c3-e625-4697-be76-bac24d077d40 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-11T04:43:14.657Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "policy-id", "timestamp": 1654922434958, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:43:14.658Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:43:14.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "aai-ml", "timestamp": 1654922435012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:43:14.659Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:43:14.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "multicloud-k8s-id", "timestamp": 1654922427081, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.659Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922430987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.659Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "policy-id", "timestamp": 1654922435961, "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-11T04:43:14.665Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3b2cba3b-73b0-41d9-85d9-23b3edd9f558 2022-06-11T04:43:14.666Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b2cba3b-73b0-41d9-85d9-23b3edd9f558 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-11T04:43:14.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "multicloud-k8s-id", "timestamp": 1654922427081, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:43:14.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922430987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "clamp", "timestamp": 1654922435919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922430987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "multicloud-k8s-id", "timestamp": 1654922436849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-11T04:43:14.682Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:43:14.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "clamp", "timestamp": 1654922435919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922430987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "multicloud-k8s-id", "timestamp": 1654922437938, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-11T04:43:14.683Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:43:14.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "clamp", "timestamp": 1654922435919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922430987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "multicloud-k8s-id", "timestamp": 1654922439136, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-11T04:43:14.684Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:43:14.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "clamp", "timestamp": 1654922435919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-11T04:43:14.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922430987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:43:14.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "multicloud-k8s-id", "timestamp": 1654922440203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-11T04:43:14.685Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:43:14.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "clamp", "timestamp": 1654922435919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922440801, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:43:14.686Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:43:14.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "clamp", "timestamp": 1654922435919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "multicloud-k8s-id", "timestamp": 1654922441267, "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-11T04:43:14.695Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3b2cba3b-73b0-41d9-85d9-23b3edd9f558 2022-06-11T04:43:14.695Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b2cba3b-73b0-41d9-85d9-23b3edd9f558 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-11T04:43:14.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "clamp", "timestamp": 1654922435919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "multicloud-k8s-id", "timestamp": 1654922442274, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-11T04:43:14.705Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:43:14.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "aai-ml", "timestamp": 1654922443143, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:43:14.705Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:43:14.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922443045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:43:14.706Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:43:14.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "clamp", "timestamp": 1654922435919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "aai-ml", "timestamp": 1654922444148, "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-11T04:43:14.714Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0d54d4c3-e625-4697-be76-bac24d077d40 2022-06-11T04:43:14.714Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d54d4c3-e625-4697-be76-bac24d077d40 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-11T04:43:14.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654922444049, "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-11T04:43:14.733Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3b2cba3b-73b0-41d9-85d9-23b3edd9f558 2022-06-11T04:43:14.733Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b2cba3b-73b0-41d9-85d9-23b3edd9f558 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-11T04:43:14.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "clamp", "timestamp": 1654922435919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:43:14.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "aai-ml", "timestamp": 1654922445154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "aai-ml", "timestamp": 1654922445154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "aai-ml", "timestamp": 1654922445154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "aai-ml", "timestamp": 1654922445154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "aai-ml", "timestamp": 1654922445154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "aai-ml", "timestamp": 1654922445154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "aai-ml", "timestamp": 1654922445154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "aai-ml", "timestamp": 1654922445154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:43:14.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "clamp", "timestamp": 1654922452891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:43:14.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:43:14.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "aai-ml", "timestamp": 1654922445154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:43:14.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:43:14.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "aai-ml", "timestamp": 1654922455124, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:43:14.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:43:14.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "clamp", "timestamp": 1654922455897, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:43:14.749Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:43:14.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "clamp", "timestamp": 1654922456903, "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-11T04:43:14.755Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3b2cba3b-73b0-41d9-85d9-23b3edd9f558 2022-06-11T04:43:14.755Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b2cba3b-73b0-41d9-85d9-23b3edd9f558 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-11T04:43:14.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "aai-ml", "timestamp": 1654922463023, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:43:14.783Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:43:14.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:43:14.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "aai-ml", "timestamp": 1654922464028, "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-11T04:43:14.794Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3b2cba3b-73b0-41d9-85d9-23b3edd9f558 2022-06-11T04:43:14.795Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b2cba3b-73b0-41d9-85d9-23b3edd9f558 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-11T04:43:38.990Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a900fa16-35e6-4663-90e0-fdae907d66ec 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-11T04:43:40.117Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a900fa16-35e6-4663-90e0-fdae907d66ec 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-11T04:43:40.123Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-11T04:43:40.124Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-11T04:43:40.124Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-11T04:43:40.124Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-11T04:43:40.125Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:43:40.125Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:43:40.125Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:43:40.125Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:43:40.125Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:43:40.126Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:43:40.126Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:43:40.126Z|a900fa16-35e6-4663-90e0-fdae907d66ec|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-11T04:43:40.134Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-11T04:44:10.135Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a900fa16-35e6-4663-90e0-fdae907d66ec 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-11T04:44:10.148Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a900fa16-35e6-4663-90e0-fdae907d66ec and serviceModelVersionId: 5aafed8b-3639-4186-8d8c-a9a88e4008b1 2022-06-11T04:44:10.149Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b1513be7-fb52-4ffe-b013-7942a32cd2d5 2022-06-11T04:44:10.150Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b1513be7-fb52-4ffe-b013-7942a32cd2d5/model-vers/model-ver/5aafed8b-3639-4186-8d8c-a9a88e4008b1?depth=0 2022-06-11T04:44:10.161Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-06-11T04:44:10.265Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1513be7-fb52-4ffe-b013-7942a32cd2d5/model-vers/model-ver/5aafed8b-3639-4186-8d8c-a9a88e4008b1?depth=0|INFO|500||Invoke 2022-06-11T04:44:10.267Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1513be7-fb52-4ffe-b013-7942a32cd2d5/model-vers/model-ver/5aafed8b-3639-4186-8d8c-a9a88e4008b1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1513be7-fb52-4ffe-b013-7942a32cd2d5/model-vers/model-ver/5aafed8b-3639-4186-8d8c-a9a88e4008b1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a900fa16-35e6-4663-90e0-fdae907d66ec], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e9e792d7-2d93-4a8e-9590-1112ad5668ca], X-ECOMP-RequestID=[a900fa16-35e6-4663-90e0-fdae907d66ec], X-TransactionId=[], X-ONAP-RequestID=[a900fa16-35e6-4663-90e0-fdae907d66ec], Content-Type=[application/merge-patch+json]} 2022-06-11T04:44:10.309Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1513be7-fb52-4ffe-b013-7942a32cd2d5/model-vers/model-ver/5aafed8b-3639-4186-8d8c-a9a88e4008b1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-11T04:44:10.435Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1513be7-fb52-4ffe-b013-7942a32cd2d5/model-vers/model-ver/5aafed8b-3639-4186-8d8c-a9a88e4008b1?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/b1513be7-fb52-4ffe-b013-7942a32cd2d5/model-vers/model-ver/5aafed8b-3639-4186-8d8c-a9a88e4008b1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220611-04:44:10:075-27751], vertex-id=[217336], Content-Length=[0], Date=[Sat, 11 Jun 2022 04:44:10 GMT], Content-Type=[application/json]} 2022-06-11T04:44:10.436Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1513be7-fb52-4ffe-b013-7942a32cd2d5/model-vers/model-ver/5aafed8b-3639-4186-8d8c-a9a88e4008b1?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-11T04:44:10.437Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1513be7-fb52-4ffe-b013-7942a32cd2d5/model-vers/model-ver/5aafed8b-3639-4186-8d8c-a9a88e4008b1?depth=0|INFO|500||InvokeReturn 2022-06-11T04:44:10.438Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-11T04:44:10.438Z|a900fa16-35e6-4663-90e0-fdae907d66ec|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-11T04:44:10.453Z|a900fa16-35e6-4663-90e0-fdae907d66ec|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-11T04:44:10.453Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a900fa16-35e6-4663-90e0-fdae907d66ec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-11T04:44:10.454Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-11T04:44:10.454Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:44:10.457Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:44:10.457Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922650453, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-11T04:44:10.557Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:44:10.559Z||pool-66-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-11T04:44:10.559Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:44:10.597Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:44:10.599Z||pool-66-thread-1|||||INFO|500||cambria reply ok (41 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-11T04:44:11.632Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-11T04:44:11.632Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"0d54d4c3-e625-4697-be76-bac24d077d40","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"c0e0bafb-712c-42da-958d-f27f2f0a2b69","serviceDescription":"service","serviceInvariantUUID":"020911a2-d176-40d5-af67-de6c8e5cd128","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5bb957b8-235d-4207-b773-bef2903fe8c9","resourceInvariantUUID":"911d727e-5af9-418f-9729-f42fd29e36a7","resourceCustomizationUUID":"820c457f-781b-4019-9d63-28bae9695910","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"ZWFhY2UxM2M4ZDQ2OTdmNzQwZjRmOTJjMDlmMTliNTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"455eeb9a-b6cd-452c-91b4-1e03313bce8f","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"OGIwN2UxMzBlYjM5MTYwYmRiMmQ1MDNkYjQwMDFjNzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0a269def-6ccc-4d2b-8d04-96149a1746cd","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b53b3685-07a9-4d20-8569-fdd468ba7cee","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"722a8d73-1ffd-4705-af60-766ca7961250","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ee6f066b-2267-490e-ac0e-25227a758e75","artifactVersion":"2","generatedFromUUID":"b53b3685-07a9-4d20-8569-fdd468ba7cee"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OWZjN2UwYzI4YTU3ZDI0ZTQyNGZiYmM2MWQ4OGVmNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"46de8b71-c396-4a28-ae70-87d01c31de14","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZGNkN2ZmMzMwZjE0MWZjYTVjODRjMTliOGU0YTVlMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0194eae5-f2da-41a3-8f1f-9ec4e8ab8f16","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-11T04:44:11.634Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:44:11.634Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:44:11.638Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:44:11.639Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:44:11.739Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:44:11.740Z||pool-67-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-11T04:44:11.740Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:44:11.766Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:44:11.767Z||pool-67-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:44:12.640Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:44:12.644Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:44:12.651Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:44:12.651Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-11T04:44:12.751Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T04:44:12.752Z||pool-68-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-11T04:44:12.752Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:44:12.780Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:44:12.781Z||pool-68-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:44:13.653Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:44:13.656Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:44:13.659Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:44:13.659Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-11T04:44:13.759Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T04:44:13.760Z||pool-69-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-11T04:44:13.760Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:44:13.801Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:44:13.802Z||pool-69-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1} 2022-06-11T04:44:14.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:44:14.336Z||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-11T04:44:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:44:14.382Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:44:14.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:44:14.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01b87979-26c3-43a5-b084-3eda80250d19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922511463, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-11T04:44:14.386Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:44:14.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:44:14.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:44:14.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:44:14.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:44:14.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-11T04:44:14.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:44:14.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:44:14.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-11T04:44:14.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:44:14.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:44:14.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:44:14.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:44:14.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:44:14.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:44:14.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:44:14.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:44:14.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/resourceInstances/pnff56e0028a5130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:44:14.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:44:14.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:44:14.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:44:14.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:44:14.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:44:14.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:44:14.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:44:14.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:44:14.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922525369, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:44:14.390Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:44:14.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:44:14.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922527901, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1lc2p03tc59ewt1wnpjn/1.0/artifacts/service-DemoPnf1lc2p03tc59ewt1wnpjn-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:44:14.390Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:44:14.665Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:44:14.665Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:44:14.669Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:44:14.669Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:44:14.769Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:44:14.770Z||pool-70-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-11T04:44:14.770Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:44:14.798Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:44:14.798Z||pool-70-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:44:15.670Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:44:15.672Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:44:15.676Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:44:15.677Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-11T04:44:15.776Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T04:44:15.778Z||pool-71-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-11T04:44:15.778Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:44:15.798Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:44:15.798Z||pool-71-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-11T04:44:16.678Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:44:16.680Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:44:16.687Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:44:16.687Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:44:16.787Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T04:44:16.788Z||pool-72-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-11T04:44:16.789Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:44:16.815Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:44:16.815Z||pool-72-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:44:17.688Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:44:17.690Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:44:17.694Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:44:17.695Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:44:17.793Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-11T04:44:17.794Z||pool-73-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-11T04:44:17.794Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:44:17.810Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:44:17.811Z||pool-73-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:44:18.697Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "c0e0bafb-712c-42da-958d-f27f2f0a2b69", "serviceDescription": "service", "serviceInvariantUUID": "020911a2-d176-40d5-af67-de6c8e5cd128", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "820c457f-781b-4019-9d63-28bae9695910", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5bb957b8-235d-4207-b773-bef2903fe8c9", "resourceInvariantUUID": "911d727e-5af9-418f-9729-f42fd29e36a7", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "artifactChecksum": "OGIwN2UxMzBlYjM5MTYwYmRiMmQ1MDNkYjQwMDFjNzU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0a269def-6ccc-4d2b-8d04-96149a1746cd", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b53b3685-07a9-4d20-8569-fdd468ba7cee", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ee6f066b-2267-490e-ac0e-25227a758e75", "generatedFromUUID": "b53b3685-07a9-4d20-8569-fdd468ba7cee" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ee6f066b-2267-490e-ac0e-25227a758e75", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZGNkN2ZmMzMwZjE0MWZjYTVjODRjMTliOGU0YTVlMWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0194eae5-f2da-41a3-8f1f-9ec4e8ab8f16" } ], "workloadContext": "Production" } 2022-06-11T04:44:18.698Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-11T04:44:18.699Z|a900fa16-35e6-4663-90e0-fdae907d66ec|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c0e0bafb-712c-42da-958d-f27f2f0a2b69 ASDC 2022-06-11T04:44:18.700Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:0d54d4c3-e625-4697-be76-bac24d077d40 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:c0e0bafb-712c-42da-958d-f27f2f0a2b69 ServiceInvariantUUID:020911a2-d176-40d5-af67-de6c8e5cd128 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ArtifactUUID:0194eae5-f2da-41a3-8f1f-9ec4e8ab8f16 ArtifactChecksum:ZGNkN2ZmMzMwZjE0MWZjYTVjODRjMTliOGU0YTVlMWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:820c457f-781b-4019-9d63-28bae9695910 ResourceInvariantUUID:911d727e-5af9-418f-9729-f42fd29e36a7 ResourceName:basic_vm ResourceType:VF ResourceUUID:5bb957b8-235d-4207-b773-bef2903fe8c9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ArtifactUUID:0a269def-6ccc-4d2b-8d04-96149a1746cd ArtifactChecksum:OGIwN2UxMzBlYjM5MTYwYmRiMmQ1MDNkYjQwMDFjNzU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ArtifactUUID:b53b3685-07a9-4d20-8569-fdd468ba7cee ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:ee6f066b-2267-490e-ac0e-25227a758e75 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:ee6f066b-2267-490e-ac0e-25227a758e75 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-11T04:44:18.700Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c0e0bafb-712c-42da-958d-f27f2f0a2b69 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-11T04:44:18.772Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-11T04:44:18.773Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-11T04:44:18.773Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-11T04:44:18.773Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0194eae5-f2da-41a3-8f1f-9ec4e8ab8f16 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-11T04:44:18.773Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-11T04:44:18.773Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-11T04:44:19.254Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-11T04:44:19.271Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 0194eae5-f2da-41a3-8f1f-9ec4e8ab8f16 71054 2022-06-11T04:44:19.272Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-11T04:44:19.272Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-11T04:44:19.273Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-11T04:44:19.273Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:44:19.277Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:44:19.277Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922659272, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:44:19.378Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-11T04:44:19.379Z||pool-74-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-11T04:44:19.380Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:44:19.397Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:44:19.398Z||pool-74-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:44:20.281Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-11T04:44:20.282Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-11T04:44:20.282Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 0194eae5-f2da-41a3-8f1f-9ec4e8ab8f16, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-11T04:44:20.282Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-06-11T04:44:20.283Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-11T04:44:20.283Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-06-11T04:44:20.483Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5433518989603799637/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-06-11T04:44:22.701Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-11T04:44:22.702Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-11T04:44:22.702Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-11T04:44:22.703Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-11T04:44:22.703Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-11T04:44:22.703Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar 2022-06-11T04:44:22.703Z|0d54d4c3-e625-4697-be76-bac24d077d40|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-BasicVm-csar.csar 2022-06-11T04:44:22.703Z|0d54d4c3-e625-4697-be76-bac24d077d40|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-BasicVm-csar.csar 2022-06-11T04:44:22.703Z|0d54d4c3-e625-4697-be76-bac24d077d40|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-BasicVm-csar.csar 2022-06-11T04:44:22.703Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-11T04:44:22.704Z|0d54d4c3-e625-4697-be76-bac24d077d40|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-BasicVm-csar.csar 2022-06-11T04:44:22.704Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-11T04:44:22.704Z|0d54d4c3-e625-4697-be76-bac24d077d40|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-BasicVm-csar.csar 2022-06-11T04:44:22.704Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-11T04:44:22.704Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:44:22.704Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:44:22.705Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-11T04:44:22.705Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-11T04:44:22.705Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-11T04:44:22.706Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:44:22.706Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:44:22.706Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-11T04:44:22.706Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-11T04:44:22.707Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-11T04:44:22.707Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:44:22.707Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:44:22.707Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:44:22.708Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-11T04:44:22.708Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-11T04:44:22.708Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-11T04:44:22.708Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-11T04:44:22.709Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-11T04:44:22.709Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-11T04:44:22.709Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:44:22.709Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-11T04:44:22.709Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:44:22.709Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-11T04:44:22.709Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:44:22.710Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:44:22.710Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-11T04:44:22.711Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:44:22.711Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:44:22.711Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-11T04:44:22.711Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:44:22.712Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:44:22.712Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-11T04:44:22.712Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-11T04:44:22.712Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-11T04:44:22.712Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=56efc2f5-0502-4752-aaf8-1d7550e2dd4e 2022-06-11T04:44:22.712Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:44:22.712Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:44:22.712Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:44:22.712Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:44:22.713Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:44:22.713Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:44:22.713Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:44:22.713Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:44:22.713Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:c0e0bafb-712c-42da-958d-f27f2f0a2b69 Model Version:NULL Model InvariantUuid:020911a2-d176-40d5-af67-de6c8e5cd128 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:82e8f060-e7f7-4b39-8016-668331b1ff4c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:911d727e-5af9-418f-9729-f42fd29e36a7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:820c457f-781b-4019-9d63-28bae9695910 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:fe222f7f-a54c-460d-a5e7-86e02911e40e ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:51da7e15-1811-44af-96c0-18ed9facf4f7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:56efc2f5-0502-4752-aaf8-1d7550e2dd4e ModelInvariantUuid:d515ece1-e3cd-4809-8a91-f140ff1408b9 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:c0e219c1-a934-40d5-b97f-9c05f6a429b9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:ff108e02-3b5d-4204-a4a1-d24d71600f71 ModelInvariantUuid:61500d6f-2eab-406a-aee3-0d5bf21510a3 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:668c6f55-4e80-432b-8b98-19f16be38bae 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-11T04:44:22.725Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 5bb957b8-235d-4207-b773-bef2903fe8c9 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-11T04:44:22.731Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||basic_vm 0 2022-06-11T04:44:22.732Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5bb957b8-235d-4207-b773-bef2903fe8c9 2022-06-11T04:44:22.733Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0a269def-6ccc-4d2b-8d04-96149a1746cd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-11T04:44:22.733Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-11T04:44:22.733Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-11T04:44:22.815Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-11T04:44:22.816Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 0a269def-6ccc-4d2b-8d04-96149a1746cd 787 2022-06-11T04:44:22.816Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-06-11T04:44:22.816Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-11T04:44:22.817Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-11T04:44:22.817Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:44:22.820Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:44:22.820Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922662816, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-11T04:44:22.920Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T04:44:22.922Z||pool-75-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-11T04:44:22.922Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:44:22.945Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:44:22.946Z||pool-75-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:44:23.821Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "fe222f7f-a54c-460d-a5e7-86e02911e40e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "51da7e15-1811-44af-96c0-18ed9facf4f7", "vfModuleModelCustomizationUUID": "b693f537-15b8-438f-9622-1caf0a1f52a6", "isBase": true, "artifacts": [ "b53b3685-07a9-4d20-8569-fdd468ba7cee", "ee6f066b-2267-490e-ac0e-25227a758e75" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "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-11T04:44:23.829Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:51da7e15-1811-44af-96c0-18ed9facf4f7 VfModuleModelInvariantUUID:fe222f7f-a54c-460d-a5e7-86e02911e40e VfModuleModelDescription:NULL Artifacts UUID List:{ b53b3685-07a9-4d20-8569-fdd468ba7cee , ee6f066b-2267-490e-ac0e-25227a758e75 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 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-11T04:44:23.833Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "fe222f7f-a54c-460d-a5e7-86e02911e40e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "51da7e15-1811-44af-96c0-18ed9facf4f7", "vfModuleModelCustomizationUUID": "b693f537-15b8-438f-9622-1caf0a1f52a6", "isBase": true, "artifacts": [ "b53b3685-07a9-4d20-8569-fdd468ba7cee", "ee6f066b-2267-490e-ac0e-25227a758e75" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "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-11T04:44:23.833Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:51da7e15-1811-44af-96c0-18ed9facf4f7 VfModuleModelInvariantUUID:fe222f7f-a54c-460d-a5e7-86e02911e40e VfModuleModelDescription:NULL Artifacts UUID List:{ b53b3685-07a9-4d20-8569-fdd468ba7cee , ee6f066b-2267-490e-ac0e-25227a758e75 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 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-11T04:44:23.833Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b53b3685-07a9-4d20-8569-fdd468ba7cee from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-11T04:44:23.834Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-11T04:44:23.834Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-11T04:44:23.918Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-11T04:44:23.919Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml b53b3685-07a9-4d20-8569-fdd468ba7cee 5033 2022-06-11T04:44:23.920Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-11T04:44:23.920Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-11T04:44:23.921Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-11T04:44:23.921Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:44:23.924Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:44:23.925Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922663920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-11T04:44:24.025Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:44:24.026Z||pool-76-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-11T04:44:24.026Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:44:24.054Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:44:24.055Z||pool-76-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:44:24.930Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ee6f066b-2267-490e-ac0e-25227a758e75 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-11T04:44:24.931Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-11T04:44:24.931Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-11T04:44:25.209Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-11T04:44:25.224Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ee6f066b-2267-490e-ac0e-25227a758e75 903 2022-06-11T04:44:25.225Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-11T04:44:25.225Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-11T04:44:25.225Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-11T04:44:25.226Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:44:25.229Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:44:25.230Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922665225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-11T04:44:25.332Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-11T04:44:25.334Z||pool-77-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-11T04:44:25.335Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:44:25.368Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:44:25.369Z||pool-77-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:44:26.230Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: c0e0bafb-712c-42da-958d-f27f2f0a2b69 2022-06-11T04:44:26.231Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 5bb957b8-235d-4207-b773-bef2903fe8c9 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-11T04:44:26.265Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17de341c, org.onap.sdc.toscaparser.api.parameters.Input@139d1fc6, org.onap.sdc.toscaparser.api.parameters.Input@7d5ec974, org.onap.sdc.toscaparser.api.parameters.Input@58e7e722, org.onap.sdc.toscaparser.api.parameters.Input@3eff56f6] 2022-06-11T04:44:26.269Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:44:26.269Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:44:26.270Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-06-11T04:44:26.270Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 820c457f-781b-4019-9d63-28bae9695910 2022-06-11T04:44:26.270Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 820c457f-781b-4019-9d63-28bae9695910 matches Tosca VF Customization UUID: 820c457f-781b-4019-9d63-28bae9695910 2022-06-11T04:44:26.271Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 820c457f-781b-4019-9d63-28bae9695910 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-11T04:44:26.277Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:44:26.278Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:44:26.280Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 820c457f-781b-4019-9d63-28bae9695910: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-06-11T04:44:26.280Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@29c0596b 2022-06-11T04:44:26.280Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:44:26.281Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-11T04:44:26.281Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b693f537-15b8-438f-9622-1caf0a1f52a6 2022-06-11T04:44:26.281Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b693f537-15b8-438f-9622-1caf0a1f52a6 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-11T04:44:26.288Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:44:26.289Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-11T04:44:26.290Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:44:26.291Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:44:26.291Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-11T04:44:26.291Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:44:26.292Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:44:26.293Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-11T04:44:26.293Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-11T04:44:26.293Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-11T04:44:26.293Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=56efc2f5-0502-4752-aaf8-1d7550e2dd4e 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-11T04:44:26.298Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:44:26.299Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-11T04:44:26.299Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:44:26.300Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:44:26.300Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-11T04:44:26.300Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=820c457f-781b-4019-9d63-28bae9695910 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-11T04:44:26.304Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:44:26.305Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:44:26.306Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid c0e0bafb-712c-42da-958d-f27f2f0a2b69: basic_vm 2022-06-11T04:44:26.306Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:44:26.306Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:44:26.307Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:44:26.307Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:44:26.307Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:44:26.307Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:44:26.308Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:44:26.308Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:44:26.308Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:44:26.308Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:44:26.309Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm 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-11T04:44:26.507Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 5bb957b8-235d-4207-b773-bef2903fe8c9 1 ASDC deployResourceStructure 2022-06-11T04:44:26.507Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-06-11T04:44:26.508Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-11T04:44:26.508Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-11T04:44:26.509Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:44:26.511Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:44:26.511Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922666507, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-11T04:44:26.612Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:44:26.614Z||pool-78-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-11T04:44:26.614Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:44:26.639Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:44:26.639Z||pool-78-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:44:27.513Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-11T04:44:27.513Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-11T04:44:27.515Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-11T04:44:27.517Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:44:27.521Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:44:27.521Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922667512, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-11T04:44:27.621Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T04:44:27.623Z||pool-79-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-11T04:44:27.623Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:44:27.644Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:44:27.645Z||pool-79-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:44:28.526Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-11T04:44:28.527Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-11T04:44:28.527Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-11T04:44:28.528Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:44:28.531Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:44:28.531Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922668526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-11T04:44:28.631Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T04:44:28.632Z||pool-80-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-11T04:44:28.632Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:44:28.660Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:44:28.660Z||pool-80-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-06-11T04:44:29.532Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-11T04:44:29.534Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-11T04:44:29.534Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-11T04:44:29.534Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:44:29.537Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:44:29.537Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922669532, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:44:29.637Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:44:29.638Z||pool-81-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-11T04:44:29.638Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:44:29.671Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:44:29.672Z||pool-81-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:44:30.543Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d54d4c3-e625-4697-be76-bac24d077d40 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-11T04:44:30.557Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d54d4c3-e625-4697-be76-bac24d077d40 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-11T04:44:30.562Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-11T04:44:30.562Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-11T04:44:30.563Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-11T04:44:30.563Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-11T04:44:30.564Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:44:30.564Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:44:30.564Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:44:30.565Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:44:30.565Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:44:30.566Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:44:30.566Z|0d54d4c3-e625-4697-be76-bac24d077d40|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-11T04:44:30.574Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-11T04:45:00.575Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0d54d4c3-e625-4697-be76-bac24d077d40 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-11T04:45:00.585Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0d54d4c3-e625-4697-be76-bac24d077d40 and serviceModelVersionId: c0e0bafb-712c-42da-958d-f27f2f0a2b69 2022-06-11T04:45:00.586Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 020911a2-d176-40d5-af67-de6c8e5cd128 2022-06-11T04:45:00.587Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/020911a2-d176-40d5-af67-de6c8e5cd128/model-vers/model-ver/c0e0bafb-712c-42da-958d-f27f2f0a2b69?depth=0 2022-06-11T04:45:00.593Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-06-11T04:45:00.667Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/020911a2-d176-40d5-af67-de6c8e5cd128/model-vers/model-ver/c0e0bafb-712c-42da-958d-f27f2f0a2b69?depth=0|INFO|500||Invoke 2022-06-11T04:45:00.669Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/020911a2-d176-40d5-af67-de6c8e5cd128/model-vers/model-ver/c0e0bafb-712c-42da-958d-f27f2f0a2b69?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/020911a2-d176-40d5-af67-de6c8e5cd128/model-vers/model-ver/c0e0bafb-712c-42da-958d-f27f2f0a2b69?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0d54d4c3-e625-4697-be76-bac24d077d40], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ef9f3677-0d5a-4924-a0fd-4a59cc20ebdf], X-ECOMP-RequestID=[0d54d4c3-e625-4697-be76-bac24d077d40], X-TransactionId=[], X-ONAP-RequestID=[0d54d4c3-e625-4697-be76-bac24d077d40], Content-Type=[application/merge-patch+json]} 2022-06-11T04:45:00.704Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/020911a2-d176-40d5-af67-de6c8e5cd128/model-vers/model-ver/c0e0bafb-712c-42da-958d-f27f2f0a2b69?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-11T04:45:00.929Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/020911a2-d176-40d5-af67-de6c8e5cd128/model-vers/model-ver/c0e0bafb-712c-42da-958d-f27f2f0a2b69?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/020911a2-d176-40d5-af67-de6c8e5cd128/model-vers/model-ver/c0e0bafb-712c-42da-958d-f27f2f0a2b69?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220611-04:45:00:476-69489], vertex-id=[295056], Content-Length=[0], Date=[Sat, 11 Jun 2022 04:45:00 GMT], Content-Type=[application/json]} 2022-06-11T04:45:00.930Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/020911a2-d176-40d5-af67-de6c8e5cd128/model-vers/model-ver/c0e0bafb-712c-42da-958d-f27f2f0a2b69?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-11T04:45:00.932Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/020911a2-d176-40d5-af67-de6c8e5cd128/model-vers/model-ver/c0e0bafb-712c-42da-958d-f27f2f0a2b69?depth=0|INFO|500||InvokeReturn 2022-06-11T04:45:00.934Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-11T04:45:00.935Z|0d54d4c3-e625-4697-be76-bac24d077d40|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-11T04:45:00.944Z|0d54d4c3-e625-4697-be76-bac24d077d40|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-11T04:45:00.945Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0d54d4c3-e625-4697-be76-bac24d077d40 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-11T04:45:00.946Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-11T04:45:00.947Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:45:00.950Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:45:00.951Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922700946, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-11T04:45:01.050Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T04:45:01.053Z||pool-82-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-11T04:45:01.053Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:45:01.092Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:45:01.093Z||pool-82-thread-1|||||INFO|500||cambria reply ok (42 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-11T04:45:01.989Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-11T04:45:01.990Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3b2cba3b-73b0-41d9-85d9-23b3edd9f558","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"536bc753-41b0-44d0-80b1-25f07d8a5a1a","serviceDescription":"service","serviceInvariantUUID":"9fce0e6e-c986-4f23-87ec-523d0b2a61cb","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dbfff627-9138-41d1-9082-ff2deef9b4d3","resourceInvariantUUID":"d72552fe-2415-4227-a558-6cd0efc95ebc","resourceCustomizationUUID":"cd16ef84-54b3-44ee-882a-4c394a4d2ff6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"NDk1YzA0OWZmN2IxMjIyNGI0MzdiNmY5YzM5YmUyN2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff7973b1-bafa-496a-ba02-c6a7402aca30","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"50c068fd-15af-4806-8987-590e636f02af","artifactVersion":"2","generatedFromUUID":"6c44936c-cfef-41a6-9f16-4e5bbf99189c"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6c44936c-cfef-41a6-9f16-4e5bbf99189c","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"YjkxMjlhMzRmZTQyOWE5YjlmMzFmMDhlOTUzODk4YmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"811da922-0e03-4064-b57c-422882fddcba","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b26ae1c5-6145-4a9f-9a5a-e41dfc13b21e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8f6b82bb-4a36-46e2-aa5c-e83e17d9caf7","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ee454abc-2a6a-4ffe-9450-7cc73b3ce33b","artifactVersion":"2","generatedFromUUID":"b26ae1c5-6145-4a9f-9a5a-e41dfc13b21e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"M2U0NDhjMWYwN2Q4MTY0ODdjMTI4Nzc0MjBkMWI0NTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b3dbf5cf-f21f-44a5-a8d8-9d439b28651a","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NDJmMDFmM2RmYTg0ZWU3ZDRiY2U2MTJlYTEyYjg2M2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"975f4245-13f2-4dc0-becc-9a07d5dd2cce","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-11T04:45:01.990Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:45:01.991Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:45:01.993Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:45:01.993Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:45:02.095Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-11T04:45:02.097Z||pool-83-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-11T04:45:02.097Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:45:02.126Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:45:02.127Z||pool-83-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-06-11T04:45:02.995Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:45:02.996Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:45:03.004Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:45:03.004Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-11T04:45:03.108Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-11T04:45:03.109Z||pool-84-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-11T04:45:03.109Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:45:03.139Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:45:03.140Z||pool-84-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-06-11T04:45:04.005Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:45:04.006Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:45:04.011Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:45:04.011Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-11T04:45:04.111Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T04:45:04.113Z||pool-85-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-11T04:45:04.113Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:45:04.137Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:45:04.138Z||pool-85-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:45:05.012Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:45:05.013Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:45:05.016Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:45:05.016Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-11T04:45:05.116Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:45:05.117Z||pool-86-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-11T04:45:05.117Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:45:05.135Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:45:05.136Z||pool-86-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-11T04:45:06.017Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:45:06.019Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:45:06.023Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:45:06.026Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-11T04:45:06.123Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-11T04:45:06.125Z||pool-87-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-11T04:45:06.125Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:45:06.142Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:45:06.143Z||pool-87-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:45:07.027Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:45:07.028Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:45:07.032Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:45:07.032Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:45:07.132Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T04:45:07.133Z||pool-88-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-11T04:45:07.134Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:45:07.179Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:45:07.181Z||pool-88-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1} 2022-06-11T04:45:08.033Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:45:08.034Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:45:08.042Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:45:08.043Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-11T04:45:08.143Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-11T04:45:08.144Z||pool-89-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-11T04:45:08.144Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:45:08.164Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:45:08.165Z||pool-89-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:45:09.046Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:45:09.047Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:45:09.050Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:45:09.051Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:45:09.151Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T04:45:09.152Z||pool-90-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-11T04:45:09.152Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:45:09.182Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:45:09.182Z||pool-90-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:45:10.052Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:45:10.053Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:45:10.057Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:45:10.057Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:45:10.157Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:45:10.159Z||pool-91-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-11T04:45:10.159Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:45:10.206Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:45:10.206Z||pool-91-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:45:11.059Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "536bc753-41b0-44d0-80b1-25f07d8a5a1a", "serviceDescription": "service", "serviceInvariantUUID": "9fce0e6e-c986-4f23-87ec-523d0b2a61cb", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "cd16ef84-54b3-44ee-882a-4c394a4d2ff6", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dbfff627-9138-41d1-9082-ff2deef9b4d3", "resourceInvariantUUID": "d72552fe-2415-4227-a558-6cd0efc95ebc", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "nginx_cloudtech_k8s_charts.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "50c068fd-15af-4806-8987-590e636f02af", "relatedArtifactsInfo": [] }, { "artifactName": "nginx_cloudtech_k8s_charts.tgz", "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "6c44936c-cfef-41a6-9f16-4e5bbf99189c", "relatedArtifactsInfo": [] }, { "artifactName": "basic_cnf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "artifactChecksum": "YjkxMjlhMzRmZTQyOWE5YjlmMzFmMDhlOTUzODk4YmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "811da922-0e03-4064-b57c-422882fddcba", "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b26ae1c5-6145-4a9f-9a5a-e41dfc13b21e", "generatedArtifact": { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ee454abc-2a6a-4ffe-9450-7cc73b3ce33b", "generatedFromUUID": "b26ae1c5-6145-4a9f-9a5a-e41dfc13b21e" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ee454abc-2a6a-4ffe-9450-7cc73b3ce33b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NDJmMDFmM2RmYTg0ZWU3ZDRiY2U2MTJlYTEyYjg2M2E\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "975f4245-13f2-4dc0-becc-9a07d5dd2cce" } ], "workloadContext": "Production" } 2022-06-11T04:45:11.059Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-11T04:45:11.060Z|0d54d4c3-e625-4697-be76-bac24d077d40|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 536bc753-41b0-44d0-80b1-25f07d8a5a1a ASDC 2022-06-11T04:45:11.060Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:3b2cba3b-73b0-41d9-85d9-23b3edd9f558 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:536bc753-41b0-44d0-80b1-25f07d8a5a1a ServiceInvariantUUID:9fce0e6e-c986-4f23-87ec-523d0b2a61cb ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ArtifactUUID:975f4245-13f2-4dc0-becc-9a07d5dd2cce ArtifactChecksum:NDJmMDFmM2RmYTg0ZWU3ZDRiY2U2MTJlYTEyYjg2M2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:cd16ef84-54b3-44ee-882a-4c394a4d2ff6 ResourceInvariantUUID:d72552fe-2415-4227-a558-6cd0efc95ebc ResourceName:basic_cnf ResourceType:VF ResourceUUID:dbfff627-9138-41d1-9082-ff2deef9b4d3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ArtifactUUID:50c068fd-15af-4806-8987-590e636f02af ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.tgz ArtifactVersion:1 ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ArtifactUUID:6c44936c-cfef-41a6-9f16-4e5bbf99189c ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:basic_cnf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ArtifactUUID:811da922-0e03-4064-b57c-422882fddcba ArtifactChecksum:YjkxMjlhMzRmZTQyOWE5YjlmMzFmMDhlOTUzODk4YmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ArtifactUUID:b26ae1c5-6145-4a9f-9a5a-e41dfc13b21e ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:ee454abc-2a6a-4ffe-9450-7cc73b3ce33b ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:ee454abc-2a6a-4ffe-9450-7cc73b3ce33b ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-11T04:45:11.060Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 536bc753-41b0-44d0-80b1-25f07d8a5a1a 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-11T04:45:11.110Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-11T04:45:11.111Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-11T04:45:11.111Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-11T04:45:11.111Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 975f4245-13f2-4dc0-becc-9a07d5dd2cce from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-11T04:45:11.111Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-11T04:45:11.112Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-11T04:45:11.346Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-11T04:45:11.350Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 975f4245-13f2-4dc0-becc-9a07d5dd2cce 68949 2022-06-11T04:45:11.350Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-11T04:45:11.351Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-11T04:45:11.351Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-11T04:45:11.351Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:45:11.353Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:45:11.354Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922711350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:45:11.454Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:45:11.455Z||pool-92-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-11T04:45:11.455Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:45:11.472Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:45:11.473Z||pool-92-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:45:12.354Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-11T04:45:12.356Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-11T04:45:12.356Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 975f4245-13f2-4dc0-becc-9a07d5dd2cce, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-11T04:45:12.357Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-06-11T04:45:12.357Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-11T04:45:12.357Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-11T04:45:12.557Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3520997345586724920/Definitions/service-BasicCnf-template.yml 2022-06-11T04:45:14.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:45:14.336Z||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-11T04:45:14.337Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:45:14.376Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:45:14.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:45:14.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a900fa16-35e6-4663-90e0-fdae907d66ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922650453, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-11T04:45:14.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:45:14.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:45:14.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:45:14.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:45:14.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:45:14.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-11T04:45:14.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:45:14.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:45:14.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-11T04:45:14.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:45:14.744Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-11T04:45:14.745Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-11T04:45:14.745Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-11T04:45:14.745Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-11T04:45:14.745Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-11T04:45:14.745Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-11T04:45:14.746Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|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-BasicCnf-csar.csar 2022-06-11T04:45:14.746Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar 2022-06-11T04:45:14.746Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-11T04:45:14.746Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:45:14.746Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:45:14.747Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-11T04:45:14.747Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-11T04:45:14.747Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-11T04:45:14.748Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:45:14.748Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:45:14.748Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-11T04:45:14.748Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-11T04:45:14.752Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-11T04:45:14.752Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:45:14.752Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:45:14.753Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:45:14.753Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-11T04:45:14.753Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-06-11T04:45:14.753Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria 2022-06-11T04:45:14.754Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-11T04:45:14.754Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:45:14.754Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-11T04:45:14.754Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:45:14.755Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-11T04:45:14.755Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:45:14.755Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:45:14.756Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-11T04:45:14.756Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:45:14.756Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:45:14.756Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-11T04:45:14.757Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:45:14.757Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:45:14.757Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-11T04:45:14.757Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-11T04:45:14.757Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d05de07e-0b14-4042-bebf-953ef11e82c1 2022-06-11T04:45:14.764Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:45:14.765Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:45:14.765Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:45:14.765Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:45:14.766Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:45:14.766Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:45:14.766Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:45:14.767Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:45:14.767Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:536bc753-41b0-44d0-80b1-25f07d8a5a1a Model Version:NULL Model InvariantUuid:9fce0e6e-c986-4f23-87ec-523d0b2a61cb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:b47e4c9f-4bb6-4881-a7ba-e6c06d6027f2 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d72552fe-2415-4227-a558-6cd0efc95ebc Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:cd16ef84-54b3-44ee-882a-4c394a4d2ff6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:504da7c1-52eb-42bc-b44a-0d7f1faa86d7 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:5031f03e-dfc2-47ce-8ebf-fd6f4335d4eb ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d05de07e-0b14-4042-bebf-953ef11e82c1 ModelInvariantUuid:011e8fc8-4df1-430d-8eac-1fad12d508e8 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:c6a08ba4-8afd-4a81-bf17-bcf448cb7372 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:7ca99268-6a1f-4474-a966-5d198063a768 ModelInvariantUuid:f50f6039-d581-4ee4-a4be-6aa23e301a4a ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:3708417f-d06d-4dd0-8724-bc3ae2372580 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-11T04:45:14.786Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: dbfff627-9138-41d1-9082-ff2deef9b4d3 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-11T04:45:14.791Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||basic_cnf 0 2022-06-11T04:45:14.791Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dbfff627-9138-41d1-9082-ff2deef9b4d3 2022-06-11T04:45:14.791Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 50c068fd-15af-4806-8987-590e636f02af from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-11T04:45:14.792Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-11T04:45:14.792Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-11T04:45:14.981Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-11T04:45:14.981Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 50c068fd-15af-4806-8987-590e636f02af 12 2022-06-11T04:45:14.982Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-06-11T04:45:14.982Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-11T04:45:14.983Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-11T04:45:14.983Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:45:14.992Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:45:14.992Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922714982, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-11T04:45:15.092Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:45:15.093Z||pool-93-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-11T04:45:15.093Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:45:15.152Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:45:15.153Z||pool-93-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:45:15.993Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6c44936c-cfef-41a6-9f16-4e5bbf99189c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-11T04:45:15.994Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-11T04:45:16.000Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-11T04:45:16.118Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-11T04:45:16.119Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 6c44936c-cfef-41a6-9f16-4e5bbf99189c 2688 2022-06-11T04:45:16.120Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-06-11T04:45:16.120Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-11T04:45:16.120Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-11T04:45:16.121Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:45:16.124Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:45:16.124Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922716120, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-11T04:45:16.225Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:45:16.226Z||pool-94-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-11T04:45:16.228Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:45:16.249Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:45:16.250Z||pool-94-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:45:17.126Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 811da922-0e03-4064-b57c-422882fddcba from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-11T04:45:17.127Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-11T04:45:17.127Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-11T04:45:17.214Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-11T04:45:17.215Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 811da922-0e03-4064-b57c-422882fddcba 828 2022-06-11T04:45:17.216Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-06-11T04:45:17.217Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-11T04:45:17.217Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-11T04:45:17.218Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:45:17.220Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:45:17.221Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922717215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-11T04:45:17.321Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:45:17.322Z||pool-95-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-11T04:45:17.322Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:45:17.345Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:45:17.346Z||pool-95-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-06-11T04:45:18.222Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "504da7c1-52eb-42bc-b44a-0d7f1faa86d7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5031f03e-dfc2-47ce-8ebf-fd6f4335d4eb", "vfModuleModelCustomizationUUID": "44e6364a-65cf-490f-b5ec-2d2e0f7ad7b9", "isBase": true, "artifacts": [ "6c44936c-cfef-41a6-9f16-4e5bbf99189c", "b26ae1c5-6145-4a9f-9a5a-e41dfc13b21e", "ee454abc-2a6a-4ffe-9450-7cc73b3ce33b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "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-11T04:45:18.228Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5031f03e-dfc2-47ce-8ebf-fd6f4335d4eb VfModuleModelInvariantUUID:504da7c1-52eb-42bc-b44a-0d7f1faa86d7 VfModuleModelDescription:NULL Artifacts UUID List:{ 6c44936c-cfef-41a6-9f16-4e5bbf99189c , b26ae1c5-6145-4a9f-9a5a-e41dfc13b21e , ee454abc-2a6a-4ffe-9450-7cc73b3ce33b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy 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-11T04:45:18.232Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "504da7c1-52eb-42bc-b44a-0d7f1faa86d7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5031f03e-dfc2-47ce-8ebf-fd6f4335d4eb", "vfModuleModelCustomizationUUID": "44e6364a-65cf-490f-b5ec-2d2e0f7ad7b9", "isBase": true, "artifacts": [ "6c44936c-cfef-41a6-9f16-4e5bbf99189c", "b26ae1c5-6145-4a9f-9a5a-e41dfc13b21e", "ee454abc-2a6a-4ffe-9450-7cc73b3ce33b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "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-11T04:45:18.232Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5031f03e-dfc2-47ce-8ebf-fd6f4335d4eb VfModuleModelInvariantUUID:504da7c1-52eb-42bc-b44a-0d7f1faa86d7 VfModuleModelDescription:NULL Artifacts UUID List:{ 6c44936c-cfef-41a6-9f16-4e5bbf99189c , b26ae1c5-6145-4a9f-9a5a-e41dfc13b21e , ee454abc-2a6a-4ffe-9450-7cc73b3ce33b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy 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-11T04:45:18.233Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b26ae1c5-6145-4a9f-9a5a-e41dfc13b21e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-11T04:45:18.233Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-11T04:45:18.233Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-11T04:45:18.330Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-11T04:45:18.331Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml b26ae1c5-6145-4a9f-9a5a-e41dfc13b21e 1164 2022-06-11T04:45:18.331Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-06-11T04:45:18.332Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-11T04:45:18.332Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-11T04:45:18.333Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:45:18.335Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:45:18.336Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922718331, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-11T04:45:18.436Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:45:18.438Z||pool-96-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-11T04:45:18.438Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:45:18.459Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:45:18.460Z||pool-96-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:45:19.337Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ee454abc-2a6a-4ffe-9450-7cc73b3ce33b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-11T04:45:19.337Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-11T04:45:19.338Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-11T04:45:19.477Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-11T04:45:19.478Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ee454abc-2a6a-4ffe-9450-7cc73b3ce33b 200 2022-06-11T04:45:19.479Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-06-11T04:45:19.479Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-11T04:45:19.480Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-11T04:45:19.480Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:45:19.482Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:45:19.483Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922719479, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-11T04:45:19.583Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T04:45:19.584Z||pool-97-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-11T04:45:19.584Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:45:19.625Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:45:19.626Z||pool-97-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:45:20.483Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 536bc753-41b0-44d0-80b1-25f07d8a5a1a 2022-06-11T04:45:20.484Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 dbfff627-9138-41d1-9082-ff2deef9b4d3 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 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=? 2022-06-11T04:45:20.509Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported 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-11T04:45:20.514Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@dd146a9, org.onap.sdc.toscaparser.api.parameters.Input@2830ced6, org.onap.sdc.toscaparser.api.parameters.Input@1ef547c9, org.onap.sdc.toscaparser.api.parameters.Input@55e9c44a, org.onap.sdc.toscaparser.api.parameters.Input@528a2450] 2022-06-11T04:45:20.517Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:45:20.517Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:45:20.517Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-06-11T04:45:20.518Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= cd16ef84-54b3-44ee-882a-4c394a4d2ff6 2022-06-11T04:45:20.518Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cd16ef84-54b3-44ee-882a-4c394a4d2ff6 matches Tosca VF Customization UUID: cd16ef84-54b3-44ee-882a-4c394a4d2ff6 2022-06-11T04:45:20.518Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: cd16ef84-54b3-44ee-882a-4c394a4d2ff6 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-11T04:45:20.521Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:45:20.522Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:45:20.523Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id cd16ef84-54b3-44ee-882a-4c394a4d2ff6: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-06-11T04:45:20.523Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@53cd8b3e 2022-06-11T04:45:20.524Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:45:20.524Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-11T04:45:20.524Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 44e6364a-65cf-490f-b5ec-2d2e0f7ad7b9 2022-06-11T04:45:20.525Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 44e6364a-65cf-490f-b5ec-2d2e0f7ad7b9 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-11T04:45:20.528Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:45:20.529Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-11T04:45:20.529Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:45:20.529Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:45:20.530Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-11T04:45:20.530Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:45:20.531Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:45:20.531Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-11T04:45:20.531Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-11T04:45:20.532Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d05de07e-0b14-4042-bebf-953ef11e82c1 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-11T04:45:20.537Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:45:20.538Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-11T04:45:20.538Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:45:20.538Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:45:20.538Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-11T04:45:20.539Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=cd16ef84-54b3-44ee-882a-4c394a4d2ff6 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-11T04:45:20.543Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:45:20.543Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:45:20.544Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 536bc753-41b0-44d0-80b1-25f07d8a5a1a: basic_cnf 2022-06-11T04:45:20.544Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:45:20.544Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:45:20.544Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:45:20.545Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:45:20.545Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:45:20.545Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:45:20.546Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:45:20.546Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:45:20.546Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:45:20.546Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:45:20.547Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf 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: 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 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-11T04:45:20.672Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf dbfff627-9138-41d1-9082-ff2deef9b4d3 1 ASDC deployResourceStructure 2022-06-11T04:45:20.674Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-06-11T04:45:20.674Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-06-11T04:45:20.674Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-11T04:45:20.674Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:45:20.677Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:45:20.677Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922720673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-11T04:45:20.778Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-11T04:45:20.779Z||pool-98-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-11T04:45:20.779Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:45:20.802Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:45:20.803Z||pool-98-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:45:21.678Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-06-11T04:45:21.678Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-06-11T04:45:21.678Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-11T04:45:21.678Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:45:21.681Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:45:21.682Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922721677, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-11T04:45:21.782Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:45:21.783Z||pool-99-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-11T04:45:21.783Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:45:21.803Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:45:21.804Z||pool-99-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-11T04:45:22.692Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-06-11T04:45:22.692Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-11T04:45:22.693Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-11T04:45:22.693Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:45:22.696Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:45:22.696Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922722692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-11T04:45:22.797Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:45:22.799Z||pool-100-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-11T04:45:22.799Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:45:22.837Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:45:22.838Z||pool-100-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} 2022-06-11T04:45:23.698Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-06-11T04:45:23.699Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-11T04:45:23.700Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-11T04:45:23.701Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:45:23.703Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:45:23.703Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922723698, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-11T04:45:23.804Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-11T04:45:23.805Z||pool-101-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-11T04:45:23.806Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:45:23.821Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:45:23.822Z||pool-101-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:45:24.716Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-06-11T04:45:24.718Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-11T04:45:24.718Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-11T04:45:24.721Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:45:24.725Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:45:24.726Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922724716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-11T04:45:24.834Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-06-11T04:45:24.836Z||pool-102-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-11T04:45:24.836Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:45:24.880Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:45:24.881Z||pool-102-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:45:25.727Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-11T04:45:25.727Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-11T04:45:25.727Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-11T04:45:25.728Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:45:25.731Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:45:25.731Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922725727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:45:25.833Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-11T04:45:25.835Z||pool-103-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-11T04:45:25.838Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:45:25.863Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:45:25.864Z||pool-103-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:45:26.731Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b2cba3b-73b0-41d9-85d9-23b3edd9f558 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-11T04:45:26.796Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b2cba3b-73b0-41d9-85d9-23b3edd9f558 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-11T04:45:26.821Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-11T04:45:26.821Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-11T04:45:26.822Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-11T04:45:26.822Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-11T04:45:26.823Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:45:26.823Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:45:26.823Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:45:26.824Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:45:26.824Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:45:26.824Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T04:45:26.825Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|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-11T04:45:26.851Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-11T04:45:56.852Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3b2cba3b-73b0-41d9-85d9-23b3edd9f558 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-11T04:45:56.860Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3b2cba3b-73b0-41d9-85d9-23b3edd9f558 and serviceModelVersionId: 536bc753-41b0-44d0-80b1-25f07d8a5a1a 2022-06-11T04:45:56.860Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fce0e6e-c986-4f23-87ec-523d0b2a61cb 2022-06-11T04:45:56.861Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fce0e6e-c986-4f23-87ec-523d0b2a61cb/model-vers/model-ver/536bc753-41b0-44d0-80b1-25f07d8a5a1a?depth=0 2022-06-11T04:45:56.865Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-06-11T04:45:56.935Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fce0e6e-c986-4f23-87ec-523d0b2a61cb/model-vers/model-ver/536bc753-41b0-44d0-80b1-25f07d8a5a1a?depth=0|INFO|500||Invoke 2022-06-11T04:45:56.936Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fce0e6e-c986-4f23-87ec-523d0b2a61cb/model-vers/model-ver/536bc753-41b0-44d0-80b1-25f07d8a5a1a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fce0e6e-c986-4f23-87ec-523d0b2a61cb/model-vers/model-ver/536bc753-41b0-44d0-80b1-25f07d8a5a1a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3b2cba3b-73b0-41d9-85d9-23b3edd9f558], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[62cdb1af-9752-4726-9d75-ac67b9a8852e], X-ECOMP-RequestID=[3b2cba3b-73b0-41d9-85d9-23b3edd9f558], X-TransactionId=[], X-ONAP-RequestID=[3b2cba3b-73b0-41d9-85d9-23b3edd9f558], Content-Type=[application/merge-patch+json]} 2022-06-11T04:45:56.969Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fce0e6e-c986-4f23-87ec-523d0b2a61cb/model-vers/model-ver/536bc753-41b0-44d0-80b1-25f07d8a5a1a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-11T04:45:57.094Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fce0e6e-c986-4f23-87ec-523d0b2a61cb/model-vers/model-ver/536bc753-41b0-44d0-80b1-25f07d8a5a1a?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/9fce0e6e-c986-4f23-87ec-523d0b2a61cb/model-vers/model-ver/536bc753-41b0-44d0-80b1-25f07d8a5a1a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220611-04:45:56:735-74346], vertex-id=[241904], Content-Length=[0], Date=[Sat, 11 Jun 2022 04:45:56 GMT], Content-Type=[application/json]} 2022-06-11T04:45:57.094Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fce0e6e-c986-4f23-87ec-523d0b2a61cb/model-vers/model-ver/536bc753-41b0-44d0-80b1-25f07d8a5a1a?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-11T04:45:57.096Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fce0e6e-c986-4f23-87ec-523d0b2a61cb/model-vers/model-ver/536bc753-41b0-44d0-80b1-25f07d8a5a1a?depth=0|INFO|500||InvokeReturn 2022-06-11T04:45:57.097Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-11T04:45:57.097Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|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-11T04:45:57.104Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|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-11T04:45:57.104Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3b2cba3b-73b0-41d9-85d9-23b3edd9f558 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-11T04:45:57.105Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-11T04:45:57.106Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:45:57.108Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:45:57.109Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922757105, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-11T04:45:57.209Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:45:57.212Z||pool-104-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-11T04:45:57.212Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:45:57.238Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:45:57.238Z||pool-104-thread-1|||||INFO|500||cambria reply ok (29 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-11T04:45:58.128Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:45:58.129Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|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-11T04:45:58.130Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:46:08.480Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:46:08.483Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:46:08.487Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-11T04:46:08.488Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:46:14.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:46:14.336Z||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-11T04:46:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:46:14.376Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:46:14.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-11T04:46:14.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:46:14.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-11T04:46:18.052Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:46:18.054Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:46:18.055Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-11T04:46:18.056Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:46:27.607Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:46:27.608Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:46:27.609Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-11T04:46:27.609Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:46:37.183Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:46:37.185Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:46:37.186Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-11T04:46:37.186Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:46:46.744Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:46:46.745Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:46:46.745Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-11T04:46:46.745Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:46:56.304Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:47:14.328Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:47:14.329Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-11T04:47:14.330Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:47:14.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:47:14.335Z||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-11T04:47:14.335Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:47:14.386Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:47:14.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-11T04:47:14.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-11T04:47:14.390Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-11T04:47:14.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-11T04:47:14.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:47:14.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-11T04:47:14.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-11T04:47:14.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:47:14.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-11T04:47:14.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-11T04:47:14.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922659272, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:47:14.392Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:47:14.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-11T04:47:14.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922662816, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-11T04:47:14.393Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:47:14.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-11T04:47:14.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922663920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-11T04:47:14.394Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:47:14.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-11T04:47:14.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922665225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-11T04:47:14.395Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:47:14.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-11T04:47:14.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922666507, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-11T04:47:14.396Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:47:14.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-11T04:47:14.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922667512, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-11T04:47:14.397Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:47:14.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-11T04:47:14.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922668526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-11T04:47:14.397Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:47:14.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-11T04:47:14.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922669532, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:47:14.398Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:47:14.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-11T04:47:14.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d54d4c3-e625-4697-be76-bac24d077d40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922700946, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-11T04:47:14.399Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:47:14.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-11T04:47:14.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:47:14.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-11T04:47:14.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-11T04:47:14.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-11T04:47:14.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-11T04:47:14.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-11T04:47:14.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-11T04:47:14.401Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-11T04:47:14.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-11T04:47:14.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-11T04:47:14.401Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-11T04:47:14.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-11T04:47:14.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-11T04:47:14.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-11T04:47:14.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-11T04:47:14.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:47:14.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-11T04:47:14.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-11T04:47:14.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-11T04:47:14.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-11T04:47:14.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-11T04:47:14.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:47:14.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-11T04:47:14.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-11T04:47:14.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922512498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:47:14.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-11T04:47:14.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-11T04:47:14.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922711350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:47:14.404Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:47:23.890Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:48:14.327Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:48:14.328Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|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-11T04:48:14.329Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:48:14.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:48:14.335Z||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-11T04:48:14.335Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:48:14.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:48:14.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:48:14.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922714982, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-11T04:48:14.878Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:48:14.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:48:14.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922716120, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-11T04:48:14.879Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:48:14.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:48:14.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922717215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-11T04:48:14.879Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:48:14.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:48:14.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922718331, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-11T04:48:14.879Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:48:14.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:48:14.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922719479, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-11T04:48:14.880Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:48:14.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:48:14.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922720673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-11T04:48:14.880Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:48:14.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:48:14.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922721677, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-11T04:48:14.880Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:48:14.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:48:14.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922722692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-11T04:48:14.881Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:48:14.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:48:14.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922723698, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-11T04:48:14.881Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:48:14.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:48:14.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922724716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-11T04:48:14.882Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:48:14.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:48:14.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922725727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:48:14.882Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:48:14.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-11T04:48:14.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b2cba3b-73b0-41d9-85d9-23b3edd9f558", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654922757105, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-11T04:48:14.882Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:48:23.906Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:49:14.328Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:49:14.329Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|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-11T04:49:14.329Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:49:14.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:49:14.335Z||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-11T04:49:14.335Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:49:23.928Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:49:23.932Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:50:14.327Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:50:14.328Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|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-11T04:50:14.329Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:50:14.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:50:14.337Z||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-11T04:50:14.337Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:50:23.938Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:50:23.953Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:51:14.328Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:51:14.330Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|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-11T04:51:14.330Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:51:14.335Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:51:14.336Z|01b87979-26c3-43a5-b084-3eda80250d19|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-11T04:51:14.337Z|01b87979-26c3-43a5-b084-3eda80250d19|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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:51:23.919Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:51:23.918Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:52:14.328Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:52:14.332Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|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-11T04:52:14.333Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:52:14.334Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:52:14.336Z|01b87979-26c3-43a5-b084-3eda80250d19|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-11T04:52:14.337Z|01b87979-26c3-43a5-b084-3eda80250d19|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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:52:23.916Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:52:23.917Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:53:14.327Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:53:14.329Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|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-11T04:53:14.329Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:53:14.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:53:14.340Z||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-11T04:53:14.340Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:53:23.902Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:53:23.927Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:54:14.328Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:54:14.330Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|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-11T04:54:14.330Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:54:14.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:54:14.336Z||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-11T04:54:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:54:23.893Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:54:23.916Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:55:14.327Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:55:14.328Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|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-11T04:55:14.329Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:55:14.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:55:14.336Z||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-11T04:55:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:55:23.922Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:55:23.924Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:56:14.327Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:56:14.329Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|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-11T04:56:14.329Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:56:14.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:56:14.336Z||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-11T04:56:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:56:23.909Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:56:23.918Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:57:14.327Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:57:14.329Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|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-11T04:57:14.329Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:57:14.334Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:57:14.335Z|01b87979-26c3-43a5-b084-3eda80250d19|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-11T04:57:14.335Z|01b87979-26c3-43a5-b084-3eda80250d19|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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:57:23.923Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:57:23.942Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:58:14.327Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:58:14.328Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|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-11T04:58:14.328Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:58:14.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:58:14.335Z||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-11T04:58:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:58:14.519Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:58:14.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "ves-openapi-manager", "timestamp": 1654923462554, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.542Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.543Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "multicloud-k8s-id", "timestamp": 1654923467082, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.543Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.544Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "aai-ml", "timestamp": 1654923461352, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.544Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "policy-id", "timestamp": 1654923461970, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.545Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "multicloud-k8s-id", "timestamp": 1654923467082, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-11T04:58:14.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "ves-openapi-manager", "timestamp": 1654923462554, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.547Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "aai-ml", "timestamp": 1654923461352, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.551Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "policy-id", "timestamp": 1654923461970, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.552Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "ves-openapi-manager", "timestamp": 1654923462554, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "multicloud-k8s-id", "timestamp": 1654923467082, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-11T04:58:14.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "aai-ml", "timestamp": 1654923461352, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "policy-id", "timestamp": 1654923461970, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-11T04:58:14.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "ves-openapi-manager", "timestamp": 1654923462554, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "multicloud-k8s-id", "timestamp": 1654923467082, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "aai-ml", "timestamp": 1654923461352, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "policy-id", "timestamp": 1654923461970, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.556Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "cds", "timestamp": 1654923473470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.557Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "multicloud-k8s-id", "timestamp": 1654923467082, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-11T04:58:14.557Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "ves-openapi-manager", "timestamp": 1654923462554, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.558Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "policy-id", "timestamp": 1654923461970, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.559Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "aai-ml", "timestamp": 1654923461352, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "cds", "timestamp": 1654923473470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.561Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "multicloud-k8s-id", "timestamp": 1654923467082, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-11T04:58:14.562Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "ves-openapi-manager", "timestamp": 1654923462554, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.562Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "aai-ml", "timestamp": 1654923461352, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "policy-id", "timestamp": 1654923461970, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "cds", "timestamp": 1654923473470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "ves-openapi-manager", "timestamp": 1654923462554, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "multicloud-k8s-id", "timestamp": 1654923467082, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-11T04:58:14.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "aai-ml", "timestamp": 1654923461352, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "policy-id", "timestamp": 1654923461970, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "cds", "timestamp": 1654923473470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "ves-openapi-manager", "timestamp": 1654923462554, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "multicloud-k8s-id", "timestamp": 1654923467082, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "aai-ml", "timestamp": 1654923461352, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.569Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "policy-id", "timestamp": 1654923461970, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "cds", "timestamp": 1654923473470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "ves-openapi-manager", "timestamp": 1654923462554, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "multicloud-k8s-id", "timestamp": 1654923467082, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "aai-ml", "timestamp": 1654923461352, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "policy-id", "timestamp": 1654923461970, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "cds", "timestamp": 1654923473470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "ves-openapi-manager", "timestamp": 1654923462554, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "multicloud-k8s-id", "timestamp": 1654923467082, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:58:14.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "aai-ml", "timestamp": 1654923461352, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:58:14.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "policy-id", "timestamp": 1654923461970, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:58:14.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "cds", "timestamp": 1654923473470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "clamp", "timestamp": 1654923479601, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "multicloud-k8s-id", "timestamp": 1654923480702, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-11T04:58:14.578Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:58:14.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "policy-id", "timestamp": 1654923481080, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:58:14.580Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:58:14.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "aai-ml", "timestamp": 1654923481114, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:58:14.581Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:58:14.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "cds", "timestamp": 1654923473470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "clamp", "timestamp": 1654923479601, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-11T04:58:14.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "policy-id", "timestamp": 1654923482087, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:58:14.584Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:58:14.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "multicloud-k8s-id", "timestamp": 1654923481841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-11T04:58:14.586Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:58:14.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654923480987, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "cds", "timestamp": 1654923473470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.587Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "clamp", "timestamp": 1654923479601, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "policy-id", "timestamp": 1654923483091, "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-11T04:58:14.627Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a815c62b-84ee-4822-891e-8a9a01cef100 2022-06-11T04:58:14.627Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a815c62b-84ee-4822-891e-8a9a01cef100 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-11T04:58:14.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654923480987, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "cds", "timestamp": 1654923473470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:58:14.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "ves-openapi-manager", "timestamp": 1654923482554, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "clamp", "timestamp": 1654923479601, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.647Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "multicloud-k8s-id", "timestamp": 1654923483013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-11T04:58:14.648Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:58:14.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654923480987, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "ves-openapi-manager", "timestamp": 1654923482554, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "clamp", "timestamp": 1654923479601, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.650Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "cds", "timestamp": 1654923483881, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:58:14.650Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:58:14.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "multicloud-k8s-id", "timestamp": 1654923484185, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-11T04:58:14.651Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:58:14.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "policy-id", "timestamp": 1654923484096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.651Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654923480987, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.652Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "ves-openapi-manager", "timestamp": 1654923482554, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "clamp", "timestamp": 1654923479601, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "multicloud-k8s-id", "timestamp": 1654923485256, "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-11T04:58:14.666Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a815c62b-84ee-4822-891e-8a9a01cef100 2022-06-11T04:58:14.667Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a815c62b-84ee-4822-891e-8a9a01cef100 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-11T04:58:14.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "policy-id", "timestamp": 1654923484096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.676Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654923480987, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.676Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "ves-openapi-manager", "timestamp": 1654923482554, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.677Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "clamp", "timestamp": 1654923479601, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.677Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "multicloud-k8s-id", "timestamp": 1654923486260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-11T04:58:14.677Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:58:14.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "policy-id", "timestamp": 1654923484096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "cds", "timestamp": 1654923486432, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-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-11T04:58:14.686Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a815c62b-84ee-4822-891e-8a9a01cef100 2022-06-11T04:58:14.687Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a815c62b-84ee-4822-891e-8a9a01cef100 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-11T04:58:14.702Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.703Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654923480987, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.704Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "ves-openapi-manager", "timestamp": 1654923482554, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.704Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.705Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "clamp", "timestamp": 1654923479601, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "policy-id", "timestamp": 1654923484096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654923480987, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "multicloud-k8s-id", "timestamp": 1654923487276, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "ves-openapi-manager", "timestamp": 1654923482554, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "clamp", "timestamp": 1654923479601, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.709Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "policy-id", "timestamp": 1654923484096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.710Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654923480987, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.710Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "multicloud-k8s-id", "timestamp": 1654923487276, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.713Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "ves-openapi-manager", "timestamp": 1654923482554, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-11T04:58:14.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "clamp", "timestamp": 1654923479601, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:58:14.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "cds", "timestamp": 1654923488470, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "aai-ml", "timestamp": 1654923489822, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:58:14.716Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:58:14.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "policy-id", "timestamp": 1654923484096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654923480987, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "ves-openapi-manager", "timestamp": 1654923482554, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.719Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "multicloud-k8s-id", "timestamp": 1654923487276, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "cds", "timestamp": 1654923488470, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "aai-ml", "timestamp": 1654923490829, "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-11T04:58:14.759Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a815c62b-84ee-4822-891e-8a9a01cef100 2022-06-11T04:58:14.760Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a815c62b-84ee-4822-891e-8a9a01cef100 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-11T04:58:14.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "policy-id", "timestamp": 1654923484096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654923480987, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:58:14.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "ves-openapi-manager", "timestamp": 1654923482554, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "multicloud-k8s-id", "timestamp": 1654923487276, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "cds", "timestamp": 1654923488470, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "policy-id", "timestamp": 1654923484096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "multicloud-k8s-id", "timestamp": 1654923487276, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654923491900, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:58:14.783Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:58:14.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "aai-ml", "timestamp": 1654923491834, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "cds", "timestamp": 1654923488470, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "ves-openapi-manager", "timestamp": 1654923492701, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-11T04:58:14.785Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:58:14.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "policy-id", "timestamp": 1654923484096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:58:14.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "multicloud-k8s-id", "timestamp": 1654923487276, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "aai-ml", "timestamp": 1654923491834, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "cds", "timestamp": 1654923488470, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:14.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-11T04:58:14.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "ves-openapi-manager", "timestamp": 1654923493736, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-11T04:58:14.787Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:58:14.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "policy-id", "timestamp": 1654923493965, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:58:14.787Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:58:14.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "clamp", "timestamp": 1654923494124, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:58:14.788Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T04:58:14.973Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:58:14.975Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-11T04:58:14.975Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"a815c62b-84ee-4822-891e-8a9a01cef100","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"53997a1f-7429-4e00-aa1b-14b92fc57a42","serviceDescription":"service","serviceInvariantUUID":"f2c1d275-daf4-44c0-9cf7-358ee09c4c67","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9f57941d-665d-4709-b691-3fffd7995b82","resourceInvariantUUID":"9656f42c-3f7d-4daa-9c9d-6b0b18af6c48","resourceCustomizationUUID":"9fece54e-bf60-4c7d-9f9d-5beabefba532","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"OTcxMzBkNDUyNDI1OWM0ZTQxYjVlY2VkOWViZTYyNzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f8fdc390-e1e0-4ea7-82c0-b96b7d534333","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"ZDIwODcyZWFiN2Y5NzgzODk3NjI2NjQyNmM4ZGNlNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"93fe0034-fd0a-4c91-9bb5-e5c5b513b42e","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e0b89621-c00d-4362-8606-2f090de50fed","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"aec109eb-5f56-4ef7-96dc-f83e4c7a183c","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f3bceb55-2464-4b9d-82de-437484e75d49","artifactVersion":"2","generatedFromUUID":"e7e57166-d79d-4ac8-ae1a-35931dbafd95"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"73b8b96e-80d5-42bf-b51c-5b49924d53ac","artifactVersion":"2","generatedFromUUID":"e0b89621-c00d-4362-8606-2f090de50fed"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e7e57166-d79d-4ac8-ae1a-35931dbafd95","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0a47c124-c46a-4c82-b852-412c31f4b422","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"MzU2NmIyNDJjYTVhYTdkNmUxZmU1YTVkZWRkZGIyYzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4129f8a9-11c4-4db4-86b3-20c9c4b29b98","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NWQwZjI4NmQ1YTU1NjMxNmU2ZjNkNWU4Njg5ZWVkMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5340165-fad7-45d2-a30b-53561345063e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-11T04:58:14.979Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:58:14.979Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:58:14.986Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:58:14.986Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:15.092Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-06-11T04:58:15.101Z||pool-105-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-11T04:58:15.102Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:58:15.171Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:58:15.172Z||pool-105-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:58:15.987Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:58:15.987Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:58:15.989Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:58:15.989Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-11T04:58:16.089Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T04:58:16.091Z||pool-106-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-11T04:58:16.091Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:58:16.115Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:58:16.115Z||pool-106-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-06-11T04:58:16.990Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:58:16.991Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:58:16.994Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:58:16.994Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-11T04:58:17.094Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T04:58:17.096Z||pool-107-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-11T04:58:17.096Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:58:17.111Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:58:17.111Z||pool-107-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:58:17.995Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:58:17.996Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:58:17.999Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:58:17.999Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:18.099Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T04:58:18.100Z||pool-108-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-11T04:58:18.100Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:58:18.116Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:58:18.117Z||pool-108-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:58:19.000Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:58:19.000Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:58:19.003Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:58:19.004Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-11T04:58:19.104Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T04:58:19.105Z||pool-109-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-11T04:58:19.105Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:58:19.126Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:58:19.127Z||pool-109-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-11T04:58:20.005Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:58:20.005Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:58:20.008Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:58:20.008Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-11T04:58:20.108Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T04:58:20.109Z||pool-110-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-11T04:58:20.110Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:58:20.127Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:58:20.128Z||pool-110-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:58:21.009Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:58:21.010Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:58:21.013Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:58:21.014Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-11T04:58:21.114Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:58:21.115Z||pool-111-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-11T04:58:21.115Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:58:21.138Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:58:21.139Z||pool-111-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:58:22.015Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:58:22.015Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:58:22.021Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:58:22.021Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:22.121Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:58:22.122Z||pool-112-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-11T04:58:22.122Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:58:22.142Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:58:22.143Z||pool-112-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-11T04:58:23.024Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:58:23.024Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:58:23.029Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:58:23.029Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T04:58:23.129Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-11T04:58:23.130Z||pool-113-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-11T04:58:23.130Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:58:23.165Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:58:23.166Z||pool-113-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:58:24.030Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T04:58:24.032Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:58:24.036Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:58:24.036Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-11T04:58:24.135Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-11T04:58:24.136Z||pool-114-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-11T04:58:24.136Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:58:24.155Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:58:24.156Z||pool-114-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:58:25.040Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "53997a1f-7429-4e00-aa1b-14b92fc57a42", "serviceDescription": "service", "serviceInvariantUUID": "f2c1d275-daf4-44c0-9cf7-358ee09c4c67", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "9fece54e-bf60-4c7d-9f9d-5beabefba532", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9f57941d-665d-4709-b691-3fffd7995b82", "resourceInvariantUUID": "9656f42c-3f7d-4daa-9c9d-6b0b18af6c48", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "ZDIwODcyZWFiN2Y5NzgzODk3NjI2NjQyNmM4ZGNlNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "93fe0034-fd0a-4c91-9bb5-e5c5b513b42e", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e0b89621-c00d-4362-8606-2f090de50fed", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "73b8b96e-80d5-42bf-b51c-5b49924d53ac", "generatedFromUUID": "e0b89621-c00d-4362-8606-2f090de50fed" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f3bceb55-2464-4b9d-82de-437484e75d49", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "73b8b96e-80d5-42bf-b51c-5b49924d53ac", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e7e57166-d79d-4ac8-ae1a-35931dbafd95", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NWQwZjI4NmQ1YTU1NjMxNmU2ZjNkNWU4Njg5ZWVkMWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f5340165-fad7-45d2-a30b-53561345063e" } ], "workloadContext": "Production" } 2022-06-11T04:58:25.041Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-11T04:58:25.041Z|3b2cba3b-73b0-41d9-85d9-23b3edd9f558|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 53997a1f-7429-4e00-aa1b-14b92fc57a42 ASDC 2022-06-11T04:58:25.042Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:a815c62b-84ee-4822-891e-8a9a01cef100 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:53997a1f-7429-4e00-aa1b-14b92fc57a42 ServiceInvariantUUID:f2c1d275-daf4-44c0-9cf7-358ee09c4c67 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:f5340165-fad7-45d2-a30b-53561345063e ArtifactChecksum:NWQwZjI4NmQ1YTU1NjMxNmU2ZjNkNWU4Njg5ZWVkMWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:9fece54e-bf60-4c7d-9f9d-5beabefba532 ResourceInvariantUUID:9656f42c-3f7d-4daa-9c9d-6b0b18af6c48 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:9f57941d-665d-4709-b691-3fffd7995b82 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:93fe0034-fd0a-4c91-9bb5-e5c5b513b42e ArtifactChecksum:ZDIwODcyZWFiN2Y5NzgzODk3NjI2NjQyNmM4ZGNlNmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:e0b89621-c00d-4362-8606-2f090de50fed ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:73b8b96e-80d5-42bf-b51c-5b49924d53ac ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:f3bceb55-2464-4b9d-82de-437484e75d49 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:73b8b96e-80d5-42bf-b51c-5b49924d53ac ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:e7e57166-d79d-4ac8-ae1a-35931dbafd95 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-11T04:58:25.042Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 53997a1f-7429-4e00-aa1b-14b92fc57a42 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-11T04:58:25.200Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-11T04:58:25.205Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-11T04:58:25.205Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-11T04:58:25.206Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f5340165-fad7-45d2-a30b-53561345063e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-11T04:58:25.206Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-11T04:58:25.206Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-11T04:58:25.415Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-11T04:58:25.427Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar f5340165-fad7-45d2-a30b-53561345063e 158209 2022-06-11T04:58:25.427Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-11T04:58:25.428Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-11T04:58:25.428Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-11T04:58:25.428Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:58:25.430Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:58:25.431Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923505427, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T04:58:25.531Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:58:25.532Z||pool-115-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-11T04:58:25.532Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:58:25.564Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:58:25.568Z||pool-115-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2022-06-11T04:58:26.432Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-11T04:58:26.433Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-11T04:58:26.434Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f5340165-fad7-45d2-a30b-53561345063e, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-11T04:58:26.434Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-06-11T04:58:26.436Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-11T04:58:26.436Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-11T04:58:26.745Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2479317972225277370/Definitions/service-BasicCnfMacro-template.yml 2022-06-11T04:58:28.976Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-11T04:58:28.977Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-11T04:58:28.977Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-11T04:58:28.977Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-11T04:58:28.977Z|a815c62b-84ee-4822-891e-8a9a01cef100|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-BasicCnfMacro-csar.csar 2022-06-11T04:58:28.977Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-11T04:58:28.978Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-11T04:58:28.978Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-11T04:58:28.978Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-11T04:58:28.978Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:58:28.979Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:58:28.979Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-11T04:58:28.979Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-11T04:58:28.980Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-11T04:58:28.980Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:58:28.980Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:58:28.983Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-11T04:58:28.984Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-11T04:58:28.984Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-11T04:58:28.984Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:58:28.985Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:58:28.985Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:58:28.985Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-11T04:58:28.985Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-06-11T04:58:28.986Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-06-11T04:58:28.986Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-11T04:58:28.986Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:58:28.986Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-11T04:58:28.987Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:58:28.987Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-11T04:58:28.987Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:58:28.988Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:58:28.988Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-11T04:58:28.988Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:58:28.988Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:58:28.989Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-11T04:58:28.989Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:58:28.989Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:58:28.989Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-11T04:58:28.989Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:58:28.990Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:58:28.990Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-11T04:58:28.990Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-06-11T04:58:28.990Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=535cacf5-f2ee-4623-bfce-c3d2d6f10804 2022-06-11T04:58:28.991Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:58:28.991Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:58:28.991Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:58:28.992Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:58:28.992Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:58:28.992Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:58:28.992Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:58:28.992Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:58:28.993Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:53997a1f-7429-4e00-aa1b-14b92fc57a42 Model Version:NULL Model InvariantUuid:f2c1d275-daf4-44c0-9cf7-358ee09c4c67 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:78f19428-4166-4e1b-ac93-fb89dd8c47f4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9656f42c-3f7d-4daa-9c9d-6b0b18af6c48 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9fece54e-bf60-4c7d-9f9d-5beabefba532 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e9bdcb39-2785-4d64-ae5c-61110d9d7750 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:881fde1d-dade-41d7-8005-d0291fef9859 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:4ade715c-6192-46e2-96b8-d3cc0c6411fb ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:6900f5d0-8ac2-4db2-8bba-8fa65f462fb5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:535cacf5-f2ee-4623-bfce-c3d2d6f10804 ModelInvariantUuid:8961872f-2236-49e7-b237-14fcbb8ea962 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:fbfa5c87-54f3-4162-ae10-bf1ced67a1fa ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:20dc1db3-27be-4e8b-adf4-f9abd2d3fed5 ModelInvariantUuid:3f8b02c7-97fd-47a8-bc22-03c73feecde7 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:f1744692-501e-48b6-94e0-2e47cbac82d0 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-11T04:58:29.013Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 9f57941d-665d-4709-b691-3fffd7995b82 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-11T04:58:29.020Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0 2022-06-11T04:58:29.021Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9f57941d-665d-4709-b691-3fffd7995b82 2022-06-11T04:58:29.021Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 93fe0034-fd0a-4c91-9bb5-e5c5b513b42e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-11T04:58:29.021Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-11T04:58:29.021Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-11T04:58:29.255Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-11T04:58:29.256Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 93fe0034-fd0a-4c91-9bb5-e5c5b513b42e 1565 2022-06-11T04:58:29.256Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-06-11T04:58:29.256Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-11T04:58:29.256Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-11T04:58:29.257Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:58:29.263Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:58:29.263Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923509256, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-11T04:58:29.365Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-11T04:58:29.366Z||pool-116-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-11T04:58:29.366Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:58:29.382Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:58:29.383Z||pool-116-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:58:30.264Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "4ade715c-6192-46e2-96b8-d3cc0c6411fb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6900f5d0-8ac2-4db2-8bba-8fa65f462fb5", "vfModuleModelCustomizationUUID": "3bcbd5d6-7dbc-480b-8884-ed4abb7ff266", "isBase": true, "artifacts": [ "e0b89621-c00d-4362-8606-2f090de50fed", "73b8b96e-80d5-42bf-b51c-5b49924d53ac" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "e9bdcb39-2785-4d64-ae5c-61110d9d7750", "vfModuleModelVersion": "1", "vfModuleModelUUID": "881fde1d-dade-41d7-8005-d0291fef9859", "vfModuleModelCustomizationUUID": "0cb8da7d-31f7-4c3d-a488-232bc37f5795", "isBase": false, "artifacts": [ "e7e57166-d79d-4ac8-ae1a-35931dbafd95" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-11T04:58:30.270Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6900f5d0-8ac2-4db2-8bba-8fa65f462fb5 VfModuleModelInvariantUUID:4ade715c-6192-46e2-96b8-d3cc0c6411fb VfModuleModelDescription:NULL Artifacts UUID List:{ e0b89621-c00d-4362-8606-2f090de50fed , 73b8b96e-80d5-42bf-b51c-5b49924d53ac } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore 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 , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:881fde1d-dade-41d7-8005-d0291fef9859 VfModuleModelInvariantUUID:e9bdcb39-2785-4d64-ae5c-61110d9d7750 VfModuleModelDescription:NULL Artifacts UUID List:{ e7e57166-d79d-4ac8-ae1a-35931dbafd95 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-06-11T04:58:30.275Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "4ade715c-6192-46e2-96b8-d3cc0c6411fb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6900f5d0-8ac2-4db2-8bba-8fa65f462fb5", "vfModuleModelCustomizationUUID": "3bcbd5d6-7dbc-480b-8884-ed4abb7ff266", "isBase": true, "artifacts": [ "e0b89621-c00d-4362-8606-2f090de50fed", "73b8b96e-80d5-42bf-b51c-5b49924d53ac" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "e9bdcb39-2785-4d64-ae5c-61110d9d7750", "vfModuleModelVersion": "1", "vfModuleModelUUID": "881fde1d-dade-41d7-8005-d0291fef9859", "vfModuleModelCustomizationUUID": "0cb8da7d-31f7-4c3d-a488-232bc37f5795", "isBase": false, "artifacts": [ "e7e57166-d79d-4ac8-ae1a-35931dbafd95" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-11T04:58:30.276Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6900f5d0-8ac2-4db2-8bba-8fa65f462fb5 VfModuleModelInvariantUUID:4ade715c-6192-46e2-96b8-d3cc0c6411fb VfModuleModelDescription:NULL Artifacts UUID List:{ e0b89621-c00d-4362-8606-2f090de50fed , 73b8b96e-80d5-42bf-b51c-5b49924d53ac } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore 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 , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:881fde1d-dade-41d7-8005-d0291fef9859 VfModuleModelInvariantUUID:e9bdcb39-2785-4d64-ae5c-61110d9d7750 VfModuleModelDescription:NULL Artifacts UUID List:{ e7e57166-d79d-4ac8-ae1a-35931dbafd95 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-06-11T04:58:30.276Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e0b89621-c00d-4362-8606-2f090de50fed from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-11T04:58:30.276Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-11T04:58:30.277Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-11T04:58:30.388Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-11T04:58:30.388Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml e0b89621-c00d-4362-8606-2f090de50fed 914 2022-06-11T04:58:30.389Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-06-11T04:58:30.389Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-11T04:58:30.389Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-11T04:58:30.390Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:58:30.392Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:58:30.392Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923510389, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-11T04:58:30.492Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:58:30.493Z||pool-117-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-11T04:58:30.494Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:58:30.510Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:58:30.512Z||pool-117-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-11T04:58:31.393Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f3bceb55-2464-4b9d-82de-437484e75d49 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-11T04:58:31.393Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-11T04:58:31.393Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-11T04:58:31.495Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-11T04:58:31.496Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env f3bceb55-2464-4b9d-82de-437484e75d49 12 2022-06-11T04:58:31.496Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-06-11T04:58:31.496Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-11T04:58:31.496Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-11T04:58:31.497Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:58:31.500Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:58:31.500Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923511496, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-11T04:58:31.600Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T04:58:31.601Z||pool-118-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-11T04:58:31.601Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:58:31.618Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:58:31.618Z||pool-118-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:58:32.501Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 73b8b96e-80d5-42bf-b51c-5b49924d53ac from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-11T04:58:32.501Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-11T04:58:32.501Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-11T04:58:32.721Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-11T04:58:32.721Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 73b8b96e-80d5-42bf-b51c-5b49924d53ac 96 2022-06-11T04:58:32.722Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-06-11T04:58:32.722Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-11T04:58:32.722Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-11T04:58:32.722Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:58:32.724Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:58:32.724Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923512722, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-11T04:58:32.824Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:58:32.826Z||pool-119-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-11T04:58:32.827Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:58:32.875Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:58:32.875Z||pool-119-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:58:33.725Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e7e57166-d79d-4ac8-ae1a-35931dbafd95 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-11T04:58:33.725Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-11T04:58:33.725Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-11T04:58:33.847Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-11T04:58:33.847Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz e7e57166-d79d-4ac8-ae1a-35931dbafd95 20206 2022-06-11T04:58:33.848Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-06-11T04:58:33.848Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-11T04:58:33.848Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-11T04:58:33.848Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:58:33.853Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:58:33.854Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923513848, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-11T04:58:33.951Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-11T04:58:33.953Z||pool-120-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-11T04:58:33.953Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:58:33.988Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:58:33.989Z||pool-120-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:58:34.857Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 53997a1f-7429-4e00-aa1b-14b92fc57a42 2022-06-11T04:58:34.857Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 9f57941d-665d-4709-b691-3fffd7995b82 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 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-11T04:58:34.867Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@22ff92b, org.onap.sdc.toscaparser.api.parameters.Input@1811ef2e, org.onap.sdc.toscaparser.api.parameters.Input@b92f34f, org.onap.sdc.toscaparser.api.parameters.Input@46d20d8f, org.onap.sdc.toscaparser.api.parameters.Input@3bc942df] 2022-06-11T04:58:34.869Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:58:34.869Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:58:34.869Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-06-11T04:58:34.870Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 9fece54e-bf60-4c7d-9f9d-5beabefba532 2022-06-11T04:58:34.870Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9fece54e-bf60-4c7d-9f9d-5beabefba532 matches Tosca VF Customization UUID: 9fece54e-bf60-4c7d-9f9d-5beabefba532 2022-06-11T04:58:34.870Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 9fece54e-bf60-4c7d-9f9d-5beabefba532 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-11T04:58:34.874Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:58:34.874Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:58:34.876Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 9fece54e-bf60-4c7d-9f9d-5beabefba532: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-06-11T04:58:34.876Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@664af9bb 2022-06-11T04:58:34.876Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:58:34.876Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-11T04:58:34.877Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0cb8da7d-31f7-4c3d-a488-232bc37f5795 2022-06-11T04:58:34.877Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0cb8da7d-31f7-4c3d-a488-232bc37f5795 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-11T04:58:34.880Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:58:34.881Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-11T04:58:34.882Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:58:34.882Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:58:34.882Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-11T04:58:34.882Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-11T04:58:34.883Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:58:34.883Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-11T04:58:34.883Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=9fece54e-bf60-4c7d-9f9d-5beabefba532 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-11T04:58:34.887Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:58:34.887Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:58:34.888Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 53997a1f-7429-4e00-aa1b-14b92fc57a42: basic_cnf_macro 2022-06-11T04:58:34.888Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:58:34.888Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:58:34.888Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:58:34.889Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:58:34.889Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:58:34.889Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:58:34.890Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:58:34.890Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:58:34.890Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T04:58:34.890Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T04:58:34.890Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf_macro 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 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: 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 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-11T04:58:34.959Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 9f57941d-665d-4709-b691-3fffd7995b82 2 ASDC deployResourceStructure 2022-06-11T04:58:34.960Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-06-11T04:58:34.960Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-11T04:58:34.960Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-11T04:58:34.960Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:58:34.963Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:58:34.964Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923514960, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-11T04:58:35.064Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:58:35.065Z||pool-121-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-11T04:58:35.065Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:58:35.080Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:58:35.081Z||pool-121-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-11T04:58:35.965Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-06-11T04:58:35.965Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-11T04:58:35.965Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-11T04:58:35.966Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:58:35.969Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:58:35.969Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923515965, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-11T04:58:36.069Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:58:36.071Z||pool-122-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-11T04:58:36.071Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:58:36.087Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:58:36.087Z||pool-122-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:58:36.970Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-06-11T04:58:36.970Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-06-11T04:58:36.971Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-11T04:58:36.971Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:58:36.973Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:58:36.973Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923516970, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-11T04:58:37.075Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-11T04:58:37.076Z||pool-123-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-11T04:58:37.076Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:58:37.091Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:58:37.092Z||pool-123-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:58:37.975Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-06-11T04:58:37.975Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-11T04:58:37.975Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-11T04:58:37.976Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:58:37.978Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:58:37.979Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923517974, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-11T04:58:38.079Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T04:58:38.080Z||pool-124-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-11T04:58:38.080Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:58:38.096Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:58:38.097Z||pool-124-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:58:38.980Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-06-11T04:58:38.981Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-06-11T04:58:38.981Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-11T04:58:38.982Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:58:38.985Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:58:38.985Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923518980, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-11T04:58:39.086Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-11T04:58:39.089Z||pool-125-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-11T04:58:39.089Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:58:39.107Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:58:39.108Z||pool-125-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:58:39.988Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-11T04:58:39.988Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-11T04:58:39.989Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-11T04:58:39.989Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T04:58:39.993Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T04:58:39.993Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923519988, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T04:58:40.092Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T04:58:40.094Z||pool-126-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-11T04:58:40.094Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T04:58:40.109Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:58:40.110Z||pool-126-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-11T04:58:40.994Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a815c62b-84ee-4822-891e-8a9a01cef100 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-11T04:58:41.009Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a815c62b-84ee-4822-891e-8a9a01cef100 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-11T04:58:41.016Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-11T04:58:41.016Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-11T04:58:41.016Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-11T04:58:41.016Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-11T04:59:11.017Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a815c62b-84ee-4822-891e-8a9a01cef100 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-11T04:59:11.034Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a815c62b-84ee-4822-891e-8a9a01cef100 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-11T04:59:11.043Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-11T04:59:11.043Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-11T04:59:11.044Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-11T04:59:11.044Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-11T04:59:14.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T04:59:14.336Z||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-11T04:59:14.337Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T04:59:14.398Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T04:59:14.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-11T04:59:14.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "multicloud-k8s-id", "timestamp": 1654923487276, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T04:59:14.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-11T04:59:41.044Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a815c62b-84ee-4822-891e-8a9a01cef100 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-11T04:59:41.066Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a815c62b-84ee-4822-891e-8a9a01cef100 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-11T04:59:41.073Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-11T04:59:41.073Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-11T04:59:41.073Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-11T04:59:41.073Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-11T05:00:11.074Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a815c62b-84ee-4822-891e-8a9a01cef100 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-11T05:00:11.101Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a815c62b-84ee-4822-891e-8a9a01cef100 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-11T05:00:11.106Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-11T05:00:11.107Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-11T05:00:11.107Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-11T05:00:11.108Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-11T05:00:14.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:00:14.343Z||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-11T05:00:14.343Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:00:14.414Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:00:14.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:00:14.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "aai-ml", "timestamp": 1654923491834, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-11T05:00:14.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:00:41.108Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a815c62b-84ee-4822-891e-8a9a01cef100 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-11T05:00:41.125Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a815c62b-84ee-4822-891e-8a9a01cef100 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-11T05:00:41.133Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-11T05:00:41.133Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-11T05:00:41.133Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-11T05:00:41.133Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-11T05:01:11.134Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a815c62b-84ee-4822-891e-8a9a01cef100 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-11T05:01:11.162Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a815c62b-84ee-4822-891e-8a9a01cef100 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-11T05:01:11.168Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-11T05:01:11.169Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-11T05:01:11.169Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-11T05:01:11.169Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-11T05:01:14.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:01:14.337Z||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-11T05:01:14.338Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:01:14.897Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:01:14.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:14.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "cds", "timestamp": 1654923488470, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T05:01:14.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:14.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:14.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654923494180, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T05:01:14.901Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T05:01:14.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:14.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "ves-openapi-manager", "timestamp": 1654923494739, "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=? 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-11T05:01:14.933Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 1cc3ed16-280c-4fd6-b48c-41527a7b33b7 2022-06-11T05:01:14.934Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cc3ed16-280c-4fd6-b48c-41527a7b33b7 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-11T05:01:14.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:14.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "policy-id", "timestamp": 1654923494973, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T05:01:14.953Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T05:01:14.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:14.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T05:01:14.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:14.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:14.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "multicloud-k8s-id", "timestamp": 1654923487276, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T05:01:14.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:14.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:14.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "aai-ml", "timestamp": 1654923491834, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-11T05:01:14.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:14.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:14.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "cds", "timestamp": 1654923488470, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T05:01:14.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:14.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:14.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654923495185, "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-11T05:01:14.970Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a815c62b-84ee-4822-891e-8a9a01cef100 2022-06-11T05:01:14.971Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a815c62b-84ee-4822-891e-8a9a01cef100 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-11T05:01:14.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:14.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-11T05:01:14.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:14.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:14.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "policy-id", "timestamp": 1654923495978, "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-11T05:01:15.012Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1cc3ed16-280c-4fd6-b48c-41527a7b33b7 2022-06-11T05:01:15.012Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cc3ed16-280c-4fd6-b48c-41527a7b33b7 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-11T05:01:15.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "multicloud-k8s-id", "timestamp": 1654923487276, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-11T05:01:15.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "aai-ml", "timestamp": 1654923491834, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T05:01:15.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "cds", "timestamp": 1654923488470, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T05:01:15.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654923480987, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T05:01:15.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-11T05:01:15.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "aai-ml", "timestamp": 1654923491834, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T05:01:15.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "cds", "timestamp": 1654923488470, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-11T05:01:15.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654923480987, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-11T05:01:15.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T05:01:15.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "aai-ml", "timestamp": 1654923491834, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T05:01:15.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "cds", "timestamp": 1654923498228, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T05:01:15.033Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T05:01:15.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654923480987, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-11T05:01:15.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-11T05:01:15.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "clamp", "timestamp": 1654923499133, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T05:01:15.035Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T05:01:15.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "aai-ml", "timestamp": 1654923491834, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T05:01:15.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654923480987, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-11T05:01:15.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-11T05:01:15.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "cds", "timestamp": 1654923499527, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-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-11T05:01:15.048Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1cc3ed16-280c-4fd6-b48c-41527a7b33b7 2022-06-11T05:01:15.049Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cc3ed16-280c-4fd6-b48c-41527a7b33b7 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-11T05:01:15.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "clamp", "timestamp": 1654923500142, "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-11T05:01:15.083Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a815c62b-84ee-4822-891e-8a9a01cef100 2022-06-11T05:01:15.084Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a815c62b-84ee-4822-891e-8a9a01cef100 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-11T05:01:15.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "aai-ml", "timestamp": 1654923491834, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-11T05:01:15.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654923480987, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T05:01:15.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-11T05:01:15.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "clamp", "timestamp": 1654923479601, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T05:01:15.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "aai-ml", "timestamp": 1654923501762, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T05:01:15.119Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T05:01:15.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654923480987, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T05:01:15.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-11T05:01:15.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "clamp", "timestamp": 1654923479601, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-11T05:01:15.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654923480987, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T05:01:15.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T05:01:15.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "clamp", "timestamp": 1654923479601, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-11T05:01:15.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654923480987, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T05:01:15.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-11T05:01:15.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "clamp", "timestamp": 1654923479601, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-11T05:01:15.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654923480987, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-11T05:01:15.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "clamp", "timestamp": 1654923479601, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T05:01:15.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923505427, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T05:01:15.128Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T05:01:15.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654923505349, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T05:01:15.129Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T05:01:15.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "clamp", "timestamp": 1654923479601, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T05:01:15.130Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "clamp", "timestamp": 1654923479601, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T05:01:15.130Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "aai-ml", "timestamp": 1654923507444, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T05:01:15.131Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T05:01:15.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654923507221, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T05:01:15.131Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T05:01:15.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "clamp", "timestamp": 1654923479601, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T05:01:15.131Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "aai-ml", "timestamp": 1654923508449, "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-11T05:01:15.139Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1cc3ed16-280c-4fd6-b48c-41527a7b33b7 2022-06-11T05:01:15.140Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cc3ed16-280c-4fd6-b48c-41527a7b33b7 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-11T05:01:15.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654923508227, "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-11T05:01:15.168Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1cc3ed16-280c-4fd6-b48c-41527a7b33b7 2022-06-11T05:01:15.168Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cc3ed16-280c-4fd6-b48c-41527a7b33b7 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-11T05:01:15.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "clamp", "timestamp": 1654923479601, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-11T05:01:15.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:01:15.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923509256, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-11T05:01:15.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T05:01:15.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923510389, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-11T05:01:15.187Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T05:01:15.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923511496, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-11T05:01:15.187Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T05:01:15.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923512722, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-11T05:01:15.188Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T05:01:15.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923513848, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-11T05:01:15.188Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T05:01:15.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "clamp", "timestamp": 1654923514126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T05:01:15.189Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T05:01:15.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923514960, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-11T05:01:15.189Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T05:01:15.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923515965, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-11T05:01:15.190Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T05:01:15.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923516970, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-11T05:01:15.190Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T05:01:15.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "clamp", "timestamp": 1654923517132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T05:01:15.191Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T05:01:15.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923517974, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-11T05:01:15.192Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T05:01:15.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "clamp", "timestamp": 1654923518139, "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-11T05:01:15.228Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1cc3ed16-280c-4fd6-b48c-41527a7b33b7 2022-06-11T05:01:15.228Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cc3ed16-280c-4fd6-b48c-41527a7b33b7 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-11T05:01:15.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923518980, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-11T05:01:15.241Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T05:01:15.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:01:15.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923519988, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T05:01:15.242Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T05:01:41.170Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a815c62b-84ee-4822-891e-8a9a01cef100 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-11T05:01:41.191Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a815c62b-84ee-4822-891e-8a9a01cef100 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-11T05:01:41.196Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-11T05:01:41.196Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-11T05:01:41.196Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-11T05:01:41.196Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-11T05:01:41.197Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T05:01:41.197Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T05:01:41.197Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T05:01:41.197Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T05:01:41.198Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T05:01:41.198Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T05:01:41.198Z|a815c62b-84ee-4822-891e-8a9a01cef100|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-11T05:01:41.210Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-11T05:02:11.210Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a815c62b-84ee-4822-891e-8a9a01cef100 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-11T05:02:11.237Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a815c62b-84ee-4822-891e-8a9a01cef100 and serviceModelVersionId: 53997a1f-7429-4e00-aa1b-14b92fc57a42 2022-06-11T05:02:11.238Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f2c1d275-daf4-44c0-9cf7-358ee09c4c67 2022-06-11T05:02:11.239Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f2c1d275-daf4-44c0-9cf7-358ee09c4c67/model-vers/model-ver/53997a1f-7429-4e00-aa1b-14b92fc57a42?depth=0 2022-06-11T05:02:11.248Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-06-11T05:02:11.338Z|a815c62b-84ee-4822-891e-8a9a01cef100|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/f2c1d275-daf4-44c0-9cf7-358ee09c4c67/model-vers/model-ver/53997a1f-7429-4e00-aa1b-14b92fc57a42?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-11T05:02:11.341Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c1d275-daf4-44c0-9cf7-358ee09c4c67/model-vers/model-ver/53997a1f-7429-4e00-aa1b-14b92fc57a42?depth=0|INFO|500||Invoke 2022-06-11T05:02:11.380Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c1d275-daf4-44c0-9cf7-358ee09c4c67/model-vers/model-ver/53997a1f-7429-4e00-aa1b-14b92fc57a42?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-11T05:02:11.509Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c1d275-daf4-44c0-9cf7-358ee09c4c67/model-vers/model-ver/53997a1f-7429-4e00-aa1b-14b92fc57a42?depth=0|INFO|500||InvokeReturn 2022-06-11T05:02:11.510Z|a815c62b-84ee-4822-891e-8a9a01cef100|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/f2c1d275-daf4-44c0-9cf7-358ee09c4c67/model-vers/model-ver/53997a1f-7429-4e00-aa1b-14b92fc57a42?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220611-05:02:11:147-8176], vertex-id=[241880], Content-Length=[0], Date=[Sat, 11 Jun 2022 05:02:11 GMT], Content-Type=[application/json]} 2022-06-11T05:02:11.510Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-06-11T05:02:11.511Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-11T05:02:11.511Z|a815c62b-84ee-4822-891e-8a9a01cef100|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-11T05:02:11.528Z|a815c62b-84ee-4822-891e-8a9a01cef100|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-11T05:02:11.529Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a815c62b-84ee-4822-891e-8a9a01cef100 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-11T05:02:11.530Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-11T05:02:11.531Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T05:02:11.540Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T05:02:11.540Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923731530, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-11T05:02:11.639Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-11T05:02:11.640Z||pool-127-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-11T05:02:11.640Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T05:02:11.668Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:02:11.669Z||pool-127-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-11T05:02:12.552Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-11T05:02:12.553Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"1cc3ed16-280c-4fd6-b48c-41527a7b33b7","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"75b52edf-3a5f-4cd7-a891-5ded6228ef3c","serviceDescription":"service","serviceInvariantUUID":"cc91b7e3-4154-4c1b-8624-b54a18b3f0fb","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c74b4727-e910-450f-a3ef-b27e83251ec8","resourceInvariantUUID":"d2de0d34-ad84-4c29-bdd1-66f36a9fddf5","resourceCustomizationUUID":"0fbca00f-0ac1-40f5-8a5b-064767455996","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"OTM3MzU0ZjUxNzEyOTI5NWYwY2ZhZGQ1ZDhmMWI3NzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aba8d3fc-00a4-4988-aed3-e3b1e5112ca5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1a1803d5-4821-4b45-bd08-103c5220b971","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"34e358df-0d01-4585-bf8a-f8963f5df924","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"OWVjYmM4MjQyMjA4NWI2ZWNkMDM2Y2Y1ZWZlYjM5MTQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cc4abb46-1d52-4207-9544-179576772cb2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c27133b2-9fe9-4b9d-baa8-cdc52affc576","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ef554a8c-7dbf-453c-9fec-12e270ac4c0e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fa4d30f4-fa3d-4880-8dbe-af35a460689b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"ODA5MjQxYjQ3YzI0NzYwYTVlOTAxNGY4ZTEwZjQxZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e049de81-744b-469a-9ed5-978615be228d","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MmY2ZmE4ZTQyMTk1NmU2OWU0NzM1OTI1ZDJiMDFiZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"96de58dc-1d7d-4a68-9009-603f25909976","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-11T05:02:12.553Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T05:02:12.554Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T05:02:12.557Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T05:02:12.558Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T05:02:12.657Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-11T05:02:12.658Z||pool-128-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-11T05:02:12.658Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T05:02:12.688Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:02:12.689Z||pool-128-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-06-11T05:02:13.559Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T05:02:13.560Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T05:02:13.564Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T05:02:13.565Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-11T05:02:13.663Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-11T05:02:13.665Z||pool-129-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-11T05:02:13.665Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T05:02:13.686Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:02:13.687Z||pool-129-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-11T05:02:14.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:02:14.336Z||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-11T05:02:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:02:14.566Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T05:02:14.567Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T05:02:14.572Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T05:02:14.572Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-11T05:02:14.675Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-11T05:02:14.678Z||pool-130-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-11T05:02:14.679Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T05:02:14.695Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:02:14.696Z||pool-130-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-11T05:02:14.745Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:02:14.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:02:14.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a815c62b-84ee-4822-891e-8a9a01cef100", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923731530, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-11T05:02:14.747Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T05:02:14.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:02:14.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T05:02:14.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:02:14.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:02:14.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-11T05:02:14.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:02:15.574Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T05:02:15.574Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T05:02:15.577Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T05:02:15.577Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-11T05:02:15.677Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T05:02:15.680Z||pool-131-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-11T05:02:15.680Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T05:02:15.711Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:02:15.712Z||pool-131-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-06-11T05:02:16.582Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T05:02:16.585Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T05:02:16.599Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T05:02:16.600Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T05:02:16.698Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-11T05:02:16.699Z||pool-132-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-11T05:02:16.699Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T05:02:16.716Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:02:16.718Z||pool-132-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-11T05:02:17.602Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T05:02:17.602Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T05:02:17.605Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T05:02:17.605Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T05:02:17.705Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-11T05:02:17.707Z||pool-133-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-11T05:02:17.707Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T05:02:17.723Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:02:17.724Z||pool-133-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-11T05:02:18.606Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T05:02:18.607Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T05:02:18.609Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T05:02:18.609Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T05:02:18.709Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T05:02:18.710Z||pool-134-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-11T05:02:18.710Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T05:02:18.738Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:02:18.739Z||pool-134-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-11T05:02:19.610Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T05:02:19.610Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T05:02:19.612Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T05:02:19.613Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T05:02:19.716Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-11T05:02:19.718Z||pool-135-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-11T05:02:19.718Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T05:02:19.736Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:02:19.737Z||pool-135-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-11T05:02:20.613Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-11T05:02:20.614Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T05:02:20.618Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T05:02:20.618Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-11T05:02:20.719Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-11T05:02:20.721Z||pool-136-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-11T05:02:20.721Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T05:02:20.742Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:02:20.743Z||pool-136-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-11T05:02:21.623Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "75b52edf-3a5f-4cd7-a891-5ded6228ef3c", "serviceDescription": "service", "serviceInvariantUUID": "cc91b7e3-4154-4c1b-8624-b54a18b3f0fb", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "0fbca00f-0ac1-40f5-8a5b-064767455996", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "c74b4727-e910-450f-a3ef-b27e83251ec8", "resourceInvariantUUID": "d2de0d34-ad84-4c29-bdd1-66f36a9fddf5", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "MmY2ZmE4ZTQyMTk1NmU2OWU0NzM1OTI1ZDJiMDFiZjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "96de58dc-1d7d-4a68-9009-603f25909976" } ], "workloadContext": "Production" } 2022-06-11T05:02:21.623Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-11T05:02:21.623Z|a815c62b-84ee-4822-891e-8a9a01cef100|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 75b52edf-3a5f-4cd7-a891-5ded6228ef3c ASDC 2022-06-11T05:02:21.625Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:1cc3ed16-280c-4fd6-b48c-41527a7b33b7 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:75b52edf-3a5f-4cd7-a891-5ded6228ef3c ServiceInvariantUUID:cc91b7e3-4154-4c1b-8624-b54a18b3f0fb ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:96de58dc-1d7d-4a68-9009-603f25909976 ArtifactChecksum:MmY2ZmE4ZTQyMTk1NmU2OWU0NzM1OTI1ZDJiMDFiZjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:0fbca00f-0ac1-40f5-8a5b-064767455996 ResourceInvariantUUID:d2de0d34-ad84-4c29-bdd1-66f36a9fddf5 ResourceName:test-pnf ResourceType:PNF ResourceUUID:c74b4727-e910-450f-a3ef-b27e83251ec8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-11T05:02:21.625Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 75b52edf-3a5f-4cd7-a891-5ded6228ef3c 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-11T05:02:21.699Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-11T05:02:21.700Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-11T05:02:21.700Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-11T05:02:21.701Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 96de58dc-1d7d-4a68-9009-603f25909976 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-11T05:02:21.701Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-11T05:02:21.701Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-11T05:02:22.238Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-11T05:02:22.281Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 96de58dc-1d7d-4a68-9009-603f25909976 105662 2022-06-11T05:02:22.282Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-06-11T05:02:22.282Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-11T05:02:22.282Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-11T05:02:22.282Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T05:02:22.289Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T05:02:22.289Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923742282, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T05:02:22.387Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-11T05:02:22.388Z||pool-137-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-11T05:02:22.389Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T05:02:22.406Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:02:22.407Z||pool-137-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-11T05:02:23.290Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-11T05:02:23.291Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-11T05:02:23.291Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 96de58dc-1d7d-4a68-9009-603f25909976, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-11T05:02:23.293Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-06-11T05:02:23.294Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-11T05:02:23.295Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-11T05:02:23.552Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13672781953031884225/Definitions/service-TestPnfMacro-template.yml 2022-06-11T05:02:25.025Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-11T05:02:25.026Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-11T05:02:25.026Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-11T05:02:25.027Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-11T05:02:25.027Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||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-TestPnfMacro-csar.csar 2022-06-11T05:02:25.027Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-11T05:02:25.027Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 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-TestPnfMacro-csar.csar 2022-06-11T05:02:25.027Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||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-TestPnfMacro-csar.csar 2022-06-11T05:02:25.027Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|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-TestPnfMacro-csar.csar 2022-06-11T05:02:25.028Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|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-TestPnfMacro-csar.csar 2022-06-11T05:02:25.028Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|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-TestPnfMacro-csar.csar 2022-06-11T05:02:25.028Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-11T05:02:25.028Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T05:02:25.029Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T05:02:25.029Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-11T05:02:25.029Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-11T05:02:25.030Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-11T05:02:25.030Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T05:02:25.030Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T05:02:25.030Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-11T05:02:25.030Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-11T05:02:25.031Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-11T05:02:25.031Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T05:02:25.031Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T05:02:25.031Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T05:02:25.031Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T05:02:25.032Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T05:02:25.032Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T05:02:25.032Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T05:02:25.032Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T05:02:25.033Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T05:02:25.033Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T05:02:25.033Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:75b52edf-3a5f-4cd7-a891-5ded6228ef3c Model Version:NULL Model InvariantUuid:cc91b7e3-4154-4c1b-8624-b54a18b3f0fb 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-11T05:02:25.047Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: c74b4727-e910-450f-a3ef-b27e83251ec8 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-11T05:02:25.055Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500||test-pnf 0 2022-06-11T05:02:25.056Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c74b4727-e910-450f-a3ef-b27e83251ec8 2022-06-11T05:02:25.060Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 75b52edf-3a5f-4cd7-a891-5ded6228ef3c 2022-06-11T05:02:25.061Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 75b52edf-3a5f-4cd7-a891-5ded6228ef3c 2022-06-11T05:02:25.061Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 c74b4727-e910-450f-a3ef-b27e83251ec8 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-11T05:02:25.070Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45415b8e, org.onap.sdc.toscaparser.api.parameters.Input@44c3f94b, org.onap.sdc.toscaparser.api.parameters.Input@2ee1b899, org.onap.sdc.toscaparser.api.parameters.Input@198137aa, org.onap.sdc.toscaparser.api.parameters.Input@56d3823f] 2022-06-11T05:02:25.071Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T05:02:25.071Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T05:02:25.071Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 75b52edf-3a5f-4cd7-a891-5ded6228ef3c: test-pnf 2022-06-11T05:02:25.077Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500||Processing PNF resource: c74b4727-e910-450f-a3ef-b27e83251ec8 2022-06-11T05:02:25.078Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-11T05:02:25.078Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-11T05:02:25.079Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500||Resource customization UUID: 0fbca00f-0ac1-40f5-8a5b-064767455996 is the same as notified resource customizationUUID: 0fbca00f-0ac1-40f5-8a5b-064767455996 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-11T05:02:25.200Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf c74b4727-e910-450f-a3ef-b27e83251ec8 0 ASDC deployResourceStructure 2022-06-11T05:02:25.201Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-06-11T05:02:25.202Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-11T05:02:25.202Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-11T05:02:25.202Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T05:02:25.261Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T05:02:25.261Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923745201, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T05:02:25.306Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 44 ms 2022-06-11T05:02:25.306Z||pool-138-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-11T05:02:25.307Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T05:02:25.324Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:02:25.324Z||pool-138-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-11T05:02:26.264Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1cc3ed16-280c-4fd6-b48c-41527a7b33b7 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-11T05:02:26.281Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1cc3ed16-280c-4fd6-b48c-41527a7b33b7 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-11T05:02:26.287Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-11T05:02:26.287Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-11T05:02:26.287Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-11T05:02:26.287Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-11T05:02:26.288Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T05:02:26.288Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T05:02:26.288Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T05:02:26.288Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T05:02:26.288Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T05:02:26.288Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T05:02:26.288Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-11T05:02:26.288Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|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-11T05:02:26.305Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-11T05:02:56.307Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1cc3ed16-280c-4fd6-b48c-41527a7b33b7 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-11T05:02:56.315Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1cc3ed16-280c-4fd6-b48c-41527a7b33b7 and serviceModelVersionId: 75b52edf-3a5f-4cd7-a891-5ded6228ef3c 2022-06-11T05:02:56.315Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cc91b7e3-4154-4c1b-8624-b54a18b3f0fb 2022-06-11T05:02:56.317Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cc91b7e3-4154-4c1b-8624-b54a18b3f0fb/model-vers/model-ver/75b52edf-3a5f-4cd7-a891-5ded6228ef3c?depth=0 2022-06-11T05:02:56.323Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-06-11T05:02:56.400Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc91b7e3-4154-4c1b-8624-b54a18b3f0fb/model-vers/model-ver/75b52edf-3a5f-4cd7-a891-5ded6228ef3c?depth=0|INFO|500||Invoke 2022-06-11T05:02:56.401Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc91b7e3-4154-4c1b-8624-b54a18b3f0fb/model-vers/model-ver/75b52edf-3a5f-4cd7-a891-5ded6228ef3c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc91b7e3-4154-4c1b-8624-b54a18b3f0fb/model-vers/model-ver/75b52edf-3a5f-4cd7-a891-5ded6228ef3c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1cc3ed16-280c-4fd6-b48c-41527a7b33b7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[db8c20e3-4576-48fa-8df9-ebc20e887874], X-ECOMP-RequestID=[1cc3ed16-280c-4fd6-b48c-41527a7b33b7], X-TransactionId=[], X-ONAP-RequestID=[1cc3ed16-280c-4fd6-b48c-41527a7b33b7], Content-Type=[application/merge-patch+json]} 2022-06-11T05:02:56.434Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc91b7e3-4154-4c1b-8624-b54a18b3f0fb/model-vers/model-ver/75b52edf-3a5f-4cd7-a891-5ded6228ef3c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-11T05:02:56.545Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc91b7e3-4154-4c1b-8624-b54a18b3f0fb/model-vers/model-ver/75b52edf-3a5f-4cd7-a891-5ded6228ef3c?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/cc91b7e3-4154-4c1b-8624-b54a18b3f0fb/model-vers/model-ver/75b52edf-3a5f-4cd7-a891-5ded6228ef3c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220611-05:02:56:202-35171], vertex-id=[270432], Content-Length=[0], Date=[Sat, 11 Jun 2022 05:02:56 GMT], Content-Type=[application/json]} 2022-06-11T05:02:56.546Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc91b7e3-4154-4c1b-8624-b54a18b3f0fb/model-vers/model-ver/75b52edf-3a5f-4cd7-a891-5ded6228ef3c?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-11T05:02:56.546Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc91b7e3-4154-4c1b-8624-b54a18b3f0fb/model-vers/model-ver/75b52edf-3a5f-4cd7-a891-5ded6228ef3c?depth=0|INFO|500||InvokeReturn 2022-06-11T05:02:56.547Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-11T05:02:56.547Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|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-11T05:02:56.555Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|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-11T05:02:56.556Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1cc3ed16-280c-4fd6-b48c-41527a7b33b7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-11T05:02:56.556Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-11T05:02:56.557Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-11T05:02:56.560Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-11T05:02:56.561Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923776556, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-11T05:02:56.661Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-11T05:02:56.662Z||pool-139-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-11T05:02:56.662Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GoAXSIQAl99FPdSj) ... 2022-06-11T05:02:56.701Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:02:56.702Z||pool-139-thread-1|||||INFO|500||cambria reply ok (40 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-11T05:02:57.578Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:02:57.579Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|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-11T05:02:57.580Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:03:07.893Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:03:07.895Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:03:07.895Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-11T05:03:07.896Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ... 2022-06-11T05:03:14.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:03:14.336Z||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-11T05:03:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:03:14.400Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:03:14.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:03:14.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-11T05:03:14.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:03:17.462Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:03:17.462Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:03:17.463Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-11T05:03:17.463Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ... 2022-06-11T05:03:27.009Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:03:27.010Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:03:27.011Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-11T05:03:27.011Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ... 2022-06-11T05:03:36.593Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:03:36.594Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:03:36.594Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-11T05:03:36.594Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ... 2022-06-11T05:03:46.140Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:04:14.328Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:04:14.329Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-11T05:04:14.329Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ... 2022-06-11T05:04:14.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:04:14.335Z||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-11T05:04:14.335Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:04:14.910Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:04:14.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:04:14.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-11T05:04:14.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:04:14.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:04:14.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-11T05:04:14.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:04:14.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:04:14.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T05:04:14.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:04:14.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:04:14.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-11T05:04:14.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:04:14.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:04:14.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-11T05:04:14.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:04:14.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:04:14.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923494327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-11T05:04:14.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-11T05:04:14.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:04:14.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923742282, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-11T05:04:14.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T05:04:14.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:04:14.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923745201, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-11T05:04:14.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T05:04:14.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-11T05:04:14.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cc3ed16-280c-4fd6-b48c-41527a7b33b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654923776556, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-11T05:04:14.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-11T05:04:23.900Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:05:14.328Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:05:14.329Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-11T05:05:14.329Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ... 2022-06-11T05:05:14.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:05:14.335Z||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-11T05:05:14.335Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:05:23.899Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:05:23.904Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:06:14.327Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:06:14.329Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-11T05:06:14.329Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ... 2022-06-11T05:06:14.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:06:14.336Z||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-11T05:06:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:06:23.895Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:06:23.907Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:07:14.327Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:07:14.329Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-11T05:07:14.329Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ... 2022-06-11T05:07:14.334Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:07:14.336Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|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-11T05:07:14.336Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:07:23.926Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:07:23.927Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:08:14.327Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:08:14.328Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-11T05:08:14.329Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ... 2022-06-11T05:08:14.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:08:14.335Z||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-11T05:08:14.335Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:08:23.904Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:08:23.906Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:09:14.327Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:09:14.328Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-11T05:09:14.328Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ... 2022-06-11T05:09:14.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:09:14.335Z||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-11T05:09:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:09:23.895Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:09:23.908Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:10:14.328Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:10:14.329Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-11T05:10:14.329Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ... 2022-06-11T05:10:14.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:10:14.336Z||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-11T05:10:14.337Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:10:23.907Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:10:23.916Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:11:14.328Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:11:14.329Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-11T05:11:14.329Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ... 2022-06-11T05:11:14.335Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:11:14.336Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|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-11T05:11:14.336Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:11:23.914Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:11:23.915Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:12:14.328Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:12:14.329Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-11T05:12:14.329Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ... 2022-06-11T05:12:14.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:12:14.336Z||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-11T05:12:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:12:23.914Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:12:23.923Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:13:14.328Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:13:14.329Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-11T05:13:14.329Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ... 2022-06-11T05:13:14.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:13:14.340Z||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-11T05:13:14.341Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:13:23.922Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:13:23.941Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:14:14.327Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:14:14.329Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-11T05:14:14.329Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ... 2022-06-11T05:14:14.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:14:14.335Z||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-11T05:14:14.335Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:14:23.912Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:14:23.922Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:15:14.328Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:15:14.329Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-11T05:15:14.329Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ... 2022-06-11T05:15:14.334Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:15:14.338Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|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-11T05:15:14.338Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:15:23.903Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:15:23.907Z|1cc3ed16-280c-4fd6-b48c-41527a7b33b7|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:16:14.327Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:16:14.329Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-11T05:16:14.329Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GoAXSIQAl99FPdSj) ... 2022-06-11T05:16:14.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:16:14.336Z||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-11T05:16:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:16:23.902Z|01b87979-26c3-43a5-b084-3eda80250d19|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:16:23.912Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:17:14.328Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:17:14.329Z||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-11T05:17:14.329Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:17:14.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:17:14.335Z||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-11T05:17:14.335Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:17:23.917Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:17:23.918Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:18:14.327Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:18:14.328Z||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-11T05:18:14.328Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:18:14.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:18:14.335Z||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-11T05:18:14.335Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:18:23.899Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:18:23.905Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:19:14.327Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:19:14.328Z||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-11T05:19:14.328Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:19:14.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:19:14.335Z||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-11T05:19:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:19:23.921Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:19:23.922Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:20:14.327Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:20:14.329Z||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-11T05:20:14.329Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:20:14.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:20:14.335Z||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-11T05:20:14.335Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:20:23.900Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:20:23.902Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:21:14.328Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:21:14.329Z||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-11T05:21:14.329Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:21:14.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:21:14.335Z||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-11T05:21:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:21:23.886Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:21:23.888Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:22:14.328Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:22:14.329Z||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-11T05:22:14.330Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:22:14.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:22:14.336Z||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-11T05:22:14.336Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:22:23.911Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:22:23.913Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:23:14.327Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:23:14.328Z||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-11T05:23:14.329Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:23:14.335Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:23:14.336Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|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-11T05:23:14.336Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:23:23.899Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:23:23.899Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:24:14.328Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:24:14.329Z||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-11T05:24:14.329Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:24:14.334Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:24:14.335Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|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-11T05:24:14.335Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:24:23.905Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:24:23.905Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:25:14.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:25:14.331Z||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-11T05:25:14.331Z||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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:25:14.335Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-11T05:25:14.336Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|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-11T05:25:14.336Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|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 GoAXSIQAl99FPdSj) ... 2022-06-11T05:25:23.900Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-11T05:25:23.905Z|631dae2d-307b-4fc7-a74b-f7da979d1e2f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK