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-30T03:43:36.906Z||main|||||INFO|500||The following profiles are active: basic 2022-06-30T03:43:48.181Z||main|||||INFO|500||Starting service [Tomcat] 2022-06-30T03:43:48.182Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-06-30T03:43:48.298Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-06-30T03:43:52.280Z||main|||||INFO|500||catdb-pool - Starting... 2022-06-30T03:43:52.663Z||main|||||INFO|500||catdb-pool - Start completed. 2022-06-30T03:43:53.112Z||main|||||INFO|500||reqdb-pool - Starting... 2022-06-30T03:43:53.134Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-06-30T03:43:53.245Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-06-30T03:43:53.439Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-06-30T03:43:54.040Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-06-30T03:43:55.850Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-30T03:43:58.355Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-30T03:43:58.419Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-06-30T03:43:59.014Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-30T03:43:59.279Z||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-30T03:44:00.554Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-30T03:44:01.592Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-06-30T03:44:01.608Z||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-30T03:44:01.609Z||main|||||WARN|500||The sdc end point is not alive 2022-06-30T03:44:04.472Z||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-30T03:44:07.454Z||main|||||WARN|500||--- 2022-06-30T03:44:07.455Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-06-30T03:44:07.456Z||main|||||WARN|500||--- 2022-06-30T03:44:07.978Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-06-30T03:44:12.682Z||main|||||INFO|500||Started Application in 38.803 seconds (JVM running for 40.926) 2022-06-30T03:44:12.698Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-30T03:44:12.699Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-30T03:44:12.709Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-30T03:44:12.732Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-30T03:44:12.771Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 43f6b43d-6d9d-4bef-aef3-f6ffccdae9f9 url= /sdc/v1/artifactTypes 2022-06-30T03:44:12.772Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-30T03:44:13.858Z||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.55.129] 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$$ed61bf59.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-30T03:44:13.863Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3dbdb1ab 2022-06-30T03:44:13.863Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-30T03:44:13.881Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-30T03:44:13.883Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-30T03:44:13.885Z||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$$ed61bf59.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-30T03:45:02.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-30T03:45:02.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-30T03:45:02.679Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-30T03:45:02.682Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-30T03:45:02.690Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 76103487-6184-425b-8310-39560233ece3 url= /sdc/v1/artifactTypes 2022-06-30T03:45:02.690Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-30T03:45:03.711Z||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.55.129] 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$$ed61bf59.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-30T03:45:03.712Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73427658 2022-06-30T03:45:03.712Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-30T03:45:03.713Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-30T03:45:03.713Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-30T03:45:03.714Z||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$$ed61bf59.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-30T03:45:52.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-30T03:45:52.677Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-30T03:45:52.678Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-30T03:45:52.681Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-30T03:45:52.686Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 66472443-c006-4fad-86eb-8d31aac01b1e url= /sdc/v1/artifactTypes 2022-06-30T03:45:52.687Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-30T03:45:52.904Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-06-30T03:45:52.913Z||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-30T03:45:52.935Z||scheduling-1|||||DEBUG|500||create keys 2022-06-30T03:45:52.943Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-06-30T03:45:53.549Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T03:45:53.567Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 408cf7f6-2c7f-4dbf-92d7-fe1b7d273d1f url= /sdc/v1/registerForDistribution 2022-06-30T03:45:54.733Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 408cf7f6-2c7f-4dbf-92d7-fe1b7d273d1f url= /sdc/v1/registerForDistribution 2022-06-30T03:45:54.733Z||scheduling-1|||||INFO|500||start DistributionClient 2022-06-30T03:45:54.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T03:45:54.743Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T03:45:54.750Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-06-30T03:45:54.752Z||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-30T03:45:54.752Z||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-30T03:45:54.752Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T03:45:54.753Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T03:46:05.212Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T03:46:05.280Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T03:46:54.740Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T03:46:54.741Z||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-30T03:46:54.742Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T03:46:54.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T03:46:54.743Z||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-30T03:46:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T03:47:04.383Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T03:47:04.385Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T03:47:54.740Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T03:47:54.741Z||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-30T03:47:54.741Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T03:47:54.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T03:47:54.744Z||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-30T03:47:54.744Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T03:48:04.370Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T03:48:04.378Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T03:48:54.740Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T03:48:54.743Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T03:48:54.745Z||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-30T03:48:54.745Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T03:48:54.750Z||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-30T03:48:54.750Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T03:49:04.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T03:49:04.382Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T03:49:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T03:49:54.741Z||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-30T03:49:54.742Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T03:49:54.743Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T03:49:54.744Z||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-30T03:49:54.744Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T03:50:04.303Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T03:50:04.304Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T03:50:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T03:50:54.741Z||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-30T03:50:54.741Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T03:50:54.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T03:50:54.743Z||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-30T03:50:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T03:51:04.305Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T03:51:04.311Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T03:51:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T03:51:54.741Z||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-30T03:51:54.741Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T03:51:54.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T03:51:54.743Z||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-30T03:51:54.805Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T03:52:04.365Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T03:52:04.387Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T03:52:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T03:52:54.741Z||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-30T03:52:54.741Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T03:52:54.743Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T03:52:54.743Z||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-30T03:52:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T03:53:04.302Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T03:53:04.307Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T03:53:51.194Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-06-30T03:53:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T03:53:54.742Z||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-30T03:53:54.742Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T03:53:54.743Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T03:53:54.743Z||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-30T03:53:54.744Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T03:54:04.302Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T03:54:04.332Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T03:54:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T03:54:54.740Z||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-30T03:54:54.741Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T03:54:54.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T03:54:54.743Z||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-30T03:54:54.744Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T03:55:04.305Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T03:55:04.322Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T03:55:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T03:55:54.741Z||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-30T03:55:54.741Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T03:55:54.743Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T03:55:54.744Z||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-30T03:55:54.744Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T03:56:04.302Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T03:56:04.306Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T03:56:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T03:56:54.741Z||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-30T03:56:54.741Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T03:56:54.743Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T03:56:54.744Z||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-30T03:56:54.744Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T03:57:04.316Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T03:57:04.316Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T03:57:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T03:57:54.741Z||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-30T03:57:54.741Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T03:57:54.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T03:57:54.743Z||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-30T03:57:54.744Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T03:58:04.315Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T03:58:04.359Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T03:58:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T03:58:54.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T03:58:54.742Z||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-30T03:58:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T03:58:54.743Z||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-30T03:58:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T03:59:04.305Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T03:59:04.317Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T03:59:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T03:59:54.742Z||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-30T03:59:54.742Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T03:59:54.743Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T03:59:54.745Z||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-30T03:59:54.746Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:00:04.335Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:00:04.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:00:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:00:54.741Z||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-30T04:00:54.741Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:00:54.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:00:54.743Z||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-30T04:00:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:01:04.302Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:01:04.308Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:01:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:01:54.741Z||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-30T04:01:54.741Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:01:54.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:01:54.743Z||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-30T04:01:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:02:04.321Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:02:04.329Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:02:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:02:54.741Z||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-30T04:02:54.741Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:02:54.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:02:54.743Z||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-30T04:02:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:03:04.354Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:03:04.366Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:03:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:03:54.741Z||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-30T04:03:54.741Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:03:54.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:03:54.743Z||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-30T04:03:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:04:04.319Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:04:04.322Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:04:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:04:54.742Z||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-30T04:04:54.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:04:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:04:54.743Z||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-30T04:04:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:05:04.339Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:05:04.342Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:05:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:05:54.740Z||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-30T04:05:54.741Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:05:54.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:05:54.743Z||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-30T04:05:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:06:04.309Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:06:04.309Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:06:54.740Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:06:54.740Z||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-30T04:06:54.741Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:06:54.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:06:54.743Z||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-30T04:06:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:07:04.316Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:07:04.318Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:07:54.740Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:07:54.740Z||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-30T04:07:54.741Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:07:54.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:07:54.743Z||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-30T04:07:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:08:04.292Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:08:04.307Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:08:54.740Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:08:54.741Z||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-30T04:08:54.741Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:08:54.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:08:54.744Z||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-30T04:08:54.744Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:09:04.318Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:09:04.350Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:09:54.740Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:09:54.741Z||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-30T04:09:54.741Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:09:54.743Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:09:54.744Z||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-30T04:09:54.744Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:10:04.291Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:10:04.300Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:10:54.740Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:10:54.742Z||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-30T04:10:54.742Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:10:54.745Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:10:54.746Z||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-30T04:10:54.746Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:11:04.302Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:11:04.310Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:11:54.740Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:11:54.741Z||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-30T04:11:54.741Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:11:54.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:11:54.743Z||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-30T04:11:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:12:04.317Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:12:04.319Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:12:54.740Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:12:54.741Z||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-30T04:12:54.741Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:12:54.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:12:54.743Z||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-30T04:12:54.744Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:13:04.291Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:13:04.310Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:13:54.740Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:13:54.740Z||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-30T04:13:54.741Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:13:54.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:13:54.743Z||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-30T04:13:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:14:04.294Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:14:04.328Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:14:54.740Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:14:54.741Z||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-30T04:14:54.741Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:14:54.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:14:54.744Z||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-30T04:14:54.744Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:15:04.317Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:15:04.317Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:15:54.739Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:15:54.740Z||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-30T04:15:54.741Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:15:54.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:15:54.743Z||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-30T04:15:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:16:04.305Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:16:04.311Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:16:54.740Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:16:54.741Z||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-30T04:16:54.741Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:16:54.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:16:54.743Z||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-30T04:16:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:17:04.300Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:17:04.313Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:17:54.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:17:54.741Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-30T04:17:54.741Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:17:54.743Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:17:54.743Z||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-30T04:17:54.744Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:18:04.309Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:18:04.310Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:18:54.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:18:54.741Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-30T04:18:54.741Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:18:54.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:18:54.743Z||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-30T04:18:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:19:04.313Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:19:04.313Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:19:54.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:19:54.740Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-30T04:19:54.740Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:19:54.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:19:54.743Z||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-30T04:19:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:20:04.293Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:20:04.297Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:20:54.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:20:54.741Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-30T04:20:54.741Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:20:54.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:20:54.743Z||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-30T04:20:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:21:04.314Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:21:04.314Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:21:54.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:21:54.741Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-30T04:21:54.741Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:21:54.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:21:54.743Z||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-30T04:21:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:22:04.292Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:22:04.298Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:22:54.740Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:22:54.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:22:54.742Z||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-30T04:22:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:22:54.743Z||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-30T04:22:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:23:04.330Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:23:04.334Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:23:54.740Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:23:54.741Z||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-30T04:23:54.741Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:23:54.743Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:23:54.744Z||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-30T04:23:54.744Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:24:04.295Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:24:04.318Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:24:54.740Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:24:54.740Z||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-30T04:24:54.740Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:24:54.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:24:54.743Z||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-30T04:24:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:25:04.289Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:25:04.300Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:25:54.740Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:25:54.741Z||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-30T04:25:54.741Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:25:54.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:25:54.743Z||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-30T04:25:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:26:04.297Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:26:04.304Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:26:54.740Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:26:54.741Z||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-30T04:26:54.741Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:26:54.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:26:54.743Z||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-30T04:26:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:27:04.304Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:27:04.315Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:27:54.740Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:27:54.741Z||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-30T04:27:54.741Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:27:54.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:27:54.743Z||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-30T04:27:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:28:04.304Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:28:04.308Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:28:54.740Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:28:54.740Z||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-30T04:28:54.741Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:28:54.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:28:54.743Z||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-30T04:28:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:29:04.311Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:29:04.318Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:29:54.740Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:29:54.742Z||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-30T04:29:54.742Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:29:54.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:29:54.743Z||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-30T04:29:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:30:04.376Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:30:04.376Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:30:54.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:30:54.741Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-30T04:30:54.741Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:30:54.744Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:30:54.745Z||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-30T04:30:54.746Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:31:04.333Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:31:04.349Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:31:54.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:31:54.741Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-30T04:31:54.741Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:31:54.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:31:54.743Z||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-30T04:31:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:32:04.319Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:32:04.321Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:32:54.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:32:54.742Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-30T04:32:54.742Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:32:54.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:32:54.743Z||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-30T04:32:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:33:04.304Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:33:04.322Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:33:54.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:33:54.741Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-30T04:33:54.741Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:33:54.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:33:54.743Z||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-30T04:33:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:34:04.359Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:34:04.443Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:34:54.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:34:54.741Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-30T04:34:54.741Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:34:54.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:34:54.743Z||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-30T04:34:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:35:04.320Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:35:04.327Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:35:54.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:35:54.741Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-30T04:35:54.741Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:35:54.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:35:54.743Z||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-30T04:35:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:35:55.379Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:35:55.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d0fa0726-7f23-428a-b1c1-4c74ff5f3251","serviceName":"basic_onboard_aosDwY","serviceVersion":"1.0","serviceUUID":"6efc5d4d-2853-42d8-8078-0bdcecdc57b9","serviceDescription":"service","serviceInvariantUUID":"90dcb179-3686-49f4-943a-73ffdb11d902","resources":[{"resourceInstanceName":"basic_onboard_aosDwY 0","resourceName":"basic_onboard_aosDwY","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"476be97b-42cf-4aa8-be82-d7bc2c2c6b0c","resourceInvariantUUID":"22847965-5251-4b75-9f76-84b9e131f6b9","resourceCustomizationUUID":"670dc27a-c85a-45f9-b124-0d07d7676cb1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vf-license-model.xml","artifactChecksum":"YzA4MmFiMzNlMjQ2MGFjYWEyYjhjZGM1NzdiYzY2Nzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c71bde31-df70-4b8f-85ea-196bb7050857","artifactVersion":"1"},{"artifactName":"basic_onboard_aosdwy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json","artifactChecksum":"YjI0MTY5NzA2NWQxODM3MzFkOGFlZDQ0NTNhOWU2NjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5b8e06c4-a6b6-4069-bbfa-77d136698c8e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e8de12b6-647d-416f-be82-d11818975952","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b9eab608-62a3-40d9-973e-4659caab2765","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"506cd6f7-9452-4fc7-9cbc-b434a5d9c6da","artifactVersion":"2","generatedFromUUID":"e8de12b6-647d-416f-be82-d11818975952"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAosdwy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-template.yml","artifactChecksum":"YjQyNzlkZDhiYTAzNjhjZDk4ZThkNDhhNmMyNDZkNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e05274c6-344f-49e2-a021-c4d2d54adb3f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAosdwy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar","artifactChecksum":"NjE3MzNhNTVmNWJhMjdjMDhmMDQ4Yzk1NzQ5YWQwNWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"133c53d9-4155-4cff-9f5a-94d8bcc17a74","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-30T04:35:55.398Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:35:55.398Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:35:55.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656563735177, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.408Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:35:55.418Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:35:55.419Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563754740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.425Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.426Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "clamp", "timestamp": 1656563731901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.426Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.426Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656563735177, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.426Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "clamp", "timestamp": 1656563731901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json", "status": "NOTIFIED" } 2022-06-30T04:35:55.427Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656563735177, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.427Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "clamp", "timestamp": 1656563731901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.428Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "ves-openapi-manager", "timestamp": 1656563740615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.428Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.429Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656563735177, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.429Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.429Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "clamp", "timestamp": 1656563731901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.429Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.430Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "ves-openapi-manager", "timestamp": 1656563740615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.430Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.430Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656563735177, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.431Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.431Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.431Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "clamp", "timestamp": 1656563731901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.431Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.431Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.432Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "policy-id", "timestamp": 1656563741945, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.432Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.432Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.432Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "cds", "timestamp": 1656563741264, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.432Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.432Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.432Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "ves-openapi-manager", "timestamp": 1656563740615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.433Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.433Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656563735177, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.434Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.434Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "clamp", "timestamp": 1656563731901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.434Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "policy-id", "timestamp": 1656563741945, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.435Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "cds", "timestamp": 1656563741264, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.435Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "ves-openapi-manager", "timestamp": 1656563740615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.436Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656563735177, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:35:55.437Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "clamp", "timestamp": 1656563731901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:35:55.437Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "policy-id", "timestamp": 1656563741945, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-30T04:35:55.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "multicloud-k8s-id", "timestamp": 1656563743397, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "cds", "timestamp": 1656563741264, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.439Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "ves-openapi-manager", "timestamp": 1656563740615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.439Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656563745513, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:35:55.440Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:35:55.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "policy-id", "timestamp": 1656563741945, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "multicloud-k8s-id", "timestamp": 1656563743397, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json", "status": "NOTIFIED" } 2022-06-30T04:35:55.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "cds", "timestamp": 1656563741264, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "ves-openapi-manager", "timestamp": 1656563740615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "policy-id", "timestamp": 1656563741945, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.443Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "multicloud-k8s-id", "timestamp": 1656563743397, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-30T04:35:55.443Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "cds", "timestamp": 1656563741264, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "ves-openapi-manager", "timestamp": 1656563740615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "policy-id", "timestamp": 1656563741945, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.445Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.445Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "multicloud-k8s-id", "timestamp": 1656563743397, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.445Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.445Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.445Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "cds", "timestamp": 1656563741264, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.445Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "policy-id", "timestamp": 1656563741945, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:35:55.446Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "multicloud-k8s-id", "timestamp": 1656563743397, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-30T04:35:55.447Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "cds", "timestamp": 1656563741264, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:35:55.447Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "clamp", "timestamp": 1656563748803, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:35:55.448Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:35:55.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.448Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "policy-id", "timestamp": 1656563749806, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:35:55.448Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:35:55.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.448Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "multicloud-k8s-id", "timestamp": 1656563743397, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:55.449Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.449Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.449Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656563749923, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:35:55.449Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:35:55.449Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.449Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "cds", "timestamp": 1656563749206, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:35:55.450Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:35:55.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "policy-id", "timestamp": 1656563750817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:35:55.450Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:35:55.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "multicloud-k8s-id", "timestamp": 1656563743397, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:35:55.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-30T04:35:55.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656563750929, "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-30T04:35:55.519Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-06-30T04:35:55.523Z||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-30T04:35:55.523Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:35:55.539Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:35:55.541Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 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-30T04:35:55.646Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d0fa0726-7f23-428a-b1c1-4c74ff5f3251 2022-06-30T04:35:55.668Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0fa0726-7f23-428a-b1c1-4c74ff5f3251 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-30T04:35:55.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "cds", "timestamp": 1656563750229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-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-30T04:35:55.719Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d0fa0726-7f23-428a-b1c1-4c74ff5f3251 2022-06-30T04:35:55.720Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0fa0726-7f23-428a-b1c1-4c74ff5f3251 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-30T04:35:55.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "clamp", "timestamp": 1656563750820, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:35:55.731Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:35:55.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "policy-id", "timestamp": 1656563751822, "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-30T04:35:55.735Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d0fa0726-7f23-428a-b1c1-4c74ff5f3251 2022-06-30T04:35:55.736Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0fa0726-7f23-428a-b1c1-4c74ff5f3251 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-30T04:35:55.746Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.746Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "multicloud-k8s-id", "timestamp": 1656563751277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-30T04:35:55.746Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:35:55.746Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.746Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "clamp", "timestamp": 1656563751825, "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-30T04:35:55.751Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d0fa0726-7f23-428a-b1c1-4c74ff5f3251 2022-06-30T04:35:55.752Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0fa0726-7f23-428a-b1c1-4c74ff5f3251 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-30T04:35:55.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "multicloud-k8s-id", "timestamp": 1656563752343, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-30T04:35:55.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:35:55.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "multicloud-k8s-id", "timestamp": 1656563753392, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-30T04:35:55.766Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:35:55.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-30T04:35:55.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "multicloud-k8s-id", "timestamp": 1656563754453, "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-30T04:35:55.771Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d0fa0726-7f23-428a-b1c1-4c74ff5f3251 2022-06-30T04:35:55.771Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0fa0726-7f23-428a-b1c1-4c74ff5f3251 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-30T04:35:56.427Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:35:56.427Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:35:56.429Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:35:56.429Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563754740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json", "status": "NOTIFIED" } 2022-06-30T04:35:56.529Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:35:56.530Z||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-30T04:35:56.530Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:35:56.547Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:35:56.548Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-30T04:35:57.431Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:35:57.432Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:35:57.435Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:35:57.435Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563754740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-30T04:35:57.535Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-30T04:35:57.536Z||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-30T04:35:57.537Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:35:57.550Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:35:57.551Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:35:58.436Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:35:58.437Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:35:58.439Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:35:58.440Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563754740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:35:58.540Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:35:58.541Z||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-30T04:35:58.541Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:35:58.561Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:35:58.561Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:35:59.440Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:35:59.441Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:35:59.445Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:35:59.445Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563754740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-30T04:35:59.545Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:35:59.546Z||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-30T04:35:59.546Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:35:59.577Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:35:59.578Z||pool-7-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:36:00.445Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:36:00.447Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:36:00.450Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:36:00.450Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563754740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:36:00.550Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:36:00.551Z||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-30T04:36:00.552Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:36:00.575Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:36:00.576Z||pool-8-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:36:01.451Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:36:01.452Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:36:01.454Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:36:01.454Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563754740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:36:01.554Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:36:01.555Z||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-30T04:36:01.555Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:36:01.581Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:36:01.582Z||pool-9-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-06-30T04:36:02.457Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "serviceName": "basic_onboard_aosDwY", "serviceVersion": "1.0", "serviceUUID": "6efc5d4d-2853-42d8-8078-0bdcecdc57b9", "serviceDescription": "service", "serviceInvariantUUID": "90dcb179-3686-49f4-943a-73ffdb11d902", "resources": [ { "resourceInstanceName": "basic_onboard_aosDwY 0", "resourceCustomizationUUID": "670dc27a-c85a-45f9-b124-0d07d7676cb1", "resourceName": "basic_onboard_aosDwY", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "476be97b-42cf-4aa8-be82-d7bc2c2c6b0c", "resourceInvariantUUID": "22847965-5251-4b75-9f76-84b9e131f6b9", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_aosdwy0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json", "artifactChecksum": "YjI0MTY5NzA2NWQxODM3MzFkOGFlZDQ0NTNhOWU2NjU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5b8e06c4-a6b6-4069-bbfa-77d136698c8e", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e8de12b6-647d-416f-be82-d11818975952", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "506cd6f7-9452-4fc7-9cbc-b434a5d9c6da", "generatedFromUUID": "e8de12b6-647d-416f-be82-d11818975952" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "506cd6f7-9452-4fc7-9cbc-b434a5d9c6da", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardAosdwy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar", "artifactChecksum": "NjE3MzNhNTVmNWJhMjdjMDhmMDQ4Yzk1NzQ5YWQwNWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "133c53d9-4155-4cff-9f5a-94d8bcc17a74" } ], "workloadContext": "Production" } 2022-06-30T04:36:02.458Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-30T04:36:02.459Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6efc5d4d-2853-42d8-8078-0bdcecdc57b9 ASDC 2022-06-30T04:36:02.565Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:d0fa0726-7f23-428a-b1c1-4c74ff5f3251 ServiceName:basic_onboard_aosDwY ServiceVersion:1.0 ServiceUUID:6efc5d4d-2853-42d8-8078-0bdcecdc57b9 ServiceInvariantUUID:90dcb179-3686-49f4-943a-73ffdb11d902 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardAosdwy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar ArtifactUUID:133c53d9-4155-4cff-9f5a-94d8bcc17a74 ArtifactChecksum:NjE3MzNhNTVmNWJhMjdjMDhmMDQ4Yzk1NzQ5YWQwNWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_aosDwY 0 ResourceCustomizationUUID:670dc27a-c85a-45f9-b124-0d07d7676cb1 ResourceInvariantUUID:22847965-5251-4b75-9f76-84b9e131f6b9 ResourceName:basic_onboard_aosDwY ResourceType:VF ResourceUUID:476be97b-42cf-4aa8-be82-d7bc2c2c6b0c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_aosdwy0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json ArtifactUUID:5b8e06c4-a6b6-4069-bbfa-77d136698c8e ArtifactChecksum:YjI0MTY5NzA2NWQxODM3MzFkOGFlZDQ0NTNhOWU2NjU= 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/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml ArtifactUUID:e8de12b6-647d-416f-be82-d11818975952 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/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env ArtifactUUID:506cd6f7-9452-4fc7-9cbc-b434a5d9c6da 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/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env ArtifactUUID:506cd6f7-9452-4fc7-9cbc-b434a5d9c6da ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-30T04:36:02.566Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6efc5d4d-2853-42d8-8078-0bdcecdc57b9 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-30T04:36:02.628Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-30T04:36:02.629Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-30T04:36:02.630Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-30T04:36:02.630Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 133c53d9-4155-4cff-9f5a-94d8bcc17a74 from URL: /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar 2022-06-30T04:36:02.630Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-30T04:36:02.632Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar 2022-06-30T04:36:02.806Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-30T04:36:02.821Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar 133c53d9-4155-4cff-9f5a-94d8bcc17a74 71571 2022-06-30T04:36:02.821Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar ASDC sendASDCNotification 2022-06-30T04:36:02.822Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar 2022-06-30T04:36:02.822Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T04:36:02.823Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:36:02.825Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:36:02.825Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563762821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:36:02.925Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:36:02.926Z||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-30T04:36:02.927Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:36:02.940Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:36:02.941Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:36:03.827Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-30T04:36:03.828Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-30T04:36:03.829Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 133c53d9-4155-4cff-9f5a-94d8bcc17a74, URL: /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar to file: /app/ASDC/1/service-BasicOnboardAosdwy-csar.csar 2022-06-30T04:36:03.829Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAosdwy-csar.csar 2022-06-30T04:36:03.933Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAosdwy-csar.csar 2022-06-30T04:36:03.934Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAosdwy-csar.csar 2022-06-30T04:36:04.527Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15171511667234877652/Definitions/service-BasicOnboardAosdwy-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-30T04:36:06.367Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-30T04:36:06.371Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-06-30T04:36:06.371Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAosdwy-csar.csar 2022-06-30T04:36:06.372Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-30T04:36:06.372Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_aosDwY 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-BasicOnboardAosdwy-csar.csar 2022-06-30T04:36:06.372Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||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-BasicOnboardAosdwy-csar.csar 2022-06-30T04:36:06.372Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAosdwy-csar.csar 2022-06-30T04:36:06.372Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAosdwy-csar.csar 2022-06-30T04:36:06.372Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAosdwy-csar.csar 2022-06-30T04:36:06.372Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardAosdwy-csar.csar 2022-06-30T04:36:06.372Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAosdwy-csar.csar 2022-06-30T04:36:06.373Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAosdwy-csar.csar 2022-06-30T04:36:06.373Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardAosdwy-csar.csar 2022-06-30T04:36:06.373Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-06-30T04:36:06.379Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:36:06.381Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:36:06.384Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_aosDwY 0 is matching search criteria 2022-06-30T04:36:06.385Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-06-30T04:36:06.386Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_aosDwY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-30T04:36:06.388Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:36:06.388Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:36:06.388Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_aosDwY 0 is matching search criteria 2022-06-30T04:36:06.388Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-06-30T04:36:06.388Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_aosDwY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-30T04:36:06.389Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:36:06.389Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:36:06.392Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:36:06.392Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_aosDwY 0 is not matching search criteria 2022-06-30T04:36:06.392Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-06-30T04:36:06.393Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-06-30T04:36:06.393Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-06-30T04:36:06.393Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-30T04:36:06.393Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-30T04:36:06.393Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:36:06.393Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-30T04:36:06.394Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:36:06.395Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_aosDwY 0 is matching search criteria 2022-06-30T04:36:06.395Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_aosDwY 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:36:06.395Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:36:06.396Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_aosDwY 0 is matching search criteria 2022-06-30T04:36:06.396Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_aosDwY 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:36:06.396Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:36:06.396Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_aosDwY 0 is matching search criteria 2022-06-30T04:36:06.396Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_aosDwY 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:36:06.397Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:36:06.397Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_aosDwY 0 is not matching search criteria 2022-06-30T04:36:06.397Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-30T04:36:06.397Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-30T04:36:06.397Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1eaa537c-4e53-4aef-9ce3-c3c4a1c7f731 2022-06-30T04:36:06.397Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:36:06.397Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:36:06.398Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:36:06.398Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:36:06.398Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:36:06.398Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:36:06.398Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:36:06.398Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:36:06.399Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_aosDwY Description:service Model UUID:6efc5d4d-2853-42d8-8078-0bdcecdc57b9 Model Version:NULL Model InvariantUuid:90dcb179-3686-49f4-943a-73ffdb11d902 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_aosDwY Model UUID:e3b58dbe-cf7c-42a2-b489-3f3e71df6245 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:22847965-5251-4b75-9f76-84b9e131f6b9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:670dc27a-c85a-45f9-b124-0d07d7676cb1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7d27b3f7-d36c-4beb-b917-a773855df117 ModelName:BasicOnboardAosdwy..base_ubuntu18..module-0 ModelUuid:44155f54-b340-4e85-9f98-3870dc8ee54c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1eaa537c-4e53-4aef-9ce3-c3c4a1c7f731 ModelInvariantUuid:522d287c-bdd5-44b8-b1be-6c5e454d64f3 ModelName:basic_onboard_aosDwY-nodes.ubuntu18Cvfc ModelUuid:9fe45314-27c7-4af1-b7d6-ab3d2a4407ef ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:433f2f37-1207-48f7-9c68-d178218398d1 ModelInvariantUuid:d2c83b6e-50ed-40f3-ab15-16952f354312 ModelName:BasicOnboardAosdwy.compute.nodes.heat.ubuntu18 ModelUuid:7c0c3f3e-3608-46b0-bb09-7f0aa6ea5c56 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-30T04:36:06.409Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 476be97b-42cf-4aa8-be82-d7bc2c2c6b0c 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-30T04:36:06.580Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||basic_onboard_aosDwY 0 2022-06-30T04:36:06.589Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 476be97b-42cf-4aa8-be82-d7bc2c2c6b0c 2022-06-30T04:36:06.589Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5b8e06c4-a6b6-4069-bbfa-77d136698c8e from URL: /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json 2022-06-30T04:36:06.589Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-30T04:36:06.589Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json 2022-06-30T04:36:06.672Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-30T04:36:06.672Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json 5b8e06c4-a6b6-4069-bbfa-77d136698c8e 798 2022-06-30T04:36:06.673Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json ASDC sendASDCNotification 2022-06-30T04:36:06.673Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json 2022-06-30T04:36:06.673Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T04:36:06.673Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:36:06.676Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:36:06.676Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563766672, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-30T04:36:06.776Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:36:06.777Z||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-30T04:36:06.777Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:36:06.800Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:36:06.800Z||pool-11-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:36:07.677Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardAosdwy..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "7d27b3f7-d36c-4beb-b917-a773855df117", "vfModuleModelVersion": "1", "vfModuleModelUUID": "44155f54-b340-4e85-9f98-3870dc8ee54c", "vfModuleModelCustomizationUUID": "0bc5ad0d-ff98-4008-a67b-8c736ed35f58", "isBase": true, "artifacts": [ "e8de12b6-647d-416f-be82-d11818975952", "506cd6f7-9452-4fc7-9cbc-b434a5d9c6da" ], "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-30T04:36:07.695Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardAosdwy..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:44155f54-b340-4e85-9f98-3870dc8ee54c VfModuleModelInvariantUUID:7d27b3f7-d36c-4beb-b917-a773855df117 VfModuleModelDescription:NULL Artifacts UUID List:{ e8de12b6-647d-416f-be82-d11818975952 , 506cd6f7-9452-4fc7-9cbc-b434a5d9c6da } 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-30T04:36:07.698Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardAosdwy..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "7d27b3f7-d36c-4beb-b917-a773855df117", "vfModuleModelVersion": "1", "vfModuleModelUUID": "44155f54-b340-4e85-9f98-3870dc8ee54c", "vfModuleModelCustomizationUUID": "0bc5ad0d-ff98-4008-a67b-8c736ed35f58", "isBase": true, "artifacts": [ "e8de12b6-647d-416f-be82-d11818975952", "506cd6f7-9452-4fc7-9cbc-b434a5d9c6da" ], "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-30T04:36:07.698Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardAosdwy..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:44155f54-b340-4e85-9f98-3870dc8ee54c VfModuleModelInvariantUUID:7d27b3f7-d36c-4beb-b917-a773855df117 VfModuleModelDescription:NULL Artifacts UUID List:{ e8de12b6-647d-416f-be82-d11818975952 , 506cd6f7-9452-4fc7-9cbc-b434a5d9c6da } 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-30T04:36:07.698Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e8de12b6-647d-416f-be82-d11818975952 from URL: /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml 2022-06-30T04:36:07.698Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-30T04:36:07.698Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml 2022-06-30T04:36:07.757Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-30T04:36:07.758Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml e8de12b6-647d-416f-be82-d11818975952 5033 2022-06-30T04:36:07.758Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-30T04:36:07.758Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml 2022-06-30T04:36:07.758Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T04:36:07.758Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:36:07.762Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:36:07.762Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563767758, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-30T04:36:07.862Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:36:07.863Z||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-30T04:36:07.863Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:36:07.901Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:36:07.902Z||pool-12-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:36:08.770Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 506cd6f7-9452-4fc7-9cbc-b434a5d9c6da from URL: /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env 2022-06-30T04:36:08.770Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-30T04:36:08.780Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env 2022-06-30T04:36:08.846Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-30T04:36:08.847Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env 506cd6f7-9452-4fc7-9cbc-b434a5d9c6da 909 2022-06-30T04:36:08.847Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-30T04:36:08.847Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env 2022-06-30T04:36:08.847Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T04:36:08.847Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:36:08.849Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:36:08.849Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563768847, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-30T04:36:08.951Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-30T04:36:08.952Z||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-30T04:36:08.952Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:36:09.059Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:36:09.060Z||pool-13-thread-1|||||INFO|500||cambria reply ok (109 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:36:09.850Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 6efc5d4d-2853-42d8-8078-0bdcecdc57b9 2022-06-30T04:36:09.851Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_aosDwY 0 476be97b-42cf-4aa8-be82-d7bc2c2c6b0c 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-30T04:36:09.886Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c25558d, org.onap.sdc.toscaparser.api.parameters.Input@3a9d5221, org.onap.sdc.toscaparser.api.parameters.Input@727da2fc, org.onap.sdc.toscaparser.api.parameters.Input@27cc2093, org.onap.sdc.toscaparser.api.parameters.Input@719390da] 2022-06-30T04:36:09.890Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:36:09.890Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:36:09.891Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-06-30T04:36:09.891Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 670dc27a-c85a-45f9-b124-0d07d7676cb1 2022-06-30T04:36:09.891Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 670dc27a-c85a-45f9-b124-0d07d7676cb1 matches Tosca VF Customization UUID: 670dc27a-c85a-45f9-b124-0d07d7676cb1 2022-06-30T04:36:09.891Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 670dc27a-c85a-45f9-b124-0d07d7676cb1 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-30T04:36:09.897Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:36:09.898Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:36:09.899Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 670dc27a-c85a-45f9-b124-0d07d7676cb1: {\"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-30T04:36:09.899Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@27196be3 2022-06-30T04:36:09.899Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:36:09.900Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-30T04:36:09.900Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0bc5ad0d-ff98-4008-a67b-8c736ed35f58 2022-06-30T04:36:09.901Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0bc5ad0d-ff98-4008-a67b-8c736ed35f58 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-30T04:36:09.907Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:36:09.907Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_aosDwY 0 is matching search criteria 2022-06-30T04:36:09.908Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_aosDwY 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:36:09.908Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:36:09.909Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_aosDwY 0 is matching search criteria 2022-06-30T04:36:09.909Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_aosDwY 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:36:09.909Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:36:09.909Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_aosDwY 0 is not matching search criteria 2022-06-30T04:36:09.909Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-30T04:36:09.909Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-30T04:36:09.910Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1eaa537c-4e53-4aef-9ce3-c3c4a1c7f731 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-30T04:36:09.917Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:36:09.917Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_aosDwY 0 is matching search criteria 2022-06-30T04:36:09.918Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_aosDwY 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:36:09.918Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:36:09.918Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_aosDwY 0 is matching search criteria 2022-06-30T04:36:09.918Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_aosDwY 0] matching following query criteria: sdcType=VF, customizationUUID=670dc27a-c85a-45f9-b124-0d07d7676cb1 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-30T04:36:09.920Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:36:09.920Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:36:09.921Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 6efc5d4d-2853-42d8-8078-0bdcecdc57b9: basic_onboard_aosDwY 2022-06-30T04:36:09.921Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:36:09.921Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:36:09.921Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:36:09.922Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:36:09.922Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:36:09.922Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:36:09.922Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:36:09.922Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:36:09.922Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:36:09.923Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_aosDwY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:36:09.923Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_aosDwY 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-30T04:36:10.115Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_aosDwY 476be97b-42cf-4aa8-be82-d7bc2c2c6b0c 1 ASDC deployResourceStructure 2022-06-30T04:36:10.116Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json ASDC sendASDCNotification 2022-06-30T04:36:10.116Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json 2022-06-30T04:36:10.116Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-30T04:36:10.117Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:36:10.119Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:36:10.119Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563770116, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json", "status": "DEPLOY_OK" } 2022-06-30T04:36:10.219Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:36:10.221Z||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-30T04:36:10.221Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:36:10.258Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:36:10.258Z||pool-14-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:36:11.120Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-30T04:36:11.121Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml 2022-06-30T04:36:11.121Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-30T04:36:11.121Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:36:11.123Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:36:11.123Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563771120, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-30T04:36:11.223Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:36:11.224Z||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-30T04:36:11.224Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:36:11.254Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:36:11.254Z||pool-15-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:36:12.125Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-30T04:36:12.125Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env 2022-06-30T04:36:12.125Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-30T04:36:12.126Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:36:12.128Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:36:12.128Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563772124, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-30T04:36:12.229Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-30T04:36:12.230Z||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-30T04:36:12.230Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:36:12.277Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:36:12.280Z||pool-16-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1} 2022-06-30T04:36:13.130Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar ASDC sendASDCNotification 2022-06-30T04:36:13.130Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar 2022-06-30T04:36:13.130Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-30T04:36:13.130Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:36:13.133Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:36:13.133Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563773129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:36:13.233Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:36:13.234Z||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-30T04:36:13.234Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:36:13.254Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:36:13.255Z||pool-17-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-30T04:36:14.134Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0fa0726-7f23-428a-b1c1-4c74ff5f3251 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T04:36:14.165Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0fa0726-7f23-428a-b1c1-4c74ff5f3251 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-30T04:36:14.172Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-30T04:36:14.172Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-30T04:36:14.172Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-30T04:36:44.172Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0fa0726-7f23-428a-b1c1-4c74ff5f3251 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T04:36:44.192Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0fa0726-7f23-428a-b1c1-4c74ff5f3251 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-30T04:36:44.197Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-30T04:36:44.197Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-30T04:36:44.197Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-30T04:36:54.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:36:54.743Z||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-30T04:36:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:36:54.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:36:54.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T04:36:54.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "multicloud-k8s-id", "timestamp": 1656563755459, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json", "status": "DEPLOY_OK" } 2022-06-30T04:36:54.880Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:37:14.197Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0fa0726-7f23-428a-b1c1-4c74ff5f3251 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T04:37:14.218Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0fa0726-7f23-428a-b1c1-4c74ff5f3251 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-30T04:37:14.221Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-30T04:37:14.221Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-30T04:37:14.221Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-30T04:37:44.222Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0fa0726-7f23-428a-b1c1-4c74ff5f3251 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T04:37:44.234Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0fa0726-7f23-428a-b1c1-4c74ff5f3251 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-30T04:37:44.240Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-30T04:37:44.240Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-30T04:37:44.240Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-30T04:37:54.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:37:54.744Z||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-30T04:37:54.744Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:37:54.798Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:37:54.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T04:37:54.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563754740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:37:54.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-30T04:37:54.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T04:37:54.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563754740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json", "status": "NOTIFIED" } 2022-06-30T04:37:54.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-30T04:37:54.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T04:37:54.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "aai-ml", "timestamp": 1656563755838, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:37:54.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-30T04:37:54.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T04:37:54.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563754740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-30T04:37:54.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-30T04:37:54.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T04:37:54.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "aai-ml", "timestamp": 1656563755838, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T04:37:54.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-30T04:37:54.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T04:37:54.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563754740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:37:54.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-30T04:37:54.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T04:37:54.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "aai-ml", "timestamp": 1656563755838, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:37:54.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-30T04:37:54.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T04:37:54.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563754740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-30T04:37:54.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-30T04:37:54.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T04:37:54.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "aai-ml", "timestamp": 1656563755838, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:37:54.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-30T04:37:54.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T04:37:54.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563754740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:37:54.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-30T04:37:54.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T04:37:54.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "aai-ml", "timestamp": 1656563755838, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:37:54.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-30T04:37:54.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T04:37:54.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563754740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:37:54.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-30T04:37:54.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T04:37:54.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "aai-ml", "timestamp": 1656563755838, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:37:54.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-30T04:37:54.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T04:37:54.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "aai-ml", "timestamp": 1656563755838, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:37:54.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-30T04:37:54.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T04:37:54.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563762821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:37:54.815Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:37:54.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T04:37:54.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "aai-ml", "timestamp": 1656563763919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:37:54.815Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:37:54.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T04:37:54.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563766672, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-30T04:37:54.816Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:37:54.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T04:37:54.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563767758, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-30T04:37:54.817Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:37:54.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T04:37:54.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563768847, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-30T04:37:54.817Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:37:54.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T04:37:54.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563770116, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/basic_onboard_aosdwy0_modules.json", "status": "DEPLOY_OK" } 2022-06-30T04:37:54.818Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:37:54.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T04:37:54.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563771120, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-30T04:37:54.819Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:37:54.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T04:37:54.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563772124, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/resourceInstances/basic_onboard_aosdwy0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-30T04:37:54.819Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:37:54.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T04:37:54.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563773129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:37:54.820Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:37:54.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T04:37:54.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "aai-ml", "timestamp": 1656563776339, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosdwy/1.0/artifacts/service-BasicOnboardAosdwy-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:37:54.821Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:37:54.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T04:37:54.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "aai-ml", "timestamp": 1656563777346, "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-30T04:37:54.831Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d0fa0726-7f23-428a-b1c1-4c74ff5f3251 2022-06-30T04:37:54.832Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0fa0726-7f23-428a-b1c1-4c74ff5f3251 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-30T04:38:14.241Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0fa0726-7f23-428a-b1c1-4c74ff5f3251 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T04:38:14.258Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0fa0726-7f23-428a-b1c1-4c74ff5f3251 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-30T04:38:14.264Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-30T04:38:14.264Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-30T04:38:14.264Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-30T04:38:14.264Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-30T04:38:14.265Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:38:14.265Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:38:14.265Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:38:14.265Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:38:14.265Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:38:14.265Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:38:14.266Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||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-30T04:38:14.274Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-30T04:38:44.274Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d0fa0726-7f23-428a-b1c1-4c74ff5f3251 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-30T04:38:44.289Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d0fa0726-7f23-428a-b1c1-4c74ff5f3251 and serviceModelVersionId: 6efc5d4d-2853-42d8-8078-0bdcecdc57b9 2022-06-30T04:38:44.289Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 90dcb179-3686-49f4-943a-73ffdb11d902 2022-06-30T04:38:54.755Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:38:54.756Z||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-30T04:38:54.756Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:38:55.306Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:38:55.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "ves-openapi-manager", "timestamp": 1656563820615, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "multicloud-k8s-id", "timestamp": 1656563823395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656563825176, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "clamp", "timestamp": 1656563821901, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "policy-id", "timestamp": 1656563821945, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656563825176, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "clamp", "timestamp": 1656563821901, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json", "status": "NOTIFIED" } 2022-06-30T04:38:55.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "ves-openapi-manager", "timestamp": 1656563820615, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "multicloud-k8s-id", "timestamp": 1656563823395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json", "status": "NOTIFIED" } 2022-06-30T04:38:55.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "policy-id", "timestamp": 1656563821945, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "clamp", "timestamp": 1656563821901, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "ves-openapi-manager", "timestamp": 1656563820615, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656563825176, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "multicloud-k8s-id", "timestamp": 1656563823395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-30T04:38:55.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "policy-id", "timestamp": 1656563821945, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-30T04:38:55.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "ves-openapi-manager", "timestamp": 1656563820615, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "clamp", "timestamp": 1656563821901, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656563825176, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "multicloud-k8s-id", "timestamp": 1656563823395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "policy-id", "timestamp": 1656563821945, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "ves-openapi-manager", "timestamp": 1656563820615, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656563825176, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "clamp", "timestamp": 1656563821901, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "multicloud-k8s-id", "timestamp": 1656563823395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-30T04:38:55.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "policy-id", "timestamp": 1656563821945, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "cds", "timestamp": 1656563831264, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "clamp", "timestamp": 1656563821901, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "ves-openapi-manager", "timestamp": 1656563820615, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656563825176, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "multicloud-k8s-id", "timestamp": 1656563823395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "policy-id", "timestamp": 1656563821945, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "cds", "timestamp": 1656563831264, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "clamp", "timestamp": 1656563821901, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:38:55.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "ves-openapi-manager", "timestamp": 1656563820615, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656563825176, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:38:55.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "multicloud-k8s-id", "timestamp": 1656563823395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:38:55.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "policy-id", "timestamp": 1656563821945, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:38:55.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "cds", "timestamp": 1656563831264, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656563835672, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:38:55.322Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:38:55.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "multicloud-k8s-id", "timestamp": 1656563834944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-30T04:38:55.322Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:38:55.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "policy-id", "timestamp": 1656563835713, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:38:55.323Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:38:55.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "cds", "timestamp": 1656563831264, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "policy-id", "timestamp": 1656563836718, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:38:55.324Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:38:55.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "multicloud-k8s-id", "timestamp": 1656563836047, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-30T04:38:55.324Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:38:55.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "cds", "timestamp": 1656563831264, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "policy-id", "timestamp": 1656563837720, "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-30T04:38:55.340Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0a275862-8c4b-42a2-a036-9f498491859f 2022-06-30T04:38:55.341Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a275862-8c4b-42a2-a036-9f498491859f 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-30T04:38:55.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "multicloud-k8s-id", "timestamp": 1656563837158, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-30T04:38:55.355Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:38:55.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "cds", "timestamp": 1656563831264, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "multicloud-k8s-id", "timestamp": 1656563838183, "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-30T04:38:55.362Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0a275862-8c4b-42a2-a036-9f498491859f 2022-06-30T04:38:55.363Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a275862-8c4b-42a2-a036-9f498491859f 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-30T04:38:55.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "cds", "timestamp": 1656563831264, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:38:55.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656563839247, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:38:55.374Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:38:55.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "clamp", "timestamp": 1656563838807, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:38:55.375Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:38:55.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "multicloud-k8s-id", "timestamp": 1656563839189, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json", "status": "DEPLOY_OK" } 2022-06-30T04:38:55.375Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:38:55.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "cds", "timestamp": 1656563839061, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:38:55.376Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:38:55.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656563840251, "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-30T04:38:55.383Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0a275862-8c4b-42a2-a036-9f498491859f 2022-06-30T04:38:55.383Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a275862-8c4b-42a2-a036-9f498491859f 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-30T04:38:55.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "cds", "timestamp": 1656563840069, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-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-30T04:38:55.401Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0a275862-8c4b-42a2-a036-9f498491859f 2022-06-30T04:38:55.401Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a275862-8c4b-42a2-a036-9f498491859f 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-30T04:38:55.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "clamp", "timestamp": 1656563840818, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:38:55.411Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:38:55.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "clamp", "timestamp": 1656563841821, "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-30T04:38:55.443Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0a275862-8c4b-42a2-a036-9f498491859f 2022-06-30T04:38:55.443Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a275862-8c4b-42a2-a036-9f498491859f 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-30T04:38:55.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "aai-ml", "timestamp": 1656563845839, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.454Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "aai-ml", "timestamp": 1656563845839, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "aai-ml", "timestamp": 1656563845839, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "aai-ml", "timestamp": 1656563845839, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "aai-ml", "timestamp": 1656563845839, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.457Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "aai-ml", "timestamp": 1656563845839, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:38:55.458Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.458Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "aai-ml", "timestamp": 1656563845839, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:38:55.458Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T04:38:55.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "aai-ml", "timestamp": 1656563853635, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:38:55.459Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:38:55.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "aai-ml", "timestamp": 1656563864915, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:38:55.460Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:38:55.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T04:38:55.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "aai-ml", "timestamp": 1656563865920, "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-30T04:38:55.467Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0a275862-8c4b-42a2-a036-9f498491859f 2022-06-30T04:38:55.467Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a275862-8c4b-42a2-a036-9f498491859f 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-30T04:38:59.424Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/90dcb179-3686-49f4-943a-73ffdb11d902/model-vers/model-ver/6efc5d4d-2853-42d8-8078-0bdcecdc57b9?depth=0 2022-06-30T04:38:59.579Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-06-30T04:39:00.114Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90dcb179-3686-49f4-943a-73ffdb11d902/model-vers/model-ver/6efc5d4d-2853-42d8-8078-0bdcecdc57b9?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-30T04:39:00.119Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90dcb179-3686-49f4-943a-73ffdb11d902/model-vers/model-ver/6efc5d4d-2853-42d8-8078-0bdcecdc57b9?depth=0|INFO|500||Invoke 2022-06-30T04:39:00.237Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90dcb179-3686-49f4-943a-73ffdb11d902/model-vers/model-ver/6efc5d4d-2853-42d8-8078-0bdcecdc57b9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-30T04:39:00.436Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90dcb179-3686-49f4-943a-73ffdb11d902/model-vers/model-ver/6efc5d4d-2853-42d8-8078-0bdcecdc57b9?depth=0|INFO|500||InvokeReturn 2022-06-30T04:39:00.437Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90dcb179-3686-49f4-943a-73ffdb11d902/model-vers/model-ver/6efc5d4d-2853-42d8-8078-0bdcecdc57b9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220630-04:39:00:247-50013], vertex-id=[168040], Content-Length=[0], Date=[Thu, 30 Jun 2022 04:39:00 GMT], Content-Type=[application/json]} 2022-06-30T04:39:00.437Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-06-30T04:39:00.444Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-30T04:39:00.445Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||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-30T04:39:00.453Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||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-30T04:39:00.457Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d0fa0726-7f23-428a-b1c1-4c74ff5f3251 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-30T04:39:00.458Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-30T04:39:00.458Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:39:00.462Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:39:00.462Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563940457, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-30T04:39:00.561Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-30T04:39:00.562Z||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-30T04:39:00.563Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:39:00.578Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:39:00.579Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 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-30T04:39:01.487Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:39:01.488Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-30T04:39:01.488Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:39:05.877Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:39:05.877Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-30T04:39:05.878Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"0a275862-8c4b-42a2-a036-9f498491859f","serviceName":"vFW 2022-06-30 04-35-56","serviceVersion":"1.0","serviceUUID":"1e27271d-7395-487b-a286-cf6c14ad2091","serviceDescription":"catalog service description","serviceInvariantUUID":"b2edde00-a0ae-4541-86fb-ff6016738e8c","resources":[{"resourceInstanceName":"vFW 36044ad5-8a9b 0","resourceName":"vFW 36044ad5-8a9b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"046ad1be-ee48-4d9d-bc4e-bd4fae7bec01","resourceInvariantUUID":"42f65dd2-0219-46a8-9a19-c1901e9a0699","resourceCustomizationUUID":"bbc15dc8-1b39-454e-9b32-f6d251b21172","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vf-license-model.xml","artifactChecksum":"YzY5Nzc0NjcyYTE1MjhhOTJiZmUwMTk2YmU4NDMyMzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c81f4b6c-8f93-4325-9586-30f46aad02ce","artifactVersion":"1"},{"artifactName":"vfw36044ad58a9b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json","artifactChecksum":"MzAzZGI1MDIzNDM1YWI5ZDFlOWNhMjA1MjhjM2E5ZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9825696c-f239-4f80-8f62-982654c8c4d6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6d49f2fa-ea3f-4133-9ab5-43cf26f43d84","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjViNDY5ZTFlZmE3ZDA5ZTkxOGJhNDU0MzA5OTAyNTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"44103aff-7473-4b01-8738-05700fa3c102","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ca97007d-5a94-4713-befa-fedaf763cf04","artifactVersion":"2","generatedFromUUID":"6d49f2fa-ea3f-4133-9ab5-43cf26f43d84"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220630043556-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-template.yml","artifactChecksum":"NzMyZTMxNmI3NzhiMWMwNzA1MzQwNjk4NzU0YWM3NjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a2f73334-b76e-4731-a546-951dc806cf00","artifactVersion":"1"},{"artifactName":"service-Vfw20220630043556-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar","artifactChecksum":"NzFiNDJlZmU0NmM2MDg4OGVmMjdiNzllNTdkYTI5ZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ca174a66-856d-4df9-97de-3e14be6edd6d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-30T04:39:05.881Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:39:05.882Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:39:05.884Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:39:05.884Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563941487, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:39:05.984Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:39:05.985Z||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-30T04:39:05.985Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:39:06.003Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:39:06.004Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:39:06.884Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:39:06.886Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:39:06.889Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:39:06.889Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563941487, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json", "status": "NOTIFIED" } 2022-06-30T04:39:06.989Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:39:06.990Z||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-30T04:39:06.990Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:39:07.008Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:39:07.009Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:39:07.889Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:39:07.890Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:39:07.892Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:39:07.892Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563941487, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-30T04:39:07.992Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:39:07.993Z||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-30T04:39:07.994Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:39:08.025Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:39:08.025Z||pool-21-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:39:08.893Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:39:08.894Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:39:08.896Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:39:08.896Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563941487, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:39:08.996Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:39:08.997Z||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-30T04:39:08.998Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:39:09.019Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:39:09.019Z||pool-22-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:39:09.897Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:39:09.897Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:39:09.899Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:39:09.899Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563941487, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-30T04:39:09.999Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:39:10.000Z||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-30T04:39:10.000Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:39:10.024Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:39:10.024Z||pool-23-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-06-30T04:39:10.900Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:39:10.901Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:39:10.902Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:39:10.902Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563941487, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:39:11.003Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:39:11.004Z||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-30T04:39:11.004Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:39:11.031Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:39:11.032Z||pool-24-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:39:11.903Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:39:11.904Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:39:11.906Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:39:11.906Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563941487, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:39:12.006Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:39:12.007Z||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-30T04:39:12.007Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:39:12.025Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:39:12.025Z||pool-25-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-30T04:39:12.909Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "serviceName": "vFW 2022-06-30 04-35-56", "serviceVersion": "1.0", "serviceUUID": "1e27271d-7395-487b-a286-cf6c14ad2091", "serviceDescription": "catalog service description", "serviceInvariantUUID": "b2edde00-a0ae-4541-86fb-ff6016738e8c", "resources": [ { "resourceInstanceName": "vFW 36044ad5-8a9b 0", "resourceCustomizationUUID": "bbc15dc8-1b39-454e-9b32-f6d251b21172", "resourceName": "vFW 36044ad5-8a9b", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "046ad1be-ee48-4d9d-bc4e-bd4fae7bec01", "resourceInvariantUUID": "42f65dd2-0219-46a8-9a19-c1901e9a0699", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw36044ad58a9b0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json", "artifactChecksum": "MzAzZGI1MDIzNDM1YWI5ZDFlOWNhMjA1MjhjM2E5ZTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9825696c-f239-4f80-8f62-982654c8c4d6", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "6d49f2fa-ea3f-4133-9ab5-43cf26f43d84", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ca97007d-5a94-4713-befa-fedaf763cf04", "generatedFromUUID": "6d49f2fa-ea3f-4133-9ab5-43cf26f43d84" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ca97007d-5a94-4713-befa-fedaf763cf04", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220630043556-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar", "artifactChecksum": "NzFiNDJlZmU0NmM2MDg4OGVmMjdiNzllNTdkYTI5ZTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ca174a66-856d-4df9-97de-3e14be6edd6d" } ], "workloadContext": "Production" } 2022-06-30T04:39:12.910Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-30T04:39:12.910Z|d0fa0726-7f23-428a-b1c1-4c74ff5f3251|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1e27271d-7395-487b-a286-cf6c14ad2091 ASDC 2022-06-30T04:39:12.910Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:0a275862-8c4b-42a2-a036-9f498491859f ServiceName:vFW 2022-06-30 04-35-56 ServiceVersion:1.0 ServiceUUID:1e27271d-7395-487b-a286-cf6c14ad2091 ServiceInvariantUUID:b2edde00-a0ae-4541-86fb-ff6016738e8c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220630043556-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar ArtifactUUID:ca174a66-856d-4df9-97de-3e14be6edd6d ArtifactChecksum:NzFiNDJlZmU0NmM2MDg4OGVmMjdiNzllNTdkYTI5ZTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 36044ad5-8a9b 0 ResourceCustomizationUUID:bbc15dc8-1b39-454e-9b32-f6d251b21172 ResourceInvariantUUID:42f65dd2-0219-46a8-9a19-c1901e9a0699 ResourceName:vFW 36044ad5-8a9b ResourceType:VF ResourceUUID:046ad1be-ee48-4d9d-bc4e-bd4fae7bec01 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw36044ad58a9b0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json ArtifactUUID:9825696c-f239-4f80-8f62-982654c8c4d6 ArtifactChecksum:MzAzZGI1MDIzNDM1YWI5ZDFlOWNhMjA1MjhjM2E5ZTA= 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/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml ArtifactUUID:6d49f2fa-ea3f-4133-9ab5-43cf26f43d84 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/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env ArtifactUUID:ca97007d-5a94-4713-befa-fedaf763cf04 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/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env ArtifactUUID:ca97007d-5a94-4713-befa-fedaf763cf04 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-30T04:39:12.910Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1e27271d-7395-487b-a286-cf6c14ad2091 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-30T04:39:12.944Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-30T04:39:12.945Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-30T04:39:12.945Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-30T04:39:12.945Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ca174a66-856d-4df9-97de-3e14be6edd6d from URL: /sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar 2022-06-30T04:39:12.945Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-30T04:39:12.945Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar 2022-06-30T04:39:13.018Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-30T04:39:13.023Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar ca174a66-856d-4df9-97de-3e14be6edd6d 99011 2022-06-30T04:39:13.023Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar ASDC sendASDCNotification 2022-06-30T04:39:13.023Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar 2022-06-30T04:39:13.023Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T04:39:13.023Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:39:13.028Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:39:13.028Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563953023, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:39:13.125Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-30T04:39:13.126Z||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-30T04:39:13.126Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:39:13.145Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:39:13.146Z||pool-26-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:39:14.028Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-30T04:39:14.029Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-30T04:39:14.030Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ca174a66-856d-4df9-97de-3e14be6edd6d, URL: /sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar to file: /app/ASDC/1/service-Vfw20220630043556-csar.csar 2022-06-30T04:39:14.030Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220630043556-csar.csar 2022-06-30T04:39:14.030Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220630043556-csar.csar 2022-06-30T04:39:14.031Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220630043556-csar.csar 2022-06-30T04:39:14.245Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13444118805561440841/Definitions/service-Vfw20220630043556-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 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-30T04:39:16.426Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-30T04:39:16.427Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-06-30T04:39:16.427Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220630043556-csar.csar 2022-06-30T04:39:16.427Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-06-30T04:39:16.428Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220630043556-csar.csar 2022-06-30T04:39:16.428Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220630043556-csar.csar 2022-06-30T04:39:16.428Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220630043556-csar.csar 2022-06-30T04:39:16.428Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220630043556-csar.csar 2022-06-30T04:39:16.428Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220630043556-csar.csar 2022-06-30T04:39:16.428Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220630043556-csar.csar 2022-06-30T04:39:16.428Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220630043556-csar.csar 2022-06-30T04:39:16.428Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220630043556-csar.csar 2022-06-30T04:39:16.428Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 36044ad5-8a9b 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-Vfw20220630043556-csar.csar 2022-06-30T04:39:16.429Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220630043556-csar.csar 2022-06-30T04:39:16.429Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220630043556-csar.csar 2022-06-30T04:39:16.429Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220630043556-csar.csar 2022-06-30T04:39:16.429Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220630043556-csar.csar 2022-06-30T04:39:16.429Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-06-30T04:39:16.429Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:16.429Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:39:16.429Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is matching search criteria 2022-06-30T04:39:16.430Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-06-30T04:39:16.430Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 36044ad5-8a9b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-30T04:39:16.430Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:16.430Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:39:16.431Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is matching search criteria 2022-06-30T04:39:16.431Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-06-30T04:39:16.431Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 36044ad5-8a9b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-30T04:39:16.431Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:16.431Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:39:16.431Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:16.432Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is not matching search criteria 2022-06-30T04:39:16.432Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-30T04:39:16.432Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-30T04:39:16.432Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-30T04:39:16.432Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-30T04:39:16.432Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-30T04:39:16.433Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-30T04:39:16.433Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-30T04:39:16.433Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-30T04:39:16.433Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-30T04:39:16.433Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-30T04:39:16.433Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-30T04:39:16.433Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-30T04:39:16.434Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-30T04:39:16.434Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-30T04:39:16.434Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-30T04:39:16.434Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-30T04:39:16.434Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:16.435Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-30T04:39:16.435Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:16.435Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is matching search criteria 2022-06-30T04:39:16.435Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 36044ad5-8a9b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:39:16.436Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:16.436Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is matching search criteria 2022-06-30T04:39:16.436Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 36044ad5-8a9b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:39:16.436Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:16.437Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is matching search criteria 2022-06-30T04:39:16.437Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 36044ad5-8a9b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:39:16.437Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:16.437Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is not matching search criteria 2022-06-30T04:39:16.437Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-30T04:39:16.437Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-30T04:39:16.438Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-30T04:39:16.438Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-30T04:39:16.438Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-30T04:39:16.438Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-30T04:39:16.438Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-30T04:39:16.439Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-30T04:39:16.439Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-30T04:39:16.439Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-30T04:39:16.439Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-30T04:39:16.440Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=47fb1bcc-ca0b-4ff5-822a-6cf264235453 2022-06-30T04:39:16.440Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:16.440Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is not matching search criteria 2022-06-30T04:39:16.440Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-30T04:39:16.440Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-30T04:39:16.440Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-30T04:39:16.441Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-30T04:39:16.441Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-30T04:39:16.441Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-30T04:39:16.441Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-30T04:39:16.441Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-30T04:39:16.441Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-30T04:39:16.442Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-30T04:39:16.442Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-30T04:39:16.442Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-30T04:39:16.442Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fce5eb37-2830-431a-b940-7c8b41ae1a34 2022-06-30T04:39:16.442Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:16.443Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is not matching search criteria 2022-06-30T04:39:16.443Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-30T04:39:16.443Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-30T04:39:16.443Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-30T04:39:16.443Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-30T04:39:16.443Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-30T04:39:16.444Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-30T04:39:16.444Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-30T04:39:16.444Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-30T04:39:16.444Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-30T04:39:16.444Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-30T04:39:16.444Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-30T04:39:16.445Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-30T04:39:16.445Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1d2fac87-2c4d-421b-8478-e3d521e7a18f 2022-06-30T04:39:16.445Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:16.445Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:39:16.445Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:16.445Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:39:16.446Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:16.446Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:39:16.446Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:16.446Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:39:16.446Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-06-30 04-35-56 Description:catalog service description Model UUID:1e27271d-7395-487b-a286-cf6c14ad2091 Model Version:NULL Model InvariantUuid:b2edde00-a0ae-4541-86fb-ff6016738e8c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 36044ad5-8a9b Model UUID:b50fa2e4-25b0-41db-88f6-5e41a318cd55 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:42f65dd2-0219-46a8-9a19-c1901e9a0699 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:bbc15dc8-1b39-454e-9b32-f6d251b21172 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c1b851e8-8a72-42ef-a1e1-fee93e893a86 ModelName:Vfw36044ad58a9b..base_vfw..module-0 ModelUuid:3e5afd36-e48c-44cd-81c1-cdc38ea7c73b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:47fb1bcc-ca0b-4ff5-822a-6cf264235453 ModelInvariantUuid:1ce470e9-05c8-4c63-875b-61da7308966c ModelName:vFW 36044ad5-8a9b-nodes.vfwCvfc ModelUuid:2b425a96-72ec-4dd9-acef-ca988c92a11f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:3bc1d514-cad6-410e-b34a-d2f5754c056b ModelInvariantUuid:89d439aa-363e-4c06-8b7a-3d1c6fc97093 ModelName:Vfw36044ad58a9b.compute.nodes.heat.vfw ModelUuid:00a06cc1-2597-46ca-903f-22c971a61fea ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:fce5eb37-2830-431a-b940-7c8b41ae1a34 ModelInvariantUuid:99b5650f-6afd-46ff-a9a5-f87dabfe10df ModelName:vFW 36044ad5-8a9b-nodes.vsnCvfc ModelUuid:b48115bb-2856-4e89-be1e-1aec219f44ef ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:0db8b110-594a-4170-9364-cf3a4aedc30f ModelInvariantUuid:8803a8af-6dc5-4b7e-ac4b-c4ea792b7b30 ModelName:Vfw36044ad58a9b.compute.nodes.heat.vsn ModelUuid:aa078f3b-6484-407f-98e8-40970f011718 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:1d2fac87-2c4d-421b-8478-e3d521e7a18f ModelInvariantUuid:23e80760-8238-416b-9a07-54f1a749aca1 ModelName:vFW 36044ad5-8a9b-nodes.vpgCvfc ModelUuid:ca354cc5-a55c-4410-b412-e2e729e636a0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:4e1b4f72-0cdd-4591-becd-cfd989770360 ModelInvariantUuid:9db56372-36b2-4af4-a6a2-2f3e7250f668 ModelName:Vfw36044ad58a9b.compute.nodes.heat.vpg ModelUuid:fdf1bb2c-643d-4fc9-8dfd-4f82e3aa71d8 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-30T04:39:16.457Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 046ad1be-ee48-4d9d-bc4e-bd4fae7bec01 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-30T04:39:16.460Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||vFW 36044ad5-8a9b 0 2022-06-30T04:39:16.460Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 046ad1be-ee48-4d9d-bc4e-bd4fae7bec01 2022-06-30T04:39:16.460Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9825696c-f239-4f80-8f62-982654c8c4d6 from URL: /sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json 2022-06-30T04:39:16.461Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-30T04:39:16.461Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json 2022-06-30T04:39:16.559Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-30T04:39:16.559Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json 9825696c-f239-4f80-8f62-982654c8c4d6 785 2022-06-30T04:39:16.559Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json ASDC sendASDCNotification 2022-06-30T04:39:16.560Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json 2022-06-30T04:39:16.560Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T04:39:16.560Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:39:16.562Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:39:16.562Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563956559, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-30T04:39:16.662Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:39:16.663Z||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-30T04:39:16.663Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:39:16.680Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:39:16.681Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:39:17.562Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw36044ad58a9b..base_vfw..module-0", "vfModuleModelInvariantUUID": "c1b851e8-8a72-42ef-a1e1-fee93e893a86", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3e5afd36-e48c-44cd-81c1-cdc38ea7c73b", "vfModuleModelCustomizationUUID": "86daf2d8-1763-4915-a863-79442a9b2a06", "isBase": true, "artifacts": [ "6d49f2fa-ea3f-4133-9ab5-43cf26f43d84", "ca97007d-5a94-4713-befa-fedaf763cf04" ], "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-30T04:39:17.567Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw36044ad58a9b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3e5afd36-e48c-44cd-81c1-cdc38ea7c73b VfModuleModelInvariantUUID:c1b851e8-8a72-42ef-a1e1-fee93e893a86 VfModuleModelDescription:NULL Artifacts UUID List:{ 6d49f2fa-ea3f-4133-9ab5-43cf26f43d84 , ca97007d-5a94-4713-befa-fedaf763cf04 } 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-30T04:39:17.568Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw36044ad58a9b..base_vfw..module-0", "vfModuleModelInvariantUUID": "c1b851e8-8a72-42ef-a1e1-fee93e893a86", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3e5afd36-e48c-44cd-81c1-cdc38ea7c73b", "vfModuleModelCustomizationUUID": "86daf2d8-1763-4915-a863-79442a9b2a06", "isBase": true, "artifacts": [ "6d49f2fa-ea3f-4133-9ab5-43cf26f43d84", "ca97007d-5a94-4713-befa-fedaf763cf04" ], "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-30T04:39:17.569Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw36044ad58a9b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3e5afd36-e48c-44cd-81c1-cdc38ea7c73b VfModuleModelInvariantUUID:c1b851e8-8a72-42ef-a1e1-fee93e893a86 VfModuleModelDescription:NULL Artifacts UUID List:{ 6d49f2fa-ea3f-4133-9ab5-43cf26f43d84 , ca97007d-5a94-4713-befa-fedaf763cf04 } 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-30T04:39:17.569Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6d49f2fa-ea3f-4133-9ab5-43cf26f43d84 from URL: /sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml 2022-06-30T04:39:17.569Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-30T04:39:17.569Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml 2022-06-30T04:39:17.652Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-30T04:39:17.653Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml 6d49f2fa-ea3f-4133-9ab5-43cf26f43d84 20368 2022-06-30T04:39:17.653Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-30T04:39:17.653Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml 2022-06-30T04:39:17.653Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T04:39:17.654Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:39:17.655Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:39:17.655Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563957653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-30T04:39:17.756Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:39:17.757Z||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-30T04:39:17.757Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:39:17.775Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:39:17.775Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:39:18.656Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ca97007d-5a94-4713-befa-fedaf763cf04 from URL: /sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env 2022-06-30T04:39:18.656Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-30T04:39:18.657Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env 2022-06-30T04:39:18.762Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-30T04:39:18.763Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env ca97007d-5a94-4713-befa-fedaf763cf04 2098 2022-06-30T04:39:18.763Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-30T04:39:18.763Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env 2022-06-30T04:39:18.763Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T04:39:18.763Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:39:18.765Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:39:18.765Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563958763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-30T04:39:18.865Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:39:18.866Z||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-30T04:39:18.867Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:39:18.882Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:39:18.883Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:39:19.766Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 1e27271d-7395-487b-a286-cf6c14ad2091 2022-06-30T04:39:19.766Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 36044ad5-8a9b 0 046ad1be-ee48-4d9d-bc4e-bd4fae7bec01 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-30T04:39:19.788Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2dcf7eb8, org.onap.sdc.toscaparser.api.parameters.Input@31907987, org.onap.sdc.toscaparser.api.parameters.Input@2ba82edf, org.onap.sdc.toscaparser.api.parameters.Input@59a9c9d7, org.onap.sdc.toscaparser.api.parameters.Input@fc546e4] 2022-06-30T04:39:19.790Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:19.790Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:39:19.790Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-06-30T04:39:19.790Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= bbc15dc8-1b39-454e-9b32-f6d251b21172 2022-06-30T04:39:19.790Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bbc15dc8-1b39-454e-9b32-f6d251b21172 matches Tosca VF Customization UUID: bbc15dc8-1b39-454e-9b32-f6d251b21172 2022-06-30T04:39:19.791Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: bbc15dc8-1b39-454e-9b32-f6d251b21172 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-30T04:39:19.793Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:19.793Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:39:19.794Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id bbc15dc8-1b39-454e-9b32-f6d251b21172: {\"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-30T04:39:19.794Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@40efd933 2022-06-30T04:39:19.794Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:19.794Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-30T04:39:19.794Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 86daf2d8-1763-4915-a863-79442a9b2a06 2022-06-30T04:39:19.794Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 86daf2d8-1763-4915-a863-79442a9b2a06 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-30T04:39:19.796Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:19.797Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is matching search criteria 2022-06-30T04:39:19.797Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 36044ad5-8a9b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:39:19.797Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:19.797Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is matching search criteria 2022-06-30T04:39:19.797Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 36044ad5-8a9b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:39:19.798Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:19.798Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is not matching search criteria 2022-06-30T04:39:19.798Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-30T04:39:19.798Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-30T04:39:19.798Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-30T04:39:19.798Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-30T04:39:19.798Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-30T04:39:19.799Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-30T04:39:19.799Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-30T04:39:19.799Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-30T04:39:19.799Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-30T04:39:19.799Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-30T04:39:19.799Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-30T04:39:19.799Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=47fb1bcc-ca0b-4ff5-822a-6cf264235453 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-30T04:39:19.801Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:19.802Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is matching search criteria 2022-06-30T04:39:19.802Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 36044ad5-8a9b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:39:19.802Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:19.802Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is not matching search criteria 2022-06-30T04:39:19.802Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-30T04:39:19.802Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-30T04:39:19.803Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-30T04:39:19.803Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-30T04:39:19.803Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-30T04:39:19.803Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-30T04:39:19.803Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-30T04:39:19.803Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-30T04:39:19.803Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-30T04:39:19.804Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-30T04:39:19.804Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-30T04:39:19.804Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-30T04:39:19.804Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fce5eb37-2830-431a-b940-7c8b41ae1a34 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-30T04:39:19.806Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:19.806Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is matching search criteria 2022-06-30T04:39:19.807Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 36044ad5-8a9b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:39:19.809Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:19.809Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is not matching search criteria 2022-06-30T04:39:19.809Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-30T04:39:19.809Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-30T04:39:19.810Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-30T04:39:19.810Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-30T04:39:19.810Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-30T04:39:19.810Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-30T04:39:19.810Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-30T04:39:19.810Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-30T04:39:19.811Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-30T04:39:19.811Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-30T04:39:19.811Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-30T04:39:19.811Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-30T04:39:19.811Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1d2fac87-2c4d-421b-8478-e3d521e7a18f 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-30T04:39:19.814Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:19.814Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is matching search criteria 2022-06-30T04:39:19.814Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 36044ad5-8a9b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:39:19.814Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:19.814Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Node template vFW 36044ad5-8a9b 0 is matching search criteria 2022-06-30T04:39:19.814Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 36044ad5-8a9b 0] matching following query criteria: sdcType=VF, customizationUUID=bbc15dc8-1b39-454e-9b32-f6d251b21172 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-30T04:39:19.816Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:19.816Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:39:19.817Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 1e27271d-7395-487b-a286-cf6c14ad2091: vFW 36044ad5-8a9b 2022-06-30T04:39:19.817Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:19.817Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:39:19.817Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:19.817Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:39:19.817Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:19.817Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:39:19.818Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:19.818Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:39:19.818Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:39:19.818Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-30 04-35-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:39:19.818Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-06-30 04-35-56 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-30T04:39:20.044Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 36044ad5-8a9b 046ad1be-ee48-4d9d-bc4e-bd4fae7bec01 1 ASDC deployResourceStructure 2022-06-30T04:39:20.045Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json ASDC sendASDCNotification 2022-06-30T04:39:20.045Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json 2022-06-30T04:39:20.045Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-30T04:39:20.045Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:39:20.048Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:39:20.049Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563960045, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json", "status": "DEPLOY_OK" } 2022-06-30T04:39:20.149Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:39:20.150Z||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-30T04:39:20.150Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:39:20.167Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:39:20.167Z||pool-30-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:39:21.050Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-30T04:39:21.050Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml 2022-06-30T04:39:21.050Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-30T04:39:21.050Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:39:21.052Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:39:21.052Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563961050, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-30T04:39:21.152Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:39:21.153Z||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-30T04:39:21.153Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:39:21.172Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:39:21.172Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-30T04:39:22.053Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-30T04:39:22.054Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env 2022-06-30T04:39:22.054Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-30T04:39:22.054Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:39:22.057Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:39:22.057Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563962053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-30T04:39:22.157Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:39:22.158Z||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-30T04:39:22.158Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:39:22.181Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:39:22.182Z||pool-32-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:39:23.058Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar ASDC sendASDCNotification 2022-06-30T04:39:23.058Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar 2022-06-30T04:39:23.059Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-30T04:39:23.059Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:39:23.061Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:39:23.061Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563963058, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:39:23.161Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:39:23.162Z||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-30T04:39:23.162Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:39:23.180Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:39:23.181Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:39:24.061Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a275862-8c4b-42a2-a036-9f498491859f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T04:39:24.078Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a275862-8c4b-42a2-a036-9f498491859f 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-30T04:39:24.084Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-30T04:39:24.085Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-30T04:39:24.085Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-30T04:39:24.085Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-30T04:39:24.085Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:39:24.085Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:39:24.085Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:39:24.085Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:39:24.085Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:39:24.086Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:39:24.086Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||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-30T04:39:24.097Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-30T04:39:54.097Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0a275862-8c4b-42a2-a036-9f498491859f 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-30T04:39:54.104Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0a275862-8c4b-42a2-a036-9f498491859f and serviceModelVersionId: 1e27271d-7395-487b-a286-cf6c14ad2091 2022-06-30T04:39:54.104Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b2edde00-a0ae-4541-86fb-ff6016738e8c 2022-06-30T04:39:54.105Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b2edde00-a0ae-4541-86fb-ff6016738e8c/model-vers/model-ver/1e27271d-7395-487b-a286-cf6c14ad2091?depth=0 2022-06-30T04:39:54.110Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-06-30T04:39:54.167Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2edde00-a0ae-4541-86fb-ff6016738e8c/model-vers/model-ver/1e27271d-7395-487b-a286-cf6c14ad2091?depth=0|INFO|500||Invoke 2022-06-30T04:39:54.168Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2edde00-a0ae-4541-86fb-ff6016738e8c/model-vers/model-ver/1e27271d-7395-487b-a286-cf6c14ad2091?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2edde00-a0ae-4541-86fb-ff6016738e8c/model-vers/model-ver/1e27271d-7395-487b-a286-cf6c14ad2091?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0a275862-8c4b-42a2-a036-9f498491859f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[97a26e6b-3214-4c0f-bf76-bf48dfe96f62], X-ECOMP-RequestID=[0a275862-8c4b-42a2-a036-9f498491859f], X-TransactionId=[], X-ONAP-RequestID=[0a275862-8c4b-42a2-a036-9f498491859f], Content-Type=[application/merge-patch+json]} 2022-06-30T04:39:54.196Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2edde00-a0ae-4541-86fb-ff6016738e8c/model-vers/model-ver/1e27271d-7395-487b-a286-cf6c14ad2091?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-30T04:39:54.290Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2edde00-a0ae-4541-86fb-ff6016738e8c/model-vers/model-ver/1e27271d-7395-487b-a286-cf6c14ad2091?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/b2edde00-a0ae-4541-86fb-ff6016738e8c/model-vers/model-ver/1e27271d-7395-487b-a286-cf6c14ad2091?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220630-04:39:54:203-87822], vertex-id=[209104], Content-Length=[0], Date=[Thu, 30 Jun 2022 04:39:54 GMT], Content-Type=[application/json]} 2022-06-30T04:39:54.290Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2edde00-a0ae-4541-86fb-ff6016738e8c/model-vers/model-ver/1e27271d-7395-487b-a286-cf6c14ad2091?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-30T04:39:54.291Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2edde00-a0ae-4541-86fb-ff6016738e8c/model-vers/model-ver/1e27271d-7395-487b-a286-cf6c14ad2091?depth=0|INFO|500||InvokeReturn 2022-06-30T04:39:54.291Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-30T04:39:54.291Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||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-30T04:39:54.297Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||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-30T04:39:54.297Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0a275862-8c4b-42a2-a036-9f498491859f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-30T04:39:54.297Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-30T04:39:54.297Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:39:54.300Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:39:54.300Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563994297, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-30T04:39:54.400Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:39:54.401Z||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-30T04:39:54.401Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:39:54.438Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:39:54.439Z||pool-34-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} 2022-06-30T04:39:54.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:39:54.743Z||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-30T04:39:54.743Z||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 a5rLF04TbrlpYeCP) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T04:39:55.318Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:39:55.319Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-30T04:39:55.319Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:39:55.388Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:39:55.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:39:55.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0fa0726-7f23-428a-b1c1-4c74ff5f3251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563940457, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-30T04:39:55.391Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:39:55.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:39:55.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563941487, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:39:55.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:39:55.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:39:55.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563941487, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json", "status": "NOTIFIED" } 2022-06-30T04:39:55.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:39:55.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:39:55.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563941487, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-30T04:39:55.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:39:55.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:39:55.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563941487, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:39:55.393Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:39:55.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:39:55.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563941487, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-30T04:39:55.393Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:39:55.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:39:55.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563941487, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:39:55.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:39:55.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:39:55.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563941487, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:39:55.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:39:55.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:39:55.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563953023, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:39:55.395Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:39:55.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:39:55.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563956559, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-30T04:39:55.395Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:39:55.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:39:55.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563957653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-30T04:39:55.396Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:39:55.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:39:55.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563958763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-30T04:39:55.396Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:39:55.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:39:55.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563960045, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/vfw36044ad58a9b0_modules.json", "status": "DEPLOY_OK" } 2022-06-30T04:39:55.397Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:39:55.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:39:55.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563961050, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-30T04:39:55.397Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:39:55.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:39:55.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563962053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/resourceInstances/vfw36044ad58a9b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-30T04:39:55.398Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:39:55.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:39:55.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563963058, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043556/1.0/artifacts/service-Vfw20220630043556-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:39:55.398Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:39:55.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:39:55.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a275862-8c4b-42a2-a036-9f498491859f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656563994297, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-30T04:39:55.399Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:40:04.865Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:40:04.866Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:40:04.867Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-30T04:40:04.867Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:40:14.419Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:40:14.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:40:14.421Z||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-30T04:40:14.421Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:40:23.984Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:40:54.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:40:54.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:40:54.743Z||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-30T04:40:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:40:54.743Z||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-30T04:40:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:41:02.741Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:41:02.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T04:41:02.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"9edf5336-e070-43ae-b1c4-e79ecacb3e8c","serviceName":"vFW 2022-06-30 04-39-54","serviceVersion":"1.0","serviceUUID":"6b86b319-240d-442d-b43a-c8bbb7e91e2f","serviceDescription":"catalog service description","serviceInvariantUUID":"2d5f7536-020e-4bdf-996a-6cbab77113e2","resources":[{"resourceInstanceName":"vFW e922445a-1e95 0","resourceName":"vFW e922445a-1e95","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ee75de72-5a3a-4b02-967d-aa66365ae4ad","resourceInvariantUUID":"ad56675d-d4aa-4d04-a64f-8efb3b64ea88","resourceCustomizationUUID":"c678175f-091d-40d0-9366-12c4cd4883eb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vf-license-model.xml","artifactChecksum":"ZjMxM2NjMDc2OTk0MDBhNDM2ZDI2MjY0ODdhY2JjNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"94e06544-7185-4eb6-b5e4-14e79310b655","artifactVersion":"1"},{"artifactName":"vfwe922445a1e950_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json","artifactChecksum":"MmNkNTc3NzI4NTFhODQ3YzMxNDUyN2Y4MmFhZmVmYzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"74d65556-88a9-4eb5-982f-89ec145bbf58","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a562f6b7-1408-4034-917d-bf3b4c3e2671","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vendor-license-model.xml","artifactChecksum":"MTAwNjM2NzM4ZGU5YzYwYmNiYTU1OWNmYzI4NzNkZmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"be16c8c0-c211-4e33-b5de-96fa97f8049e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a674a5b4-0de4-4a99-97a7-65790cce9054","artifactVersion":"2","generatedFromUUID":"a562f6b7-1408-4034-917d-bf3b4c3e2671"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220630043954-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-template.yml","artifactChecksum":"OTIxNDNjZmJlOTUyMGFjYWY3MGMzZTk3YTZmODU3YjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d3101790-53b3-4e8a-9be0-47a84a3aca42","artifactVersion":"1"},{"artifactName":"service-Vfw20220630043954-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar","artifactChecksum":"YTIwYjkwNWQ0MTQzZDgyZTA3ODAwODI3MmRmYWRiMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dcf10fe3-e3e1-4871-85bf-26a65856d4c9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-30T04:41:02.753Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:41:02.754Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:41:02.757Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:41:02.758Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564054740, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:41:02.858Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-30T04:41:02.859Z||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-30T04:41:02.859Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:41:02.912Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:41:02.913Z||pool-35-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:41:03.032Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:41:03.033Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:41:03.033Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "clamp", "timestamp": 1656564061901, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:41:03.034Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:41:03.759Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:41:03.762Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:41:03.764Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:41:03.764Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564054740, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json", "status": "NOTIFIED" } 2022-06-30T04:41:03.864Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-30T04:41:03.865Z||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-30T04:41:03.865Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:41:03.893Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:41:03.894Z||pool-36-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:41:04.765Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:41:04.767Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:41:04.770Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:41:04.770Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564054740, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-30T04:41:04.874Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-30T04:41:04.875Z||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-30T04:41:04.875Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:41:04.908Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:41:04.908Z||pool-37-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":11,"count":1} 2022-06-30T04:41:05.771Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:41:05.772Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:41:05.774Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:41:05.774Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564054740, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:41:05.874Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-30T04:41:05.875Z||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-30T04:41:05.876Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:41:05.909Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:41:05.910Z||pool-38-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:41:06.776Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:41:06.777Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:41:06.780Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:41:06.780Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564054740, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-30T04:41:06.880Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:41:06.884Z||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-30T04:41:06.884Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:41:06.904Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:41:06.905Z||pool-39-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:41:07.781Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:41:07.782Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:41:07.785Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:41:07.785Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564054740, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:41:07.885Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:41:07.886Z||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-30T04:41:07.886Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:41:07.906Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:41:07.907Z||pool-40-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:41:08.786Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:41:08.787Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:41:08.789Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:41:08.789Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564054740, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:41:08.889Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-30T04:41:08.890Z||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-30T04:41:08.890Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:41:08.923Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:41:08.924Z||pool-41-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:41:09.790Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "serviceName": "vFW 2022-06-30 04-39-54", "serviceVersion": "1.0", "serviceUUID": "6b86b319-240d-442d-b43a-c8bbb7e91e2f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "2d5f7536-020e-4bdf-996a-6cbab77113e2", "resources": [ { "resourceInstanceName": "vFW e922445a-1e95 0", "resourceCustomizationUUID": "c678175f-091d-40d0-9366-12c4cd4883eb", "resourceName": "vFW e922445a-1e95", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ee75de72-5a3a-4b02-967d-aa66365ae4ad", "resourceInvariantUUID": "ad56675d-d4aa-4d04-a64f-8efb3b64ea88", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwe922445a1e950_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json", "artifactChecksum": "MmNkNTc3NzI4NTFhODQ3YzMxNDUyN2Y4MmFhZmVmYzA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "74d65556-88a9-4eb5-982f-89ec145bbf58", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a562f6b7-1408-4034-917d-bf3b4c3e2671", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a674a5b4-0de4-4a99-97a7-65790cce9054", "generatedFromUUID": "a562f6b7-1408-4034-917d-bf3b4c3e2671" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a674a5b4-0de4-4a99-97a7-65790cce9054", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220630043954-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar", "artifactChecksum": "YTIwYjkwNWQ0MTQzZDgyZTA3ODAwODI3MmRmYWRiMjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dcf10fe3-e3e1-4871-85bf-26a65856d4c9" } ], "workloadContext": "Production" } 2022-06-30T04:41:09.791Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-30T04:41:09.791Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6b86b319-240d-442d-b43a-c8bbb7e91e2f ASDC 2022-06-30T04:41:09.792Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:9edf5336-e070-43ae-b1c4-e79ecacb3e8c ServiceName:vFW 2022-06-30 04-39-54 ServiceVersion:1.0 ServiceUUID:6b86b319-240d-442d-b43a-c8bbb7e91e2f ServiceInvariantUUID:2d5f7536-020e-4bdf-996a-6cbab77113e2 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220630043954-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar ArtifactUUID:dcf10fe3-e3e1-4871-85bf-26a65856d4c9 ArtifactChecksum:YTIwYjkwNWQ0MTQzZDgyZTA3ODAwODI3MmRmYWRiMjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW e922445a-1e95 0 ResourceCustomizationUUID:c678175f-091d-40d0-9366-12c4cd4883eb ResourceInvariantUUID:ad56675d-d4aa-4d04-a64f-8efb3b64ea88 ResourceName:vFW e922445a-1e95 ResourceType:VF ResourceUUID:ee75de72-5a3a-4b02-967d-aa66365ae4ad ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwe922445a1e950_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json ArtifactUUID:74d65556-88a9-4eb5-982f-89ec145bbf58 ArtifactChecksum:MmNkNTc3NzI4NTFhODQ3YzMxNDUyN2Y4MmFhZmVmYzA= 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/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml ArtifactUUID:a562f6b7-1408-4034-917d-bf3b4c3e2671 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/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env ArtifactUUID:a674a5b4-0de4-4a99-97a7-65790cce9054 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/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env ArtifactUUID:a674a5b4-0de4-4a99-97a7-65790cce9054 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-30T04:41:09.792Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6b86b319-240d-442d-b43a-c8bbb7e91e2f 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-30T04:41:09.858Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-30T04:41:09.860Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-30T04:41:09.860Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-30T04:41:09.861Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: dcf10fe3-e3e1-4871-85bf-26a65856d4c9 from URL: /sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar 2022-06-30T04:41:09.861Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-30T04:41:09.862Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar 2022-06-30T04:41:09.944Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-30T04:41:09.951Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar dcf10fe3-e3e1-4871-85bf-26a65856d4c9 99028 2022-06-30T04:41:09.952Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar ASDC sendASDCNotification 2022-06-30T04:41:09.953Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar 2022-06-30T04:41:09.953Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T04:41:09.954Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:41:09.958Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:41:09.958Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564069952, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:41:10.058Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:41:10.059Z||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-30T04:41:10.059Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:41:10.117Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:41:10.117Z||pool-42-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:41:10.958Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-30T04:41:10.960Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-30T04:41:10.960Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: dcf10fe3-e3e1-4871-85bf-26a65856d4c9, URL: /sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar to file: /app/ASDC/1/service-Vfw20220630043954-csar.csar 2022-06-30T04:41:10.961Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220630043954-csar.csar 2022-06-30T04:41:10.961Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220630043954-csar.csar 2022-06-30T04:41:10.961Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220630043954-csar.csar 2022-06-30T04:41:11.198Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9563606431108474976/Definitions/service-Vfw20220630043954-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_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_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-30T04:41:13.305Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-30T04:41:13.306Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-30T04:41:13.306Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220630043954-csar.csar 2022-06-30T04:41:13.306Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-06-30T04:41:13.306Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-Vfw20220630043954-csar.csar 2022-06-30T04:41:13.307Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-Vfw20220630043954-csar.csar 2022-06-30T04:41:13.307Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-Vfw20220630043954-csar.csar 2022-06-30T04:41:13.307Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-Vfw20220630043954-csar.csar 2022-06-30T04:41:13.307Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-Vfw20220630043954-csar.csar 2022-06-30T04:41:13.307Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-Vfw20220630043954-csar.csar 2022-06-30T04:41:13.307Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-Vfw20220630043954-csar.csar 2022-06-30T04:41:13.307Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-Vfw20220630043954-csar.csar 2022-06-30T04:41:13.307Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-Vfw20220630043954-csar.csar 2022-06-30T04:41:13.307Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-Vfw20220630043954-csar.csar 2022-06-30T04:41:13.308Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e922445a-1e95 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-Vfw20220630043954-csar.csar 2022-06-30T04:41:13.308Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-Vfw20220630043954-csar.csar 2022-06-30T04:41:13.308Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-Vfw20220630043954-csar.csar 2022-06-30T04:41:13.308Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-30T04:41:13.308Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:13.308Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 04-39-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:41:13.309Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vFW e922445a-1e95 0 is matching search criteria 2022-06-30T04:41:13.309Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-30T04:41:13.309Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e922445a-1e95 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-30T04:41:13.309Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:13.309Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 04-39-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:41:13.310Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vFW e922445a-1e95 0 is matching search criteria 2022-06-30T04:41:13.310Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-30T04:41:13.310Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e922445a-1e95 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-30T04:41:13.310Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:13.310Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 04-39-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:41:13.311Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:13.311Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vFW e922445a-1e95 0 is not matching search criteria 2022-06-30T04:41:13.311Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-30T04:41:13.311Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-30T04:41:13.312Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-30T04:41:13.312Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-30T04:41:13.312Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-30T04:41:13.312Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-30T04:41:13.312Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-30T04:41:13.312Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-30T04:41:13.313Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-30T04:41:13.313Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-30T04:41:13.313Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-30T04:41:13.313Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-30T04:41:13.314Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-30T04:41:13.314Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-30T04:41:13.314Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-30T04:41:13.314Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-30T04:41:13.314Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:13.315Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 04-39-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-30T04:41:13.315Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:13.315Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vFW e922445a-1e95 0 is matching search criteria 2022-06-30T04:41:13.315Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e922445a-1e95 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:41:13.316Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:13.316Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vFW e922445a-1e95 0 is matching search criteria 2022-06-30T04:41:13.316Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e922445a-1e95 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:41:13.317Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:13.317Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vFW e922445a-1e95 0 is matching search criteria 2022-06-30T04:41:13.317Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e922445a-1e95 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:41:13.317Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:13.317Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vFW e922445a-1e95 0 is not matching search criteria 2022-06-30T04:41:13.317Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-30T04:41:13.318Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-30T04:41:13.318Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-30T04:41:13.318Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-30T04:41:13.318Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-30T04:41:13.318Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-30T04:41:13.318Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-30T04:41:13.318Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-30T04:41:13.318Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-30T04:41:13.319Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-30T04:41:13.319Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-30T04:41:13.319Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=00899bbb-87ce-42ad-bd50-a6b968831950 2022-06-30T04:41:13.319Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:13.319Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vFW e922445a-1e95 0 is not matching search criteria 2022-06-30T04:41:13.319Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-30T04:41:13.319Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-30T04:41:13.320Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-30T04:41:13.320Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-30T04:41:13.320Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-30T04:41:13.320Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-30T04:41:13.320Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-30T04:41:13.320Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-30T04:41:13.320Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-30T04:41:13.321Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-30T04:41:13.321Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-30T04:41:13.321Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-30T04:41:13.321Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b06d37a9-30e9-47c6-a19b-b376c2cb2c30 2022-06-30T04:41:13.321Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:13.322Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vFW e922445a-1e95 0 is not matching search criteria 2022-06-30T04:41:13.322Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-30T04:41:13.322Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-30T04:41:13.322Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-30T04:41:13.322Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-30T04:41:13.323Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-30T04:41:13.323Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-30T04:41:13.323Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-30T04:41:13.323Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-30T04:41:13.324Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-30T04:41:13.324Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-30T04:41:13.324Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-30T04:41:13.324Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-30T04:41:13.325Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7bb02ad0-5bca-454d-9e07-e8725c91c369 2022-06-30T04:41:13.325Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:13.325Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 04-39-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:41:13.325Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:13.325Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 04-39-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:41:13.326Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:13.326Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 04-39-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:41:13.326Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:13.326Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 04-39-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:41:13.326Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-06-30 04-39-54 Description:catalog service description Model UUID:6b86b319-240d-442d-b43a-c8bbb7e91e2f Model Version:NULL Model InvariantUuid:2d5f7536-020e-4bdf-996a-6cbab77113e2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW e922445a-1e95 Model UUID:050e4918-5252-4987-80af-d354e8472e05 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:ad56675d-d4aa-4d04-a64f-8efb3b64ea88 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c678175f-091d-40d0-9366-12c4cd4883eb NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2089c2b6-08c5-4c70-9a83-351dc5e474d0 ModelName:VfwE922445a1e95..base_vfw..module-0 ModelUuid:c0487b0c-3dc0-44d8-b3f6-b47475e6344b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:00899bbb-87ce-42ad-bd50-a6b968831950 ModelInvariantUuid:25ebfb2e-5774-42f5-a084-f47022eb94ef ModelName:vFW e922445a-1e95-nodes.vfwCvfc ModelUuid:c6a3c830-b70c-4134-b81c-e7ed887a084c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:1910f210-7273-4a19-b295-241e93dc75a4 ModelInvariantUuid:88e24fc9-79d1-40a1-ad28-c30273f02909 ModelName:VfwE922445a1e95.compute.nodes.heat.vfw ModelUuid:5a4b478b-d6dd-413b-b515-76037a251709 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:b06d37a9-30e9-47c6-a19b-b376c2cb2c30 ModelInvariantUuid:15df429d-ae9d-4f75-b72a-1e981c18397b ModelName:vFW e922445a-1e95-nodes.vsnCvfc ModelUuid:c22bc601-2643-4640-98e6-4f60d32d122a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:5d16eedb-068f-42a4-9731-e94122a4af06 ModelInvariantUuid:7632dde9-913e-4386-bfce-93663290e07b ModelName:VfwE922445a1e95.compute.nodes.heat.vsn ModelUuid:4dadb362-3bf3-40b0-a9f9-bc156cd6677c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:7bb02ad0-5bca-454d-9e07-e8725c91c369 ModelInvariantUuid:b92ca8e1-343f-4c1d-9f12-f10864cae16d ModelName:vFW e922445a-1e95-nodes.vpgCvfc ModelUuid:9d6cd76d-b69d-43f4-80de-1d1adef572b0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:2e3151df-6a96-43a6-870d-050aea457b1c ModelInvariantUuid:25c1c094-5762-4f1e-96b4-255a5de6eb80 ModelName:VfwE922445a1e95.compute.nodes.heat.vpg ModelUuid:a11b8bbf-f924-4522-a773-bf898954f992 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-30T04:41:13.338Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: ee75de72-5a3a-4b02-967d-aa66365ae4ad 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-30T04:41:13.343Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||vFW e922445a-1e95 0 2022-06-30T04:41:13.343Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ee75de72-5a3a-4b02-967d-aa66365ae4ad 2022-06-30T04:41:13.343Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 74d65556-88a9-4eb5-982f-89ec145bbf58 from URL: /sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json 2022-06-30T04:41:13.343Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-30T04:41:13.343Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json 2022-06-30T04:41:13.393Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-30T04:41:13.394Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json 74d65556-88a9-4eb5-982f-89ec145bbf58 785 2022-06-30T04:41:13.394Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json ASDC sendASDCNotification 2022-06-30T04:41:13.394Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json 2022-06-30T04:41:13.394Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T04:41:13.394Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:41:13.396Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:41:13.396Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564073394, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json", "status": "DOWNLOAD_OK" } 2022-06-30T04:41:13.497Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:41:13.498Z||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-30T04:41:13.498Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:41:13.514Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:41:13.515Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:41:14.400Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE922445a1e95..base_vfw..module-0", "vfModuleModelInvariantUUID": "2089c2b6-08c5-4c70-9a83-351dc5e474d0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c0487b0c-3dc0-44d8-b3f6-b47475e6344b", "vfModuleModelCustomizationUUID": "f44c87ca-5299-4d21-a1b2-bc87fd1a6fb3", "isBase": true, "artifacts": [ "a562f6b7-1408-4034-917d-bf3b4c3e2671", "a674a5b4-0de4-4a99-97a7-65790cce9054" ], "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-30T04:41:14.404Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE922445a1e95..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c0487b0c-3dc0-44d8-b3f6-b47475e6344b VfModuleModelInvariantUUID:2089c2b6-08c5-4c70-9a83-351dc5e474d0 VfModuleModelDescription:NULL Artifacts UUID List:{ a562f6b7-1408-4034-917d-bf3b4c3e2671 , a674a5b4-0de4-4a99-97a7-65790cce9054 } 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-30T04:41:14.406Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE922445a1e95..base_vfw..module-0", "vfModuleModelInvariantUUID": "2089c2b6-08c5-4c70-9a83-351dc5e474d0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c0487b0c-3dc0-44d8-b3f6-b47475e6344b", "vfModuleModelCustomizationUUID": "f44c87ca-5299-4d21-a1b2-bc87fd1a6fb3", "isBase": true, "artifacts": [ "a562f6b7-1408-4034-917d-bf3b4c3e2671", "a674a5b4-0de4-4a99-97a7-65790cce9054" ], "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-30T04:41:14.406Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE922445a1e95..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c0487b0c-3dc0-44d8-b3f6-b47475e6344b VfModuleModelInvariantUUID:2089c2b6-08c5-4c70-9a83-351dc5e474d0 VfModuleModelDescription:NULL Artifacts UUID List:{ a562f6b7-1408-4034-917d-bf3b4c3e2671 , a674a5b4-0de4-4a99-97a7-65790cce9054 } 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-30T04:41:14.406Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a562f6b7-1408-4034-917d-bf3b4c3e2671 from URL: /sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml 2022-06-30T04:41:14.406Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-30T04:41:14.406Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml 2022-06-30T04:41:14.462Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-30T04:41:14.463Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml a562f6b7-1408-4034-917d-bf3b4c3e2671 20368 2022-06-30T04:41:14.463Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-30T04:41:14.463Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml 2022-06-30T04:41:14.464Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T04:41:14.464Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:41:14.466Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:41:14.466Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564074463, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-30T04:41:14.566Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-30T04:41:14.567Z||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-30T04:41:14.568Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:41:14.585Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:41:14.585Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:41:15.467Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a674a5b4-0de4-4a99-97a7-65790cce9054 from URL: /sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env 2022-06-30T04:41:15.468Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-30T04:41:15.468Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env 2022-06-30T04:41:15.558Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-30T04:41:15.558Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env a674a5b4-0de4-4a99-97a7-65790cce9054 2098 2022-06-30T04:41:15.558Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-30T04:41:15.559Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env 2022-06-30T04:41:15.559Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T04:41:15.559Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:41:15.562Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:41:15.562Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564075558, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-30T04:41:15.662Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:41:15.663Z||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-30T04:41:15.663Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:41:15.687Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:41:15.688Z||pool-45-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-06-30T04:41:16.563Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6b86b319-240d-442d-b43a-c8bbb7e91e2f 2022-06-30T04:41:16.564Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e922445a-1e95 0 ee75de72-5a3a-4b02-967d-aa66365ae4ad 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-30T04:41:16.588Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@773268bd, org.onap.sdc.toscaparser.api.parameters.Input@2b60b430, org.onap.sdc.toscaparser.api.parameters.Input@3894c203, org.onap.sdc.toscaparser.api.parameters.Input@521447c7, org.onap.sdc.toscaparser.api.parameters.Input@3607aab8] 2022-06-30T04:41:16.589Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:16.590Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 04-39-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:41:16.590Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-06-30T04:41:16.590Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= c678175f-091d-40d0-9366-12c4cd4883eb 2022-06-30T04:41:16.590Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c678175f-091d-40d0-9366-12c4cd4883eb matches Tosca VF Customization UUID: c678175f-091d-40d0-9366-12c4cd4883eb 2022-06-30T04:41:16.590Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: c678175f-091d-40d0-9366-12c4cd4883eb 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-30T04:41:16.593Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:16.593Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 04-39-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:41:16.594Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id c678175f-091d-40d0-9366-12c4cd4883eb: {\"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-30T04:41:16.594Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@762841ce 2022-06-30T04:41:16.595Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:16.595Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 04-39-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-30T04:41:16.595Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f44c87ca-5299-4d21-a1b2-bc87fd1a6fb3 2022-06-30T04:41:16.595Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f44c87ca-5299-4d21-a1b2-bc87fd1a6fb3 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-30T04:41:16.598Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:16.598Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vFW e922445a-1e95 0 is matching search criteria 2022-06-30T04:41:16.598Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e922445a-1e95 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:41:16.598Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:16.598Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vFW e922445a-1e95 0 is matching search criteria 2022-06-30T04:41:16.599Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e922445a-1e95 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:41:16.599Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:16.599Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vFW e922445a-1e95 0 is not matching search criteria 2022-06-30T04:41:16.599Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-30T04:41:16.599Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-30T04:41:16.600Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-30T04:41:16.600Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-30T04:41:16.600Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-30T04:41:16.600Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-30T04:41:16.600Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-30T04:41:16.601Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-30T04:41:16.601Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-30T04:41:16.601Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-30T04:41:16.601Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-30T04:41:16.601Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=00899bbb-87ce-42ad-bd50-a6b968831950 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-30T04:41:16.605Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:16.605Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vFW e922445a-1e95 0 is matching search criteria 2022-06-30T04:41:16.605Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e922445a-1e95 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:41:16.606Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:16.606Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vFW e922445a-1e95 0 is not matching search criteria 2022-06-30T04:41:16.606Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-30T04:41:16.606Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-30T04:41:16.606Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-30T04:41:16.607Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-30T04:41:16.607Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-30T04:41:16.607Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-30T04:41:16.607Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-30T04:41:16.607Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-30T04:41:16.607Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-30T04:41:16.608Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-30T04:41:16.608Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-30T04:41:16.608Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-30T04:41:16.608Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b06d37a9-30e9-47c6-a19b-b376c2cb2c30 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-30T04:41:16.611Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:16.611Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vFW e922445a-1e95 0 is matching search criteria 2022-06-30T04:41:16.611Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e922445a-1e95 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:41:16.612Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:16.612Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vFW e922445a-1e95 0 is not matching search criteria 2022-06-30T04:41:16.612Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-30T04:41:16.612Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-30T04:41:16.612Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-30T04:41:16.613Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-30T04:41:16.613Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-30T04:41:16.613Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-30T04:41:16.613Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-30T04:41:16.613Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-30T04:41:16.614Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-30T04:41:16.614Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-30T04:41:16.614Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-30T04:41:16.614Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-30T04:41:16.615Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7bb02ad0-5bca-454d-9e07-e8725c91c369 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-30T04:41:16.617Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:16.617Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vFW e922445a-1e95 0 is matching search criteria 2022-06-30T04:41:16.617Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e922445a-1e95 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:41:16.618Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:16.618Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Node template vFW e922445a-1e95 0 is matching search criteria 2022-06-30T04:41:16.618Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e922445a-1e95 0] matching following query criteria: sdcType=VF, customizationUUID=c678175f-091d-40d0-9366-12c4cd4883eb 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-30T04:41:16.620Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:16.620Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 04-39-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:41:16.621Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 6b86b319-240d-442d-b43a-c8bbb7e91e2f: vFW e922445a-1e95 2022-06-30T04:41:16.621Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:16.621Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 04-39-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:41:16.621Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:16.621Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 04-39-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:41:16.622Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:16.622Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 04-39-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:41:16.622Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:16.622Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 04-39-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:41:16.623Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:41:16.623Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-30 04-39-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:41:16.623Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-06-30 04-39-54 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-30T04:41:16.826Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e922445a-1e95 ee75de72-5a3a-4b02-967d-aa66365ae4ad 1 ASDC deployResourceStructure 2022-06-30T04:41:16.827Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json ASDC sendASDCNotification 2022-06-30T04:41:16.827Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json 2022-06-30T04:41:16.827Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-30T04:41:16.828Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:41:16.830Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:41:16.830Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564076827, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json", "status": "DEPLOY_OK" } 2022-06-30T04:41:16.930Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:41:16.931Z||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-30T04:41:16.931Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:41:16.948Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:41:16.949Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:41:17.831Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-30T04:41:17.831Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml 2022-06-30T04:41:17.831Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-30T04:41:17.832Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:41:17.834Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:41:17.834Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564077831, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-30T04:41:17.934Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:41:17.935Z||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-30T04:41:17.935Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:41:17.959Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:41:17.960Z||pool-47-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:41:18.835Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-30T04:41:18.835Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env 2022-06-30T04:41:18.835Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-30T04:41:18.836Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:41:18.837Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:41:18.837Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564078835, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-30T04:41:18.937Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:41:18.938Z||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-30T04:41:18.938Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:41:18.952Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:41:18.953Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:41:19.838Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar ASDC sendASDCNotification 2022-06-30T04:41:19.839Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar 2022-06-30T04:41:19.839Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-30T04:41:19.840Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:41:19.844Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:41:19.844Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564079838, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:41:19.944Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:41:19.945Z||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-30T04:41:19.945Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:41:20.003Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:41:20.004Z||pool-49-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":1,"count":1} 2022-06-30T04:41:20.845Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9edf5336-e070-43ae-b1c4-e79ecacb3e8c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T04:41:20.872Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9edf5336-e070-43ae-b1c4-e79ecacb3e8c 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-30T04:41:20.874Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-30T04:41:20.874Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-30T04:41:20.874Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-30T04:41:50.874Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9edf5336-e070-43ae-b1c4-e79ecacb3e8c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T04:41:50.886Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9edf5336-e070-43ae-b1c4-e79ecacb3e8c 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-30T04:41:50.889Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-30T04:41:50.889Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-30T04:41:50.889Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-30T04:41:54.743Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:41:54.744Z||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-30T04:41:54.745Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:41:54.803Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:41:54.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:41:54.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "policy-id", "timestamp": 1656564061945, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:41:54.805Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:42:20.889Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9edf5336-e070-43ae-b1c4-e79ecacb3e8c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T04:42:20.901Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9edf5336-e070-43ae-b1c4-e79ecacb3e8c 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-30T04:42:20.904Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-30T04:42:20.904Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-30T04:42:20.904Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-30T04:42:50.904Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9edf5336-e070-43ae-b1c4-e79ecacb3e8c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T04:42:50.916Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9edf5336-e070-43ae-b1c4-e79ecacb3e8c 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-30T04:42:50.918Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-30T04:42:50.918Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-30T04:42:50.919Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-30T04:42:54.745Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:42:54.746Z||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-30T04:42:54.746Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:42:54.828Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:42:54.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:42:54.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564054740, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:42:54.829Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:42:54.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:42:54.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "cds", "timestamp": 1656564056264, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:42:54.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:42:54.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:42:54.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "ves-openapi-manager", "timestamp": 1656564060615, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:42:54.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:42:54.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:42:54.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "aai-ml", "timestamp": 1656564055838, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:42:54.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:20.919Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9edf5336-e070-43ae-b1c4-e79ecacb3e8c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T04:43:20.931Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9edf5336-e070-43ae-b1c4-e79ecacb3e8c 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-30T04:43:20.936Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-30T04:43:20.936Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-30T04:43:20.936Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-30T04:43:50.937Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9edf5336-e070-43ae-b1c4-e79ecacb3e8c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T04:43:50.953Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9edf5336-e070-43ae-b1c4-e79ecacb3e8c 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-30T04:43:50.955Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-30T04:43:50.956Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-30T04:43:50.956Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-30T04:43:54.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:43:54.743Z||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-30T04:43:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:43:55.327Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:43:55.329Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.329Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "clamp", "timestamp": 1656564061901, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json", "status": "NOTIFIED" } 2022-06-30T04:43:55.330Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.330Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "aai-ml", "timestamp": 1656564055838, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.330Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.330Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "cds", "timestamp": 1656564056264, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.330Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564054740, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json", "status": "NOTIFIED" } 2022-06-30T04:43:55.331Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "ves-openapi-manager", "timestamp": 1656564060615, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "policy-id", "timestamp": 1656564061945, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "multicloud-k8s-id", "timestamp": 1656564063396, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "clamp", "timestamp": 1656564061901, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "aai-ml", "timestamp": 1656564055838, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "cds", "timestamp": 1656564056264, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "ves-openapi-manager", "timestamp": 1656564060615, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564054740, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-30T04:43:55.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "policy-id", "timestamp": 1656564061945, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-30T04:43:55.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564065177, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "multicloud-k8s-id", "timestamp": 1656564063396, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json", "status": "NOTIFIED" } 2022-06-30T04:43:55.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "clamp", "timestamp": 1656564061901, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "cds", "timestamp": 1656564056264, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "ves-openapi-manager", "timestamp": 1656564060615, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "aai-ml", "timestamp": 1656564055838, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564054740, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "policy-id", "timestamp": 1656564061945, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564065177, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "multicloud-k8s-id", "timestamp": 1656564063396, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-30T04:43:55.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "clamp", "timestamp": 1656564061901, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "ves-openapi-manager", "timestamp": 1656564060615, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "cds", "timestamp": 1656564056264, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "aai-ml", "timestamp": 1656564055838, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564054740, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-30T04:43:55.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "policy-id", "timestamp": 1656564061945, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564065177, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "multicloud-k8s-id", "timestamp": 1656564063396, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "clamp", "timestamp": 1656564061901, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "ves-openapi-manager", "timestamp": 1656564060615, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "aai-ml", "timestamp": 1656564055838, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564054740, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "cds", "timestamp": 1656564056264, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "policy-id", "timestamp": 1656564061945, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564065177, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "multicloud-k8s-id", "timestamp": 1656564063396, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-30T04:43:55.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "clamp", "timestamp": 1656564061901, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:43:55.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "cds", "timestamp": 1656564056264, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:43:55.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "aai-ml", "timestamp": 1656564055838, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:43:55.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "ves-openapi-manager", "timestamp": 1656564060615, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "policy-id", "timestamp": 1656564061945, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:43:55.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564054740, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:43:55.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564065177, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "multicloud-k8s-id", "timestamp": 1656564063396, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "aai-ml", "timestamp": 1656564069876, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:43:55.353Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:43:55.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "cds", "timestamp": 1656564069783, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:43:55.354Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:43:55.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564065177, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:43:55.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "multicloud-k8s-id", "timestamp": 1656564063396, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:43:55.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "policy-id", "timestamp": 1656564070796, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:43:55.355Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:43:55.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564069952, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:43:55.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:43:55.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "policy-id", "timestamp": 1656564071801, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:43:55.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:43:55.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564065177, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:43:55.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:43:55.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "cds", "timestamp": 1656564070795, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-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-30T04:43:55.365Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9edf5336-e070-43ae-b1c4-e79ecacb3e8c 2022-06-30T04:43:55.365Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9edf5336-e070-43ae-b1c4-e79ecacb3e8c 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-30T04:43:55.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "multicloud-k8s-id", "timestamp": 1656564071198, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json", "status": "DOWNLOAD_OK" } 2022-06-30T04:43:55.380Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:43:55.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.380Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "policy-id", "timestamp": 1656564072804, "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-30T04:43:55.386Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9edf5336-e070-43ae-b1c4-e79ecacb3e8c 2022-06-30T04:43:55.386Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9edf5336-e070-43ae-b1c4-e79ecacb3e8c 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-30T04:43:55.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564072941, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:43:55.396Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:43:55.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "multicloud-k8s-id", "timestamp": 1656564072285, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-30T04:43:55.397Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:43:55.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "multicloud-k8s-id", "timestamp": 1656564073333, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-30T04:43:55.398Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:43:55.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564073394, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json", "status": "DOWNLOAD_OK" } 2022-06-30T04:43:55.398Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:43:55.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "multicloud-k8s-id", "timestamp": 1656564074359, "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-30T04:43:55.405Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9edf5336-e070-43ae-b1c4-e79ecacb3e8c 2022-06-30T04:43:55.405Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9edf5336-e070-43ae-b1c4-e79ecacb3e8c 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-30T04:43:55.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564074463, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-30T04:43:55.414Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:43:55.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "multicloud-k8s-id", "timestamp": 1656564075363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json", "status": "DEPLOY_OK" } 2022-06-30T04:43:55.414Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:43:55.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564076309, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:43:55.415Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:43:55.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564075558, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-30T04:43:55.416Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:43:55.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564077314, "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-30T04:43:55.422Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9edf5336-e070-43ae-b1c4-e79ecacb3e8c 2022-06-30T04:43:55.422Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9edf5336-e070-43ae-b1c4-e79ecacb3e8c 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-30T04:43:55.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564076827, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/vfwe922445a1e950_modules.json", "status": "DEPLOY_OK" } 2022-06-30T04:43:55.434Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:43:55.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564077831, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-30T04:43:55.434Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:43:55.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564078835, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/resourceInstances/vfwe922445a1e950/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-30T04:43:55.435Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:43:55.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564079838, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:43:55.436Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:43:55.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "aai-ml", "timestamp": 1656564080542, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:43:55.436Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:43:55.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "aai-ml", "timestamp": 1656564081547, "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-30T04:43:55.442Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9edf5336-e070-43ae-b1c4-e79ecacb3e8c 2022-06-30T04:43:55.443Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9edf5336-e070-43ae-b1c4-e79ecacb3e8c 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-30T04:43:55.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "clamp", "timestamp": 1656564082840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:43:55.453Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:43:55.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "clamp", "timestamp": 1656564084846, "artifactURL": "/sdc/v1/catalog/services/Vfw20220630043954/1.0/artifacts/service-Vfw20220630043954-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:43:55.453Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:43:55.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:43:55.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "clamp", "timestamp": 1656564085850, "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-30T04:43:55.461Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9edf5336-e070-43ae-b1c4-e79ecacb3e8c 2022-06-30T04:43:55.461Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9edf5336-e070-43ae-b1c4-e79ecacb3e8c 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-30T04:44:20.956Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9edf5336-e070-43ae-b1c4-e79ecacb3e8c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T04:44:20.968Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9edf5336-e070-43ae-b1c4-e79ecacb3e8c 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-30T04:44:20.971Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-30T04:44:20.971Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-30T04:44:20.971Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-30T04:44:20.971Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-30T04:44:20.971Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:44:20.972Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:44:20.972Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:44:20.972Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:44:20.972Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:44:20.972Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:44:20.972Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-30T04:44:20.977Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-30T04:44:50.977Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9edf5336-e070-43ae-b1c4-e79ecacb3e8c 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-30T04:44:50.989Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9edf5336-e070-43ae-b1c4-e79ecacb3e8c and serviceModelVersionId: 6b86b319-240d-442d-b43a-c8bbb7e91e2f 2022-06-30T04:44:50.989Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2d5f7536-020e-4bdf-996a-6cbab77113e2 2022-06-30T04:44:50.990Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2d5f7536-020e-4bdf-996a-6cbab77113e2/model-vers/model-ver/6b86b319-240d-442d-b43a-c8bbb7e91e2f?depth=0 2022-06-30T04:44:50.995Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-30T04:44:51.045Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d5f7536-020e-4bdf-996a-6cbab77113e2/model-vers/model-ver/6b86b319-240d-442d-b43a-c8bbb7e91e2f?depth=0|INFO|500||Invoke 2022-06-30T04:44:51.046Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d5f7536-020e-4bdf-996a-6cbab77113e2/model-vers/model-ver/6b86b319-240d-442d-b43a-c8bbb7e91e2f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d5f7536-020e-4bdf-996a-6cbab77113e2/model-vers/model-ver/6b86b319-240d-442d-b43a-c8bbb7e91e2f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9edf5336-e070-43ae-b1c4-e79ecacb3e8c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3bc50ede-e2c9-4c89-b83a-fd65f0045496], X-ECOMP-RequestID=[9edf5336-e070-43ae-b1c4-e79ecacb3e8c], X-TransactionId=[], X-ONAP-RequestID=[9edf5336-e070-43ae-b1c4-e79ecacb3e8c], Content-Type=[application/merge-patch+json]} 2022-06-30T04:44:51.071Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d5f7536-020e-4bdf-996a-6cbab77113e2/model-vers/model-ver/6b86b319-240d-442d-b43a-c8bbb7e91e2f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-30T04:44:51.173Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d5f7536-020e-4bdf-996a-6cbab77113e2/model-vers/model-ver/6b86b319-240d-442d-b43a-c8bbb7e91e2f?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/2d5f7536-020e-4bdf-996a-6cbab77113e2/model-vers/model-ver/6b86b319-240d-442d-b43a-c8bbb7e91e2f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220630-04:44:51:079-1673], vertex-id=[192736], Content-Length=[0], Date=[Thu, 30 Jun 2022 04:44:51 GMT], Content-Type=[application/json]} 2022-06-30T04:44:51.173Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d5f7536-020e-4bdf-996a-6cbab77113e2/model-vers/model-ver/6b86b319-240d-442d-b43a-c8bbb7e91e2f?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-30T04:44:51.174Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d5f7536-020e-4bdf-996a-6cbab77113e2/model-vers/model-ver/6b86b319-240d-442d-b43a-c8bbb7e91e2f?depth=0|INFO|500||InvokeReturn 2022-06-30T04:44:51.174Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-30T04:44:51.174Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-30T04:44:51.179Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-30T04:44:51.179Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9edf5336-e070-43ae-b1c4-e79ecacb3e8c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-30T04:44:51.179Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-30T04:44:51.180Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:44:51.183Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:44:51.183Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564291179, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-30T04:44:51.283Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:44:51.284Z||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-30T04:44:51.284Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:44:51.304Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:44:51.305Z||pool-50-thread-1|||||INFO|500||cambria reply ok (21 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-30T04:44:52.196Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:44:52.196Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-30T04:44:52.196Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:44:54.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:44:54.743Z||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-30T04:44:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:44:55.393Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:44:55.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:44:55.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9edf5336-e070-43ae-b1c4-e79ecacb3e8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564291179, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-30T04:44:55.395Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:45:02.472Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:45:02.473Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:45:02.473Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-30T04:45:02.474Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:45:12.070Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:45:12.070Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:45:12.071Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-30T04:45:12.071Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:45:21.621Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:45:21.621Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:45:21.622Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-30T04:45:21.622Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:45:31.187Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:45:54.739Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:45:54.740Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-30T04:45:54.740Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:45:54.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:45:54.743Z||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-30T04:45:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:46:04.288Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:46:04.308Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:46:54.740Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:46:54.742Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-30T04:46:54.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:46:54.742Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:46:54.743Z||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-30T04:46:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:47:04.301Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:47:04.312Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:47:54.739Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:47:54.740Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-30T04:47:54.740Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:47:54.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:47:54.743Z||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-30T04:47:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:48:04.286Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:48:04.309Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:48:54.740Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:48:54.741Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-30T04:48:54.741Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:48:54.742Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:48:54.743Z|0a275862-8c4b-42a2-a036-9f498491859f|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-30T04:48:54.743Z|0a275862-8c4b-42a2-a036-9f498491859f|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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:49:04.335Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:49:04.336Z|0a275862-8c4b-42a2-a036-9f498491859f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:49:54.740Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:49:54.740Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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-30T04:49:54.741Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:49:54.743Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:49:54.744Z||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-30T04:49:54.744Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:49:55.394Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:49:55.395Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T04:49:55.395Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"b832d10c-b911-428d-b87a-d83f94664d18","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"6449f027-ea26-48a0-ba4d-2acee2fc3a71","serviceDescription":"service","serviceInvariantUUID":"709766ea-3286-4b7e-9d1b-93478c724be5","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"00e14d4c-7cde-4b38-aec9-8428f7fe1b4e","resourceInvariantUUID":"2088831e-22b7-483e-ab5d-c33287700697","resourceCustomizationUUID":"72ae8692-8f8a-446a-879b-28c545fc45e7","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":"MjIwYzRiNjcyNDViZDcwMWQxNzhiZTA0ODY3NGNmZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"59a89088-43d2-4c71-8034-c18716650209","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZmUyYjNlMDFiY2YxNWIwZDkyYTVkMTljMDcwMGJjZGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"30fbdefb-bcd8-4602-ac50-a98d3f746382","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-30T04:49:55.400Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:49:55.401Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:49:55.407Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:49:55.408Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564594739, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:49:55.409Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:49:55.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:49:55.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "multicloud-k8s-id", "timestamp": 1656564583395, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:49:55.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:49:55.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:49:55.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "multicloud-k8s-id", "timestamp": 1656564583395, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:49:55.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:49:55.507Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-30T04:49:55.508Z||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-30T04:49:55.508Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:49:55.531Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:49:55.533Z||pool-51-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:49:56.408Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:49:56.410Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:49:56.413Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:49:56.413Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564594739, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:49:56.513Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-30T04:49:56.516Z||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-30T04:49:56.516Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:49:56.543Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:49:56.544Z||pool-52-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:49:57.415Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "6449f027-ea26-48a0-ba4d-2acee2fc3a71", "serviceDescription": "service", "serviceInvariantUUID": "709766ea-3286-4b7e-9d1b-93478c724be5", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "72ae8692-8f8a-446a-879b-28c545fc45e7", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "00e14d4c-7cde-4b38-aec9-8428f7fe1b4e", "resourceInvariantUUID": "2088831e-22b7-483e-ab5d-c33287700697", "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": "ZmUyYjNlMDFiY2YxNWIwZDkyYTVkMTljMDcwMGJjZGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "30fbdefb-bcd8-4602-ac50-a98d3f746382" } ], "workloadContext": "Production" } 2022-06-30T04:49:57.416Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-30T04:49:57.416Z|9edf5336-e070-43ae-b1c4-e79ecacb3e8c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6449f027-ea26-48a0-ba4d-2acee2fc3a71 ASDC 2022-06-30T04:49:57.417Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:b832d10c-b911-428d-b87a-d83f94664d18 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:6449f027-ea26-48a0-ba4d-2acee2fc3a71 ServiceInvariantUUID:709766ea-3286-4b7e-9d1b-93478c724be5 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:30fbdefb-bcd8-4602-ac50-a98d3f746382 ArtifactChecksum:ZmUyYjNlMDFiY2YxNWIwZDkyYTVkMTljMDcwMGJjZGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:72ae8692-8f8a-446a-879b-28c545fc45e7 ResourceInvariantUUID:2088831e-22b7-483e-ab5d-c33287700697 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:00e14d4c-7cde-4b38-aec9-8428f7fe1b4e ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-06-30T04:49:57.418Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6449f027-ea26-48a0-ba4d-2acee2fc3a71 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-30T04:49:57.466Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-30T04:49:57.468Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-30T04:49:57.468Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-30T04:49:57.468Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 30fbdefb-bcd8-4602-ac50-a98d3f746382 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-30T04:49:57.469Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-30T04:49:57.469Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-30T04:49:57.640Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-30T04:49:57.643Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 30fbdefb-bcd8-4602-ac50-a98d3f746382 52512 2022-06-30T04:49:57.643Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||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-30T04:49:57.643Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||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-30T04:49:57.644Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T04:49:57.644Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:49:57.646Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:49:57.647Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564597643, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:49:57.748Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-30T04:49:57.750Z||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-30T04:49:57.751Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:49:57.779Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:49:57.780Z||pool-53-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:49:58.648Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-30T04:49:58.649Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-30T04:49:58.650Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 30fbdefb-bcd8-4602-ac50-a98d3f746382, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-30T04:49:58.650Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-06-30T04:49:58.651Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-30T04:49:58.651Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-30T04:49:58.824Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7748388047632023372/Definitions/service-BasicNetwork-template.yml 2022-06-30T04:49:59.382Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-30T04:49:59.383Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-30T04:49:59.383Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-30T04:49:59.383Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-06-30T04:49:59.384Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||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-30T04:49:59.384Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||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-30T04:49:59.384Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||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-30T04:49:59.384Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||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-30T04:49:59.384Z|b832d10c-b911-428d-b87a-d83f94664d18|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-BasicNetwork-csar.csar 2022-06-30T04:49:59.384Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||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-30T04:49:59.384Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||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-30T04:49:59.385Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||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-30T04:49:59.385Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-30T04:49:59.385Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:49:59.385Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:49:59.385Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-30T04:49:59.386Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-30T04:49:59.386Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-30T04:49:59.386Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:49:59.386Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:49:59.386Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-30T04:49:59.387Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-30T04:49:59.387Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-30T04:49:59.387Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:49:59.387Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:49:59.387Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:49:59.387Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:49:59.388Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:49:59.388Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:49:59.388Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:49:59.388Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:49:59.388Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:49:59.389Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:49:59.389Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:6449f027-ea26-48a0-ba4d-2acee2fc3a71 Model Version:NULL Model InvariantUuid:709766ea-3286-4b7e-9d1b-93478c724be5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:2088831e-22b7-483e-ab5d-c33287700697 Model UUID:76759f04-0b7b-454a-b2b9-514580ec4c1d Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:72ae8692-8f8a-446a-879b-28c545fc45e7 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-30T04:49:59.402Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 00e14d4c-7cde-4b38-aec9-8428f7fe1b4e 2022-06-30T04:49:59.402Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||No resources found for Service: 6449f027-ea26-48a0-ba4d-2acee2fc3a71 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-30T04:49:59.412Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500|| 2022-06-30T04:49:59.412Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-06-30T04:49:59.413Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 6449f027-ea26-48a0-ba4d-2acee2fc3a71 2022-06-30T04:49:59.413Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6449f027-ea26-48a0-ba4d-2acee2fc3a71 2022-06-30T04:49:59.413Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-06-30T04:49:59.414Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||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-30T04:49:59.419Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e656e20, org.onap.sdc.toscaparser.api.parameters.Input@bdb31ac, org.onap.sdc.toscaparser.api.parameters.Input@1ea3ee02, org.onap.sdc.toscaparser.api.parameters.Input@137d5db9, org.onap.sdc.toscaparser.api.parameters.Input@67c2598] 2022-06-30T04:49:59.421Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:49:59.421Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:49:59.422Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:49:59.422Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:49:59.422Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 6449f027-ea26-48a0-ba4d-2acee2fc3a71: Generic NeutronNet 2022-06-30T04:49:59.423Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:49:59.423Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:49:59.423Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:49:59.423Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||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-30T04:49:59.471Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:49:59.471Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:49:59.472Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:49:59.472Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:49:59.472Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:49:59.473Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:49:59.473Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||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-30T04:49:59.533Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-06-30T04:49:59.533Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||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-30T04:49:59.534Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||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-30T04:49:59.534Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-30T04:49:59.534Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:49:59.537Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:49:59.537Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564599533, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:49:59.637Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:49:59.638Z||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-30T04:49:59.638Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:49:59.683Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:49:59.683Z||pool-54-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1} 2022-06-30T04:50:00.545Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b832d10c-b911-428d-b87a-d83f94664d18 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T04:50:00.564Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b832d10c-b911-428d-b87a-d83f94664d18 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-30T04:50:00.567Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-30T04:50:00.567Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-30T04:50:00.567Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-30T04:50:30.568Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b832d10c-b911-428d-b87a-d83f94664d18 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T04:50:30.582Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b832d10c-b911-428d-b87a-d83f94664d18 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-30T04:50:30.595Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-30T04:50:30.596Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-30T04:50:30.596Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-30T04:50:54.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:50:54.743Z||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-30T04:50:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:50:54.906Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:50:54.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T04:50:54.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564594739, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:50:54.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T04:51:00.596Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b832d10c-b911-428d-b87a-d83f94664d18 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T04:51:00.606Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b832d10c-b911-428d-b87a-d83f94664d18 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-30T04:51:00.608Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-30T04:51:00.608Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-30T04:51:00.608Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-30T04:51:30.609Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b832d10c-b911-428d-b87a-d83f94664d18 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T04:51:30.620Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b832d10c-b911-428d-b87a-d83f94664d18 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-30T04:51:30.622Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-30T04:51:30.622Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-30T04:51:30.622Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-30T04:51:54.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:51:54.744Z||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-30T04:51:54.744Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:51:54.783Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:51:54.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:51:54.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564594739, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:51:54.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:51:54.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:51:54.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "aai-ml", "timestamp": 1656564595838, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:51:54.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:51:54.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:51:54.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "cds", "timestamp": 1656564596264, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:51:54.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:51:54.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:51:54.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "aai-ml", "timestamp": 1656564595838, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:51:54.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:51:54.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:51:54.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564597643, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:51:54.787Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:51:54.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:51:54.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "cds", "timestamp": 1656564596264, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:51:54.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:51:54.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:51:54.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "aai-ml", "timestamp": 1656564598633, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:51:54.788Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:51:54.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:51:54.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "cds", "timestamp": 1656564599064, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:51:54.788Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:51:54.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:51:54.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564599533, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:51:54.789Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:51:54.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:51:54.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "cds", "timestamp": 1656564600072, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-30T04:51:54.801Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b832d10c-b911-428d-b87a-d83f94664d18 2022-06-30T04:51:54.802Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b832d10c-b911-428d-b87a-d83f94664d18 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-30T04:51:54.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:51:54.810Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "ves-openapi-manager", "timestamp": 1656564600615, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:51:54.810Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:51:54.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:51:54.810Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "ves-openapi-manager", "timestamp": 1656564600615, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-30T04:51:54.811Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:51:54.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:51:54.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "policy-id", "timestamp": 1656564601946, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:51:54.811Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:51:54.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:51:54.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "clamp", "timestamp": 1656564601901, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:51:54.811Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:51:54.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:51:54.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "policy-id", "timestamp": 1656564601946, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:51:54.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:51:54.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:51:54.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "clamp", "timestamp": 1656564601901, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:51:54.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:51:54.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:51:54.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "aai-ml", "timestamp": 1656564603195, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:51:54.812Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:51:54.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:51:54.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "policy-id", "timestamp": 1656564604836, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:51:54.812Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:51:54.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:51:54.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "aai-ml", "timestamp": 1656564604201, "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-30T04:51:54.816Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b832d10c-b911-428d-b87a-d83f94664d18 2022-06-30T04:51:54.817Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b832d10c-b911-428d-b87a-d83f94664d18 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-30T04:51:54.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:51:54.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564605176, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:51:54.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:51:54.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:51:54.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "policy-id", "timestamp": 1656564605842, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:51:54.825Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:51:54.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:51:54.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564605176, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:51:54.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:51:54.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:51:54.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "policy-id", "timestamp": 1656564606845, "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-30T04:51:54.830Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b832d10c-b911-428d-b87a-d83f94664d18 2022-06-30T04:51:54.830Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b832d10c-b911-428d-b87a-d83f94664d18 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-30T04:51:54.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:51:54.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564607996, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:51:54.840Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:51:54.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:51:54.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564609775, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:51:54.840Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:51:54.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:51:54.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564610779, "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-30T04:51:54.844Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b832d10c-b911-428d-b87a-d83f94664d18 2022-06-30T04:51:54.845Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b832d10c-b911-428d-b87a-d83f94664d18 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-30T04:51:54.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:51:54.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "clamp", "timestamp": 1656564610904, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:51:54.852Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:51:54.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:51:54.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "clamp", "timestamp": 1656564611928, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:51:54.853Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:51:54.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:51:54.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "clamp", "timestamp": 1656564612931, "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-30T04:51:54.857Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b832d10c-b911-428d-b87a-d83f94664d18 2022-06-30T04:51:54.857Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b832d10c-b911-428d-b87a-d83f94664d18 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-30T04:51:54.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:51:54.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "multicloud-k8s-id", "timestamp": 1656564643397, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:51:54.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:51:54.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:51:54.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "multicloud-k8s-id", "timestamp": 1656564643397, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-30T04:51:54.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:52:00.623Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b832d10c-b911-428d-b87a-d83f94664d18 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T04:52:00.633Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b832d10c-b911-428d-b87a-d83f94664d18 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-30T04:52:00.636Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-30T04:52:00.636Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-30T04:52:00.636Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-30T04:52:00.636Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-30T04:52:00.636Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:52:00.637Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:52:00.637Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:52:00.637Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:52:00.637Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:52:00.637Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:52:00.637Z|b832d10c-b911-428d-b87a-d83f94664d18|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-30T04:52:00.642Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-30T04:52:30.642Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b832d10c-b911-428d-b87a-d83f94664d18 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-30T04:52:30.658Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b832d10c-b911-428d-b87a-d83f94664d18 and serviceModelVersionId: 6449f027-ea26-48a0-ba4d-2acee2fc3a71 2022-06-30T04:52:30.658Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 709766ea-3286-4b7e-9d1b-93478c724be5 2022-06-30T04:52:30.661Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/709766ea-3286-4b7e-9d1b-93478c724be5/model-vers/model-ver/6449f027-ea26-48a0-ba4d-2acee2fc3a71?depth=0 2022-06-30T04:52:30.671Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-30T04:52:30.763Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/709766ea-3286-4b7e-9d1b-93478c724be5/model-vers/model-ver/6449f027-ea26-48a0-ba4d-2acee2fc3a71?depth=0|INFO|500||Invoke 2022-06-30T04:52:30.763Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/709766ea-3286-4b7e-9d1b-93478c724be5/model-vers/model-ver/6449f027-ea26-48a0-ba4d-2acee2fc3a71?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/709766ea-3286-4b7e-9d1b-93478c724be5/model-vers/model-ver/6449f027-ea26-48a0-ba4d-2acee2fc3a71?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b832d10c-b911-428d-b87a-d83f94664d18], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1d39db2a-3e8a-48d8-927c-26b2190a96a5], X-ECOMP-RequestID=[b832d10c-b911-428d-b87a-d83f94664d18], X-TransactionId=[], X-ONAP-RequestID=[b832d10c-b911-428d-b87a-d83f94664d18], Content-Type=[application/merge-patch+json]} 2022-06-30T04:52:30.790Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/709766ea-3286-4b7e-9d1b-93478c724be5/model-vers/model-ver/6449f027-ea26-48a0-ba4d-2acee2fc3a71?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-30T04:52:30.902Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/709766ea-3286-4b7e-9d1b-93478c724be5/model-vers/model-ver/6449f027-ea26-48a0-ba4d-2acee2fc3a71?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/709766ea-3286-4b7e-9d1b-93478c724be5/model-vers/model-ver/6449f027-ea26-48a0-ba4d-2acee2fc3a71?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220630-04:52:30:797-11582], vertex-id=[237632], Content-Length=[0], Date=[Thu, 30 Jun 2022 04:52:30 GMT], Content-Type=[application/json]} 2022-06-30T04:52:30.902Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/709766ea-3286-4b7e-9d1b-93478c724be5/model-vers/model-ver/6449f027-ea26-48a0-ba4d-2acee2fc3a71?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-30T04:52:30.903Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/709766ea-3286-4b7e-9d1b-93478c724be5/model-vers/model-ver/6449f027-ea26-48a0-ba4d-2acee2fc3a71?depth=0|INFO|500||InvokeReturn 2022-06-30T04:52:30.906Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-30T04:52:30.911Z|b832d10c-b911-428d-b87a-d83f94664d18|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-30T04:52:30.919Z|b832d10c-b911-428d-b87a-d83f94664d18|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-30T04:52:30.919Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b832d10c-b911-428d-b87a-d83f94664d18 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-30T04:52:30.919Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-30T04:52:30.920Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:52:30.923Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:52:30.923Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564750919, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-30T04:52:31.023Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:52:31.024Z||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-30T04:52:31.024Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:52:31.067Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:52:31.068Z||pool-55-thread-1|||||INFO|500||cambria reply ok (45 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-30T04:52:31.940Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:52:31.941Z|b832d10c-b911-428d-b87a-d83f94664d18|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-30T04:52:31.941Z|b832d10c-b911-428d-b87a-d83f94664d18|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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:52:36.355Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:52:36.356Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T04:52:36.356Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f6452bf3-f5ed-4f54-97d2-fa21b12c9832","serviceName":"Demo_pNF_3ysDiD9iHychVfTiFzKi","serviceVersion":"1.0","serviceUUID":"edb7e94e-635f-4845-b05c-091f01896f99","serviceDescription":"catalog service description","serviceInvariantUUID":"72f5bbe3-39e6-40c1-8784-6c3b0ee6b365","resources":[{"resourceInstanceName":"pNF cc63d8b3-5b1e 0","resourceName":"pNF cc63d8b3-5b1e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"aa6a2d58-bbcc-49bf-a49f-c3fff4548ff0","resourceInvariantUUID":"cab1325d-1db8-4daa-bbc2-31d540f818ec","resourceCustomizationUUID":"85815235-4feb-4f03-9cd9-440c91ee7ece","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/vf-license-model.xml","artifactChecksum":"NTgzNzQyMzRjYzZhMTBhNzIzYjE2MmQ3NTM3ODhiNDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9562e149-e4f6-40b7-8192-dd51c060f867","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/pNF.csar","artifactChecksum":"NTAzZDg4MDkzMzU2YjdkNTEzNzUzNDc2ODc5ODdjZjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bd27a2cc-1efc-480f-897c-88be660556ab","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"90e216e3-96f3-4c01-ac22-e0c2e8861529","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDRiNzhjMDdiZTMxZTQwZTA5MTQ2OThlNGVkZmJhNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1f7a59da-f769-4847-8b5b-4a853b9eaf84","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a4b498cb-ea3c-4936-89f0-500a795240ae","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4ef48b60-def4-4631-ad7c-8d2f81921ddb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf3ysdid9ihychvftifzki-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-template.yml","artifactChecksum":"YjZkYzYwNTkzNjEyOGUwNzUxYjU0ZTU5MWViZTgwYWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"af41cd59-862d-47cc-8dda-f4e0e08d0e0e","artifactVersion":"1"},{"artifactName":"service-DemoPnf3ysdid9ihychvftifzki-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar","artifactChecksum":"YzY2YWZiYWQ0OGYwN2ZlZWZmOTVmMWM2MmYxYjA0MzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"52569b7e-b33d-494a-8f28-1cc30acabc46","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-30T04:52:36.360Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:52:36.360Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:52:36.362Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:52:36.362Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:52:36.462Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:52:36.463Z||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-30T04:52:36.463Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:52:36.481Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:52:36.482Z||pool-56-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:52:37.362Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:52:37.363Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:52:37.366Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:52:37.366Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-30T04:52:37.466Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:52:37.467Z||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-30T04:52:37.467Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:52:37.480Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:52:37.480Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:52:38.366Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:52:38.367Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:52:38.369Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:52:38.370Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-30T04:52:38.470Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:52:38.471Z||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-30T04:52:38.471Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:52:38.488Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:52:38.488Z||pool-58-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:52:39.370Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:52:39.371Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:52:39.372Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:52:39.373Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:52:39.473Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:52:39.474Z||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-30T04:52:39.474Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:52:39.490Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:52:39.490Z||pool-59-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:52:40.373Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:52:40.374Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:52:40.377Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:52:40.377Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:52:40.477Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-30T04:52:40.478Z||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-30T04:52:40.479Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:52:40.493Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:52:40.493Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-30T04:52:41.378Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:52:41.379Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:52:41.381Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:52:41.381Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:52:41.481Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:52:41.482Z||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-30T04:52:41.482Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:52:41.514Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:52:41.515Z||pool-61-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:52:42.382Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:52:42.383Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:52:42.385Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:52:42.385Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:52:42.486Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-30T04:52:42.486Z||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-30T04:52:42.487Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:52:42.522Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:52:42.522Z||pool-62-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:52:43.386Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:52:43.387Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:52:43.389Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:52:43.389Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:52:43.489Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:52:43.490Z||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-30T04:52:43.490Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:52:43.508Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:52:43.509Z||pool-63-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:52:44.390Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "serviceName": "Demo_pNF_3ysDiD9iHychVfTiFzKi", "serviceVersion": "1.0", "serviceUUID": "edb7e94e-635f-4845-b05c-091f01896f99", "serviceDescription": "catalog service description", "serviceInvariantUUID": "72f5bbe3-39e6-40c1-8784-6c3b0ee6b365", "resources": [ { "resourceInstanceName": "pNF cc63d8b3-5b1e 0", "resourceCustomizationUUID": "85815235-4feb-4f03-9cd9-440c91ee7ece", "resourceName": "pNF cc63d8b3-5b1e", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "aa6a2d58-bbcc-49bf-a49f-c3fff4548ff0", "resourceInvariantUUID": "cab1325d-1db8-4daa-bbc2-31d540f818ec", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf3ysdid9ihychvftifzki-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar", "artifactChecksum": "YzY2YWZiYWQ0OGYwN2ZlZWZmOTVmMWM2MmYxYjA0MzE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "52569b7e-b33d-494a-8f28-1cc30acabc46" } ], "workloadContext": "Production" } 2022-06-30T04:52:44.390Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-30T04:52:44.391Z|b832d10c-b911-428d-b87a-d83f94664d18|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 edb7e94e-635f-4845-b05c-091f01896f99 ASDC 2022-06-30T04:52:44.391Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:f6452bf3-f5ed-4f54-97d2-fa21b12c9832 ServiceName:Demo_pNF_3ysDiD9iHychVfTiFzKi ServiceVersion:1.0 ServiceUUID:edb7e94e-635f-4845-b05c-091f01896f99 ServiceInvariantUUID:72f5bbe3-39e6-40c1-8784-6c3b0ee6b365 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf3ysdid9ihychvftifzki-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar ArtifactUUID:52569b7e-b33d-494a-8f28-1cc30acabc46 ArtifactChecksum:YzY2YWZiYWQ0OGYwN2ZlZWZmOTVmMWM2MmYxYjA0MzE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF cc63d8b3-5b1e 0 ResourceCustomizationUUID:85815235-4feb-4f03-9cd9-440c91ee7ece ResourceInvariantUUID:cab1325d-1db8-4daa-bbc2-31d540f818ec ResourceName:pNF cc63d8b3-5b1e ResourceType:PNF ResourceUUID:aa6a2d58-bbcc-49bf-a49f-c3fff4548ff0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-30T04:52:44.391Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF edb7e94e-635f-4845-b05c-091f01896f99 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-30T04:52:44.423Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-30T04:52:44.423Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-30T04:52:44.423Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-30T04:52:44.424Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 52569b7e-b33d-494a-8f28-1cc30acabc46 from URL: /sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar 2022-06-30T04:52:44.424Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-30T04:52:44.424Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar 2022-06-30T04:52:44.484Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-30T04:52:44.488Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar 52569b7e-b33d-494a-8f28-1cc30acabc46 82641 2022-06-30T04:52:44.488Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar ASDC sendASDCNotification 2022-06-30T04:52:44.488Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar 2022-06-30T04:52:44.488Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T04:52:44.489Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:52:44.490Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:52:44.491Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564764488, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:52:44.591Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:52:44.592Z||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-30T04:52:44.592Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:52:44.615Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:52:44.616Z||pool-64-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:52:45.491Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-30T04:52:45.493Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-30T04:52:45.493Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 52569b7e-b33d-494a-8f28-1cc30acabc46, URL: /sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar to file: /app/ASDC/1/service-DemoPnf3ysdid9ihychvftifzki-csar.csar 2022-06-30T04:52:45.494Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf3ysdid9ihychvftifzki-csar.csar 2022-06-30T04:52:45.495Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf3ysdid9ihychvftifzki-csar.csar 2022-06-30T04:52:45.495Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf3ysdid9ihychvftifzki-csar.csar 2022-06-30T04:52:45.711Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4796701611769040368/Definitions/service-DemoPnf3ysdid9ihychvftifzki-template.yml 2022-06-30T04:52:46.632Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-30T04:52:46.632Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-30T04:52:46.632Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf3ysdid9ihychvftifzki-csar.csar 2022-06-30T04:52:46.633Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-30T04:52:46.633Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||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-DemoPnf3ysdid9ihychvftifzki-csar.csar 2022-06-30T04:52:46.633Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf3ysdid9ihychvftifzki-csar.csar 2022-06-30T04:52:46.633Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||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-DemoPnf3ysdid9ihychvftifzki-csar.csar 2022-06-30T04:52:46.633Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|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-DemoPnf3ysdid9ihychvftifzki-csar.csar 2022-06-30T04:52:46.633Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|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-DemoPnf3ysdid9ihychvftifzki-csar.csar 2022-06-30T04:52:46.634Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cc63d8b3-5b1e 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-DemoPnf3ysdid9ihychvftifzki-csar.csar 2022-06-30T04:52:46.634Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|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-DemoPnf3ysdid9ihychvftifzki-csar.csar 2022-06-30T04:52:46.634Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-30T04:52:46.634Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:52:46.634Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_3ysDiD9iHychVfTiFzKi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:52:46.634Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Node template pNF cc63d8b3-5b1e 0 is matching search criteria 2022-06-30T04:52:46.634Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-30T04:52:46.635Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF cc63d8b3-5b1e 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-30T04:52:46.635Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:52:46.635Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_3ysDiD9iHychVfTiFzKi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:52:46.635Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Node template pNF cc63d8b3-5b1e 0 is matching search criteria 2022-06-30T04:52:46.635Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-30T04:52:46.635Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF cc63d8b3-5b1e 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-30T04:52:46.635Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:52:46.636Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_3ysDiD9iHychVfTiFzKi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:52:46.636Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:52:46.636Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_3ysDiD9iHychVfTiFzKi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:52:46.636Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:52:46.636Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_3ysDiD9iHychVfTiFzKi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:52:46.636Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:52:46.636Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_3ysDiD9iHychVfTiFzKi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:52:46.636Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:52:46.636Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_3ysDiD9iHychVfTiFzKi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:52:46.636Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_3ysDiD9iHychVfTiFzKi Description:catalog service description Model UUID:edb7e94e-635f-4845-b05c-091f01896f99 Model Version:NULL Model InvariantUuid:72f5bbe3-39e6-40c1-8784-6c3b0ee6b365 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-30T04:52:46.651Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: aa6a2d58-bbcc-49bf-a49f-c3fff4548ff0 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-30T04:52:46.656Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||pNF cc63d8b3-5b1e 0 2022-06-30T04:52:46.656Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: aa6a2d58-bbcc-49bf-a49f-c3fff4548ff0 2022-06-30T04:52:46.656Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||No resources found for Service: edb7e94e-635f-4845-b05c-091f01896f99 2022-06-30T04:52:46.656Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: edb7e94e-635f-4845-b05c-091f01896f99 2022-06-30T04:52:46.656Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF cc63d8b3-5b1e 0 aa6a2d58-bbcc-49bf-a49f-c3fff4548ff0 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-30T04:52:46.665Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d4e0f22, org.onap.sdc.toscaparser.api.parameters.Input@454feba3, org.onap.sdc.toscaparser.api.parameters.Input@3787b72a, org.onap.sdc.toscaparser.api.parameters.Input@472a979f, org.onap.sdc.toscaparser.api.parameters.Input@6ab0b747] 2022-06-30T04:52:46.666Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:52:46.666Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_3ysDiD9iHychVfTiFzKi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:52:46.666Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid edb7e94e-635f-4845-b05c-091f01896f99: pNF cc63d8b3-5b1e 2022-06-30T04:52:46.667Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||Processing PNF resource: aa6a2d58-bbcc-49bf-a49f-c3fff4548ff0 2022-06-30T04:52:46.667Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:52:46.667Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_3ysDiD9iHychVfTiFzKi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:52:46.668Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||Resource customization UUID: 85815235-4feb-4f03-9cd9-440c91ee7ece is the same as notified resource customizationUUID: 85815235-4feb-4f03-9cd9-440c91ee7ece 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-30T04:52:46.718Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF cc63d8b3-5b1e aa6a2d58-bbcc-49bf-a49f-c3fff4548ff0 0 ASDC deployResourceStructure 2022-06-30T04:52:46.719Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar ASDC sendASDCNotification 2022-06-30T04:52:46.719Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar 2022-06-30T04:52:46.719Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-30T04:52:46.720Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:52:46.722Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:52:46.722Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564766719, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:52:46.822Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:52:46.824Z||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-30T04:52:46.824Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:52:46.843Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:52:46.844Z||pool-65-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:52:47.723Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6452bf3-f5ed-4f54-97d2-fa21b12c9832 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T04:52:47.736Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6452bf3-f5ed-4f54-97d2-fa21b12c9832 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-30T04:52:47.738Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-30T04:52:47.739Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-30T04:52:47.739Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-30T04:52:54.743Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:52:54.744Z||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-30T04:52:54.744Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:52:54.779Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:52:54.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:52:54.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "multicloud-k8s-id", "timestamp": 1656564643397, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-30T04:52:54.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:17.739Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6452bf3-f5ed-4f54-97d2-fa21b12c9832 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T04:53:17.750Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6452bf3-f5ed-4f54-97d2-fa21b12c9832 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-30T04:53:17.751Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-30T04:53:17.752Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-30T04:53:17.752Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-30T04:53:47.752Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6452bf3-f5ed-4f54-97d2-fa21b12c9832 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T04:53:47.770Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6452bf3-f5ed-4f54-97d2-fa21b12c9832 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-30T04:53:47.772Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-30T04:53:47.772Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-30T04:53:47.772Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-30T04:53:54.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:53:54.743Z||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-30T04:53:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:53:54.771Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:53:54.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "multicloud-k8s-id", "timestamp": 1656564643397, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.794Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "aai-ml", "timestamp": 1656564655838, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.795Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "multicloud-k8s-id", "timestamp": 1656564643397, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.795Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "cds", "timestamp": 1656564656264, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.795Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "aai-ml", "timestamp": 1656564655838, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.795Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "multicloud-k8s-id", "timestamp": 1656564643397, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "cds", "timestamp": 1656564656264, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "aai-ml", "timestamp": 1656564655838, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "multicloud-k8s-id", "timestamp": 1656564643397, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "cds", "timestamp": 1656564656264, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "aai-ml", "timestamp": 1656564655838, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "multicloud-k8s-id", "timestamp": 1656564643397, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:53:54.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "cds", "timestamp": 1656564656264, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.798Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "ves-openapi-manager", "timestamp": 1656564660615, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.798Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "aai-ml", "timestamp": 1656564655838, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.798Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "cds", "timestamp": 1656564656264, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.799Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "ves-openapi-manager", "timestamp": 1656564660615, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.799Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "aai-ml", "timestamp": 1656564655838, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.800Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.800Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "policy-id", "timestamp": 1656564661945, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.800Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.800Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "cds", "timestamp": 1656564656264, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "clamp", "timestamp": 1656564661901, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "ves-openapi-manager", "timestamp": 1656564660615, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "aai-ml", "timestamp": 1656564655838, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.802Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "policy-id", "timestamp": 1656564661945, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.802Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "cds", "timestamp": 1656564656264, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.803Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "clamp", "timestamp": 1656564661901, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.803Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "ves-openapi-manager", "timestamp": 1656564660615, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.803Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "aai-ml", "timestamp": 1656564655838, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:53:54.804Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "policy-id", "timestamp": 1656564661945, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.805Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "multicloud-k8s-id", "timestamp": 1656564663395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.805Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "clamp", "timestamp": 1656564661901, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.805Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.806Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "cds", "timestamp": 1656564656264, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:53:54.806Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.806Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.806Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "ves-openapi-manager", "timestamp": 1656564660615, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.806Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.806Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.806Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "aai-ml", "timestamp": 1656564664629, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:53:54.807Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:54.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "policy-id", "timestamp": 1656564661945, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.808Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.808Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "multicloud-k8s-id", "timestamp": 1656564663395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-30T04:53:54.808Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.808Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564665176, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.809Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.809Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "clamp", "timestamp": 1656564661901, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.809Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.809Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "cds", "timestamp": 1656564665070, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:53:54.810Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:54.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.810Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "ves-openapi-manager", "timestamp": 1656564660615, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-30T04:53:54.810Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "policy-id", "timestamp": 1656564661945, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.811Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "multicloud-k8s-id", "timestamp": 1656564663395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-30T04:53:54.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564665176, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "clamp", "timestamp": 1656564661901, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "cds", "timestamp": 1656564666077, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-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-30T04:53:54.820Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f6452bf3-f5ed-4f54-97d2-fa21b12c9832 2022-06-30T04:53:54.820Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6452bf3-f5ed-4f54-97d2-fa21b12c9832 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-30T04:53:54.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "ves-openapi-manager", "timestamp": 1656564660615, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "policy-id", "timestamp": 1656564661945, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "multicloud-k8s-id", "timestamp": 1656564663395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564665176, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "clamp", "timestamp": 1656564661901, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "ves-openapi-manager", "timestamp": 1656564660615, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "policy-id", "timestamp": 1656564661945, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "multicloud-k8s-id", "timestamp": 1656564663395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-30T04:53:54.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564665176, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "clamp", "timestamp": 1656564661901, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "ves-openapi-manager", "timestamp": 1656564669403, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-30T04:53:54.836Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:54.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "policy-id", "timestamp": 1656564661945, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:53:54.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "multicloud-k8s-id", "timestamp": 1656564663395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564665176, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "clamp", "timestamp": 1656564661901, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:53:54.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "ves-openapi-manager", "timestamp": 1656564670595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-30T04:53:54.838Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:54.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "policy-id", "timestamp": 1656564670717, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:53:54.839Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:54.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "multicloud-k8s-id", "timestamp": 1656564663395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:53:54.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "aai-ml", "timestamp": 1656564669938, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:53:54.840Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:54.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564665176, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "ves-openapi-manager", "timestamp": 1656564671599, "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-30T04:53:54.845Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of f6452bf3-f5ed-4f54-97d2-fa21b12c9832 2022-06-30T04:53:54.845Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6452bf3-f5ed-4f54-97d2-fa21b12c9832 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-30T04:53:54.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "policy-id", "timestamp": 1656564671721, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:53:54.855Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:54.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564665176, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "aai-ml", "timestamp": 1656564670943, "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-30T04:53:54.861Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f6452bf3-f5ed-4f54-97d2-fa21b12c9832 2022-06-30T04:53:54.861Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6452bf3-f5ed-4f54-97d2-fa21b12c9832 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-30T04:53:54.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "multicloud-k8s-id", "timestamp": 1656564671208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-30T04:53:54.884Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:54.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "ves-openapi-manager", "timestamp": 1656564660615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "policy-id", "timestamp": 1656564672725, "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-30T04:53:54.889Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6452bf3-f5ed-4f54-97d2-fa21b12c9832 2022-06-30T04:53:54.889Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6452bf3-f5ed-4f54-97d2-fa21b12c9832 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-30T04:53:54.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564665176, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:53:54.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "cds", "timestamp": 1656564671264, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.898Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "multicloud-k8s-id", "timestamp": 1656564672256, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-30T04:53:54.898Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:54.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "ves-openapi-manager", "timestamp": 1656564660615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "policy-id", "timestamp": 1656564661945, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "cds", "timestamp": 1656564671264, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564673950, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:53:54.900Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:54.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "multicloud-k8s-id", "timestamp": 1656564673301, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-30T04:53:54.901Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:54.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "ves-openapi-manager", "timestamp": 1656564660615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "policy-id", "timestamp": 1656564661945, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "cds", "timestamp": 1656564671264, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "multicloud-k8s-id", "timestamp": 1656564674324, "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-30T04:53:54.916Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6656d2d-e60a-461b-ba4f-d7cc03cecbb7 2022-06-30T04:53:54.916Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6656d2d-e60a-461b-ba4f-d7cc03cecbb7 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-30T04:53:54.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "clamp", "timestamp": 1656564674911, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:53:54.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:54.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "ves-openapi-manager", "timestamp": 1656564660615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "policy-id", "timestamp": 1656564661945, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-30T04:53:54.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564675843, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:53:54.931Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:54.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "cds", "timestamp": 1656564671264, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "multicloud-k8s-id", "timestamp": 1656564675328, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-30T04:53:54.932Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:54.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "ves-openapi-manager", "timestamp": 1656564660615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "policy-id", "timestamp": 1656564661945, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564676848, "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-30T04:53:54.938Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f6452bf3-f5ed-4f54-97d2-fa21b12c9832 2022-06-30T04:53:54.938Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6452bf3-f5ed-4f54-97d2-fa21b12c9832 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-30T04:53:54.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "cds", "timestamp": 1656564671264, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "ves-openapi-manager", "timestamp": 1656564660615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "policy-id", "timestamp": 1656564661945, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564665176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "cds", "timestamp": 1656564671264, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "clamp", "timestamp": 1656564677915, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:53:54.950Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:54.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "ves-openapi-manager", "timestamp": 1656564660615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "policy-id", "timestamp": 1656564661945, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564665176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "cds", "timestamp": 1656564671264, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:53:54.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "clamp", "timestamp": 1656564678920, "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-30T04:53:54.958Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f6452bf3-f5ed-4f54-97d2-fa21b12c9832 2022-06-30T04:53:54.958Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6452bf3-f5ed-4f54-97d2-fa21b12c9832 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-30T04:53:54.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "policy-id", "timestamp": 1656564661945, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:53:54.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564665176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "cds", "timestamp": 1656564679033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:53:54.975Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:54.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "clamp", "timestamp": 1656564661901, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "policy-id", "timestamp": 1656564680802, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:53:54.977Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:54.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564665176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "cds", "timestamp": 1656564680039, "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=? 2022-06-30T04:53:54.983Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a6656d2d-e60a-461b-ba4f-d7cc03cecbb7 2022-06-30T04:53:54.984Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6656d2d-e60a-461b-ba4f-d7cc03cecbb7 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-30T04:53:54.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "ves-openapi-manager", "timestamp": 1656564680615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "clamp", "timestamp": 1656564661901, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-30T04:53:54.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "policy-id", "timestamp": 1656564681806, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:53:54.993Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:54.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564665176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "cds", "timestamp": 1656564671264, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "ves-openapi-manager", "timestamp": 1656564680615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "clamp", "timestamp": 1656564661901, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:54.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:54.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:54.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "policy-id", "timestamp": 1656564682809, "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-30T04:53:55.008Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6656d2d-e60a-461b-ba4f-d7cc03cecbb7 2022-06-30T04:53:55.008Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6656d2d-e60a-461b-ba4f-d7cc03cecbb7 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-30T04:53:55.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564665176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "cds", "timestamp": 1656564671264, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "ves-openapi-manager", "timestamp": 1656564680615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "clamp", "timestamp": 1656564661901, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564665176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:53:55.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "cds", "timestamp": 1656564671264, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "ves-openapi-manager", "timestamp": 1656564680615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "clamp", "timestamp": 1656564661901, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "policy-id", "timestamp": 1656564683812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.029Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "multicloud-k8s-id", "timestamp": 1656564683395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.029Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564684955, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:53:55.030Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:55.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "cds", "timestamp": 1656564671264, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.030Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "ves-openapi-manager", "timestamp": 1656564680615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.030Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "clamp", "timestamp": 1656564661901, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "policy-id", "timestamp": 1656564683812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "multicloud-k8s-id", "timestamp": 1656564683395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-30T04:53:55.032Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "cds", "timestamp": 1656564671264, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.032Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.033Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.033Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "ves-openapi-manager", "timestamp": 1656564680615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.033Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.033Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.033Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "clamp", "timestamp": 1656564661901, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:53:55.033Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.033Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.033Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "policy-id", "timestamp": 1656564683812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.034Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.034Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "multicloud-k8s-id", "timestamp": 1656564683395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-30T04:53:55.034Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.034Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "cds", "timestamp": 1656564671264, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.034Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.034Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564687163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:53:55.035Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:55.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "ves-openapi-manager", "timestamp": 1656564680615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "aai-ml", "timestamp": 1656564685838, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "policy-id", "timestamp": 1656564683812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "multicloud-k8s-id", "timestamp": 1656564683395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-30T04:53:55.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "cds", "timestamp": 1656564671264, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564688166, "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-30T04:53:55.042Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a6656d2d-e60a-461b-ba4f-d7cc03cecbb7 2022-06-30T04:53:55.042Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6656d2d-e60a-461b-ba4f-d7cc03cecbb7 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-30T04:53:55.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "ves-openapi-manager", "timestamp": 1656564680615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "aai-ml", "timestamp": 1656564685838, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "policy-id", "timestamp": 1656564683812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-30T04:53:55.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "multicloud-k8s-id", "timestamp": 1656564683395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-30T04:53:55.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "cds", "timestamp": 1656564671264, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564665176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "ves-openapi-manager", "timestamp": 1656564680615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "aai-ml", "timestamp": 1656564685838, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "policy-id", "timestamp": 1656564683812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "multicloud-k8s-id", "timestamp": 1656564683395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "cds", "timestamp": 1656564671264, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:53:55.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564665176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "aai-ml", "timestamp": 1656564685838, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "policy-id", "timestamp": 1656564683812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "multicloud-k8s-id", "timestamp": 1656564683395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-30T04:53:55.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564665176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "cds", "timestamp": 1656564690212, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:53:55.061Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:55.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "aai-ml", "timestamp": 1656564685838, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "policy-id", "timestamp": 1656564683812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "multicloud-k8s-id", "timestamp": 1656564683395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564665176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "cds", "timestamp": 1656564691220, "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-30T04:53:55.075Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 620a584b-2078-414e-aae5-e92f95ec68e8 2022-06-30T04:53:55.075Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 620a584b-2078-414e-aae5-e92f95ec68e8 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-30T04:53:55.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "aai-ml", "timestamp": 1656564685838, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.085Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "policy-id", "timestamp": 1656564683812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:53:55.086Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "multicloud-k8s-id", "timestamp": 1656564683395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:53:55.086Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564665176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.086Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "aai-ml", "timestamp": 1656564685838, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:53:55.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "policy-id", "timestamp": 1656564693525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:53:55.087Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:55.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "multicloud-k8s-id", "timestamp": 1656564693155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-30T04:53:55.088Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:55.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564665176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.088Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "aai-ml", "timestamp": 1656564693565, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:53:55.089Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:55.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "policy-id", "timestamp": 1656564694529, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:53:55.089Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:55.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "multicloud-k8s-id", "timestamp": 1656564694208, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-30T04:53:55.089Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:55.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564665176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.090Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "policy-id", "timestamp": 1656564695532, "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-30T04:53:55.096Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 620a584b-2078-414e-aae5-e92f95ec68e8 2022-06-30T04:53:55.096Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 620a584b-2078-414e-aae5-e92f95ec68e8 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-30T04:53:55.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "multicloud-k8s-id", "timestamp": 1656564695258, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-30T04:53:55.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:55.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564665176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "multicloud-k8s-id", "timestamp": 1656564696344, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-30T04:53:55.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:55.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564665176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:53:55.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "multicloud-k8s-id", "timestamp": 1656564697387, "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-30T04:53:55.115Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 620a584b-2078-414e-aae5-e92f95ec68e8 2022-06-30T04:53:55.116Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 620a584b-2078-414e-aae5-e92f95ec68e8 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-30T04:53:55.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564698281, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:53:55.122Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:55.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "multicloud-k8s-id", "timestamp": 1656564698389, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-30T04:53:55.122Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:55.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "clamp", "timestamp": 1656564698914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:53:55.122Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:55.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564700558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:53:55.123Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:55.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "clamp", "timestamp": 1656564700922, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:53:55.123Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:55.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "aai-ml", "timestamp": 1656564700567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:53:55.124Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:53:55.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656564701561, "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-30T04:53:55.128Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 620a584b-2078-414e-aae5-e92f95ec68e8 2022-06-30T04:53:55.128Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 620a584b-2078-414e-aae5-e92f95ec68e8 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-30T04:53:55.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "clamp", "timestamp": 1656564701926, "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-30T04:53:55.150Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a6656d2d-e60a-461b-ba4f-d7cc03cecbb7 2022-06-30T04:53:55.150Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6656d2d-e60a-461b-ba4f-d7cc03cecbb7 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-30T04:53:55.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "aai-ml", "timestamp": 1656564701571, "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-30T04:53:55.162Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a6656d2d-e60a-461b-ba4f-d7cc03cecbb7 2022-06-30T04:53:55.162Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6656d2d-e60a-461b-ba4f-d7cc03cecbb7 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-30T04:53:55.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "aai-ml", "timestamp": 1656564685838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "clamp", "timestamp": 1656564702930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "aai-ml", "timestamp": 1656564685838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "clamp", "timestamp": 1656564702930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "aai-ml", "timestamp": 1656564685838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "clamp", "timestamp": 1656564702930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "aai-ml", "timestamp": 1656564685838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "clamp", "timestamp": 1656564702930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-30T04:53:55.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "aai-ml", "timestamp": 1656564685838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "clamp", "timestamp": 1656564702930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "aai-ml", "timestamp": 1656564685838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "clamp", "timestamp": 1656564702930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "aai-ml", "timestamp": 1656564685838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "clamp", "timestamp": 1656564702930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "aai-ml", "timestamp": 1656564685838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "clamp", "timestamp": 1656564702930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:53:55.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "aai-ml", "timestamp": 1656564685838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:53:55.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "clamp", "timestamp": 1656564702930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:53:55.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-30T04:53:55.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T04:53:55.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "aai-ml", "timestamp": 1656564711669, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:53:55.179Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:54:17.772Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6452bf3-f5ed-4f54-97d2-fa21b12c9832 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T04:54:17.785Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6452bf3-f5ed-4f54-97d2-fa21b12c9832 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-30T04:54:17.788Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-30T04:54:17.788Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-30T04:54:17.788Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-30T04:54:17.788Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-30T04:54:17.788Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:54:17.788Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:54:17.788Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:54:17.788Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:54:17.788Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:54:17.788Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:54:17.788Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:54:17.788Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|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-30T04:54:17.795Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-30T04:54:47.795Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f6452bf3-f5ed-4f54-97d2-fa21b12c9832 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-30T04:54:47.800Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f6452bf3-f5ed-4f54-97d2-fa21b12c9832 and serviceModelVersionId: edb7e94e-635f-4845-b05c-091f01896f99 2022-06-30T04:54:47.800Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 72f5bbe3-39e6-40c1-8784-6c3b0ee6b365 2022-06-30T04:54:47.801Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/72f5bbe3-39e6-40c1-8784-6c3b0ee6b365/model-vers/model-ver/edb7e94e-635f-4845-b05c-091f01896f99?depth=0 2022-06-30T04:54:47.806Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-30T04:54:47.888Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72f5bbe3-39e6-40c1-8784-6c3b0ee6b365/model-vers/model-ver/edb7e94e-635f-4845-b05c-091f01896f99?depth=0|INFO|500||Invoke 2022-06-30T04:54:47.889Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72f5bbe3-39e6-40c1-8784-6c3b0ee6b365/model-vers/model-ver/edb7e94e-635f-4845-b05c-091f01896f99?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72f5bbe3-39e6-40c1-8784-6c3b0ee6b365/model-vers/model-ver/edb7e94e-635f-4845-b05c-091f01896f99?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f6452bf3-f5ed-4f54-97d2-fa21b12c9832], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eae76979-3e4e-43d8-a319-67d50e855cc9], X-ECOMP-RequestID=[f6452bf3-f5ed-4f54-97d2-fa21b12c9832], X-TransactionId=[], X-ONAP-RequestID=[f6452bf3-f5ed-4f54-97d2-fa21b12c9832], Content-Type=[application/merge-patch+json]} 2022-06-30T04:54:47.915Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72f5bbe3-39e6-40c1-8784-6c3b0ee6b365/model-vers/model-ver/edb7e94e-635f-4845-b05c-091f01896f99?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-30T04:54:48.084Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72f5bbe3-39e6-40c1-8784-6c3b0ee6b365/model-vers/model-ver/edb7e94e-635f-4845-b05c-091f01896f99?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/72f5bbe3-39e6-40c1-8784-6c3b0ee6b365/model-vers/model-ver/edb7e94e-635f-4845-b05c-091f01896f99?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220630-04:54:47:922-79085], vertex-id=[188440], Content-Length=[0], Date=[Thu, 30 Jun 2022 04:54:47 GMT], Content-Type=[application/json]} 2022-06-30T04:54:48.085Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72f5bbe3-39e6-40c1-8784-6c3b0ee6b365/model-vers/model-ver/edb7e94e-635f-4845-b05c-091f01896f99?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-30T04:54:48.085Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72f5bbe3-39e6-40c1-8784-6c3b0ee6b365/model-vers/model-ver/edb7e94e-635f-4845-b05c-091f01896f99?depth=0|INFO|500||InvokeReturn 2022-06-30T04:54:48.086Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-30T04:54:48.086Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|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-30T04:54:48.091Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|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-30T04:54:48.091Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f6452bf3-f5ed-4f54-97d2-fa21b12c9832 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-30T04:54:48.092Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-30T04:54:48.092Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:54:48.094Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:54:48.094Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564888091, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-30T04:54:48.194Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:54:48.195Z||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-30T04:54:48.195Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:54:48.235Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:54:48.236Z||pool-66-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-30T04:54:49.110Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T04:54:49.110Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a6656d2d-e60a-461b-ba4f-d7cc03cecbb7","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7f06e815-4a6d-4e09-9556-00c3e742079e","serviceDescription":"service","serviceInvariantUUID":"4df7ba11-c6b4-43e7-9e8b-648900f5332f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0966ba67-c99b-47bd-9cbc-8dbef83d090d","resourceInvariantUUID":"659da481-537f-4022-b861-aee4b0732c9e","resourceCustomizationUUID":"38cabf72-96e9-4dd6-82b7-f0ac7fc2a0c5","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":"MjFkZTdmYjg4ZTU3ODIzOWYyYWRkYjMwODFiOWUzN2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f976c750-6a43-45c7-a8f8-e380075b0236","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":"MzczMzA0YTY5NGViN2Q3MjRlY2E1NDA4M2FjMWM1YTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8d74ffdc-ac1f-421f-85d8-2db5bb1aacc1","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":"24315fd5-eb4b-40a0-8ec7-110b08ed5f28","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":"bb9f260b-659c-4a02-9cbd-29763c8e7dde","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":"4fdc987f-f8dd-4291-be6e-767a64bb6a40","artifactVersion":"2","generatedFromUUID":"24315fd5-eb4b-40a0-8ec7-110b08ed5f28"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTEwMjI0NGQwZDBmYTRmZDQ3NDVjOWMyODMyZDg2OTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7856d770-1050-4067-8d13-dcbe47b69b76","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWE0ZTBjNGY2YjZjYTM4NTc5MTU1ZDk4OWU1NDM2Yjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"936936f5-0caa-4a6b-9416-a72ed6d9dcfa","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-30T04:54:49.110Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:54:49.111Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:54:49.113Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:54:49.113Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:54:49.213Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:54:49.214Z||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-30T04:54:49.214Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:54:49.295Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:54:49.295Z||pool-67-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:54:50.113Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:54:50.114Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:54:50.116Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:54:50.116Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-30T04:54:50.216Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:54:50.217Z||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-30T04:54:50.217Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:54:50.257Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:54:50.257Z||pool-68-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:54:51.117Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:54:51.117Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:54:51.120Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:54:51.120Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-30T04:54:51.220Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:54:51.220Z||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-30T04:54:51.221Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:54:51.481Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:54:51.481Z||pool-69-thread-1|||||INFO|500||cambria reply ok (261 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:54:52.120Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:54:52.121Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:54:52.123Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:54:52.123Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:54:52.224Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-30T04:54:52.224Z||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-30T04:54:52.224Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:54:52.241Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:54:52.241Z||pool-70-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:54:53.124Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:54:53.125Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:54:53.127Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:54:53.127Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-30T04:54:53.227Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:54:53.228Z||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-30T04:54:53.228Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:54:53.253Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:54:53.254Z||pool-71-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:54:54.128Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:54:54.128Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:54:54.130Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:54:54.130Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:54:54.230Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:54:54.231Z||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-30T04:54:54.231Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:54:54.247Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:54:54.248Z||pool-72-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:54:54.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:54:54.743Z||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-30T04:54:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:54:54.815Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:54:54.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:54:54.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "aai-ml", "timestamp": 1656564718924, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:54:54.816Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:54:54.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:54:54.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "aai-ml", "timestamp": 1656564719928, "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-30T04:54:54.826Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 620a584b-2078-414e-aae5-e92f95ec68e8 2022-06-30T04:54:54.826Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 620a584b-2078-414e-aae5-e92f95ec68e8 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-30T04:54:54.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:54:54.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "clamp", "timestamp": 1656564720917, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:54:54.835Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:54:54.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:54:54.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "clamp", "timestamp": 1656564722925, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:54:54.836Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:54:54.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:54:54.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "clamp", "timestamp": 1656564723930, "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-30T04:54:54.840Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 620a584b-2078-414e-aae5-e92f95ec68e8 2022-06-30T04:54:54.840Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 620a584b-2078-414e-aae5-e92f95ec68e8 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-30T04:54:54.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:54:54.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b832d10c-b911-428d-b87a-d83f94664d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564750919, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-30T04:54:54.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:54:54.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:54:54.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:54:54.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T04:54:54.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:54:54.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-30T04:54:54.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T04:54:54.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:54:54.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-30T04:54:54.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T04:54:54.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:54:54.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:54:54.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T04:54:54.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:54:54.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:54:54.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T04:54:54.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:54:54.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/resourceInstances/pnfcc63d8b35b1e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T04:54:54.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T04:54:54.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:54:54.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:54:54.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T04:54:54.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:54:54.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:54:54.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T04:54:54.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:54:54.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564764488, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:54:54.853Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:54:54.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:54:54.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564766719, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysdid9ihychvftifzki/1.0/artifacts/service-DemoPnf3ysdid9ihychvftifzki-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:54:54.854Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:54:55.130Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:54:55.132Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:54:55.134Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:54:55.134Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:54:55.234Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:54:55.235Z||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-30T04:54:55.235Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:54:55.259Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:54:55.260Z||pool-73-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-06-30T04:54:56.136Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "7f06e815-4a6d-4e09-9556-00c3e742079e", "serviceDescription": "service", "serviceInvariantUUID": "4df7ba11-c6b4-43e7-9e8b-648900f5332f", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "38cabf72-96e9-4dd6-82b7-f0ac7fc2a0c5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0966ba67-c99b-47bd-9cbc-8dbef83d090d", "resourceInvariantUUID": "659da481-537f-4022-b861-aee4b0732c9e", "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": "MzczMzA0YTY5NGViN2Q3MjRlY2E1NDA4M2FjMWM1YTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8d74ffdc-ac1f-421f-85d8-2db5bb1aacc1", "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": "24315fd5-eb4b-40a0-8ec7-110b08ed5f28", "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": "4fdc987f-f8dd-4291-be6e-767a64bb6a40", "generatedFromUUID": "24315fd5-eb4b-40a0-8ec7-110b08ed5f28" }, "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": "4fdc987f-f8dd-4291-be6e-767a64bb6a40", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWE0ZTBjNGY2YjZjYTM4NTc5MTU1ZDk4OWU1NDM2Yjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "936936f5-0caa-4a6b-9416-a72ed6d9dcfa" } ], "workloadContext": "Production" } 2022-06-30T04:54:56.136Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-30T04:54:56.136Z|f6452bf3-f5ed-4f54-97d2-fa21b12c9832|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7f06e815-4a6d-4e09-9556-00c3e742079e ASDC 2022-06-30T04:54:56.136Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:a6656d2d-e60a-461b-ba4f-d7cc03cecbb7 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:7f06e815-4a6d-4e09-9556-00c3e742079e ServiceInvariantUUID:4df7ba11-c6b4-43e7-9e8b-648900f5332f 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:936936f5-0caa-4a6b-9416-a72ed6d9dcfa ArtifactChecksum:OWE0ZTBjNGY2YjZjYTM4NTc5MTU1ZDk4OWU1NDM2Yjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:38cabf72-96e9-4dd6-82b7-f0ac7fc2a0c5 ResourceInvariantUUID:659da481-537f-4022-b861-aee4b0732c9e ResourceName:basic_vm ResourceType:VF ResourceUUID:0966ba67-c99b-47bd-9cbc-8dbef83d090d 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:8d74ffdc-ac1f-421f-85d8-2db5bb1aacc1 ArtifactChecksum:MzczMzA0YTY5NGViN2Q3MjRlY2E1NDA4M2FjMWM1YTY= 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:24315fd5-eb4b-40a0-8ec7-110b08ed5f28 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:4fdc987f-f8dd-4291-be6e-767a64bb6a40 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:4fdc987f-f8dd-4291-be6e-767a64bb6a40 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-30T04:54:56.136Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7f06e815-4a6d-4e09-9556-00c3e742079e 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-30T04:54:56.179Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-30T04:54:56.180Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-30T04:54:56.180Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-30T04:54:56.180Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 936936f5-0caa-4a6b-9416-a72ed6d9dcfa from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-30T04:54:56.180Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-30T04:54:56.181Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-30T04:54:56.435Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-30T04:54:56.439Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 936936f5-0caa-4a6b-9416-a72ed6d9dcfa 71072 2022-06-30T04:54:56.439Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||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-30T04:54:56.439Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||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-30T04:54:56.439Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T04:54:56.440Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:54:56.442Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:54:56.442Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564896439, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:54:56.543Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-30T04:54:56.544Z||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-30T04:54:56.545Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:54:56.564Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:54:56.566Z||pool-74-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:54:57.443Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-30T04:54:57.444Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-30T04:54:57.445Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 936936f5-0caa-4a6b-9416-a72ed6d9dcfa, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-30T04:54:57.445Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-06-30T04:54:57.446Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-30T04:54:57.446Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-06-30T04:54:57.619Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5352664543436010535/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-30T04:54:58.798Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-30T04:54:58.799Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-30T04:54:58.799Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-30T04:54:58.799Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-30T04:54:58.799Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||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-30T04:54:58.800Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||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-30T04:54:58.800Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|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-BasicVm-csar.csar 2022-06-30T04:54:58.800Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|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-BasicVm-csar.csar 2022-06-30T04:54:58.800Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|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-BasicVm-csar.csar 2022-06-30T04:54:58.800Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||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-30T04:54:58.801Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|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-BasicVm-csar.csar 2022-06-30T04:54:58.801Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||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-30T04:54:58.801Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|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-BasicVm-csar.csar 2022-06-30T04:54:58.801Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-30T04:54:58.801Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:54:58.802Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:54:58.802Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-30T04:54:58.802Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-30T04:54:58.802Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-30T04:54:58.803Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:54:58.803Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:54:58.803Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-30T04:54:58.803Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-30T04:54:58.803Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-30T04:54:58.804Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:54:58.804Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:54:58.804Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:54:58.804Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-30T04:54:58.805Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-30T04:54:58.805Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-30T04:54:58.805Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-30T04:54:58.805Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-30T04:54:58.805Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-30T04:54:58.806Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:54:58.806Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-30T04:54:58.806Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:54:58.806Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-30T04:54:58.807Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:54:58.807Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:54:58.807Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-30T04:54:58.807Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:54:58.808Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:54:58.808Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-30T04:54:58.808Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:54:58.808Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:54:58.809Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-30T04:54:58.809Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-30T04:54:58.809Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-30T04:54:58.809Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe10d6c4-7672-4604-adfd-53551146e459 2022-06-30T04:54:58.810Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:54:58.810Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:54:58.810Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:54:58.810Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:54:58.810Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:54:58.811Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:54:58.811Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:54:58.811Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:54:58.811Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:7f06e815-4a6d-4e09-9556-00c3e742079e Model Version:NULL Model InvariantUuid:4df7ba11-c6b4-43e7-9e8b-648900f5332f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:3767b7f4-f8db-43fd-b931-77ca93cda242 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:659da481-537f-4022-b861-aee4b0732c9e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:38cabf72-96e9-4dd6-82b7-f0ac7fc2a0c5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8aa212f4-ffba-4fdd-b717-3ee6a63abfbc ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:b75cdbc9-ea75-4a0b-b13b-960673485fbf ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:fe10d6c4-7672-4604-adfd-53551146e459 ModelInvariantUuid:b3048def-04b9-407e-a405-25492cb71d6d ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:9d25bb78-dc1d-4065-ac04-3788cb0f8383 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:f0a90b25-3f30-4ef8-b7bc-0d8458ced31a ModelInvariantUuid:93c6e54a-4215-4e97-8007-c4861319c49e ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:a41f17b1-9c8f-4789-8b3e-020b74d65d92 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-30T04:54:58.818Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 0966ba67-c99b-47bd-9cbc-8dbef83d090d 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-30T04:54:58.821Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||basic_vm 0 2022-06-30T04:54:58.822Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0966ba67-c99b-47bd-9cbc-8dbef83d090d 2022-06-30T04:54:58.822Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8d74ffdc-ac1f-421f-85d8-2db5bb1aacc1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-30T04:54:58.822Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-30T04:54:58.822Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||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-30T04:54:58.867Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-30T04:54:58.868Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 8d74ffdc-ac1f-421f-85d8-2db5bb1aacc1 787 2022-06-30T04:54:58.869Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||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-30T04:54:58.869Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||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-30T04:54:58.869Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T04:54:58.869Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:54:58.871Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:54:58.871Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564898868, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-30T04:54:58.971Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-30T04:54:58.972Z||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-30T04:54:58.972Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:54:59.009Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:54:59.010Z||pool-75-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:54:59.872Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8aa212f4-ffba-4fdd-b717-3ee6a63abfbc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b75cdbc9-ea75-4a0b-b13b-960673485fbf", "vfModuleModelCustomizationUUID": "b2e6c168-05e8-471c-8702-f14995f5e1e1", "isBase": true, "artifacts": [ "24315fd5-eb4b-40a0-8ec7-110b08ed5f28", "4fdc987f-f8dd-4291-be6e-767a64bb6a40" ], "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-30T04:54:59.877Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b75cdbc9-ea75-4a0b-b13b-960673485fbf VfModuleModelInvariantUUID:8aa212f4-ffba-4fdd-b717-3ee6a63abfbc VfModuleModelDescription:NULL Artifacts UUID List:{ 24315fd5-eb4b-40a0-8ec7-110b08ed5f28 , 4fdc987f-f8dd-4291-be6e-767a64bb6a40 } 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-30T04:54:59.878Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8aa212f4-ffba-4fdd-b717-3ee6a63abfbc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b75cdbc9-ea75-4a0b-b13b-960673485fbf", "vfModuleModelCustomizationUUID": "b2e6c168-05e8-471c-8702-f14995f5e1e1", "isBase": true, "artifacts": [ "24315fd5-eb4b-40a0-8ec7-110b08ed5f28", "4fdc987f-f8dd-4291-be6e-767a64bb6a40" ], "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-30T04:54:59.879Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b75cdbc9-ea75-4a0b-b13b-960673485fbf VfModuleModelInvariantUUID:8aa212f4-ffba-4fdd-b717-3ee6a63abfbc VfModuleModelDescription:NULL Artifacts UUID List:{ 24315fd5-eb4b-40a0-8ec7-110b08ed5f28 , 4fdc987f-f8dd-4291-be6e-767a64bb6a40 } 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-30T04:54:59.879Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 24315fd5-eb4b-40a0-8ec7-110b08ed5f28 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-30T04:54:59.879Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-30T04:54:59.879Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||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-30T04:54:59.925Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-30T04:54:59.925Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 24315fd5-eb4b-40a0-8ec7-110b08ed5f28 5033 2022-06-30T04:54:59.926Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||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-30T04:54:59.926Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||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-30T04:54:59.926Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T04:54:59.926Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:54:59.928Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:54:59.928Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564899925, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-30T04:55:00.028Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:55:00.030Z||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-30T04:55:00.030Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:55:00.063Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:55:00.063Z||pool-76-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:55:00.929Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4fdc987f-f8dd-4291-be6e-767a64bb6a40 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-30T04:55:00.929Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-30T04:55:00.930Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||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-30T04:55:00.990Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-30T04:55:00.990Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 4fdc987f-f8dd-4291-be6e-767a64bb6a40 903 2022-06-30T04:55:00.991Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||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-30T04:55:00.991Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||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-30T04:55:00.991Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T04:55:00.991Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:55:00.994Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:55:00.994Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564900991, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-30T04:55:01.094Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:55:01.095Z||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-30T04:55:01.095Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:55:01.114Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:55:01.115Z||pool-77-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:55:01.995Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7f06e815-4a6d-4e09-9556-00c3e742079e 2022-06-30T04:55:01.995Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 0966ba67-c99b-47bd-9cbc-8dbef83d090d ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-30T04:55:02.009Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79f2a72a, org.onap.sdc.toscaparser.api.parameters.Input@1c1ec57a, org.onap.sdc.toscaparser.api.parameters.Input@20e3361d, org.onap.sdc.toscaparser.api.parameters.Input@3e902ce5, org.onap.sdc.toscaparser.api.parameters.Input@52b707ea] 2022-06-30T04:55:02.011Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:02.011Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:55:02.012Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-06-30T04:55:02.012Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 38cabf72-96e9-4dd6-82b7-f0ac7fc2a0c5 2022-06-30T04:55:02.012Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 38cabf72-96e9-4dd6-82b7-f0ac7fc2a0c5 matches Tosca VF Customization UUID: 38cabf72-96e9-4dd6-82b7-f0ac7fc2a0c5 2022-06-30T04:55:02.012Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 38cabf72-96e9-4dd6-82b7-f0ac7fc2a0c5 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-30T04:55:02.015Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:02.015Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:55:02.016Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 38cabf72-96e9-4dd6-82b7-f0ac7fc2a0c5: {\"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-30T04:55:02.016Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3e4a54dc 2022-06-30T04:55:02.016Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:02.016Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-30T04:55:02.017Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b2e6c168-05e8-471c-8702-f14995f5e1e1 2022-06-30T04:55:02.017Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b2e6c168-05e8-471c-8702-f14995f5e1e1 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-30T04:55:02.019Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:02.020Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-30T04:55:02.020Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:55:02.020Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:02.021Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-30T04:55:02.021Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:55:02.022Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:02.022Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-30T04:55:02.023Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-30T04:55:02.023Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-30T04:55:02.023Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe10d6c4-7672-4604-adfd-53551146e459 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-30T04:55:02.026Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:02.027Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-30T04:55:02.027Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:55:02.027Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:02.028Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-30T04:55:02.028Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=38cabf72-96e9-4dd6-82b7-f0ac7fc2a0c5 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-30T04:55:02.031Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:02.031Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:55:02.032Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 7f06e815-4a6d-4e09-9556-00c3e742079e: basic_vm 2022-06-30T04:55:02.032Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:02.032Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:55:02.033Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:02.033Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:55:02.034Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:02.034Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:55:02.034Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:02.035Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:55:02.035Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:02.036Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:55:02.036Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||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-30T04:55:02.122Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 0966ba67-c99b-47bd-9cbc-8dbef83d090d 1 ASDC deployResourceStructure 2022-06-30T04:55:02.123Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||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-30T04:55:02.123Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||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-30T04:55:02.123Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-30T04:55:02.123Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:55:02.125Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:55:02.125Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564902123, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-30T04:55:02.226Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-30T04:55:02.228Z||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-30T04:55:02.228Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:55:02.253Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:55:02.254Z||pool-78-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:55:03.127Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||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-30T04:55:03.127Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||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-30T04:55:03.127Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-30T04:55:03.127Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:55:03.130Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:55:03.130Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564903126, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-30T04:55:03.230Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:55:03.231Z||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-30T04:55:03.231Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:55:03.252Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:55:03.253Z||pool-79-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:55:04.131Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||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-30T04:55:04.132Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||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-30T04:55:04.132Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-30T04:55:04.132Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:55:04.134Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:55:04.135Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564904131, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-30T04:55:04.234Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-30T04:55:04.235Z||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-30T04:55:04.236Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:55:04.290Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:55:04.290Z||pool-80-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:55:05.135Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||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-30T04:55:05.136Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||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-30T04:55:05.136Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-30T04:55:05.136Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:55:05.138Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:55:05.138Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564905135, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:55:05.238Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:55:05.239Z||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-30T04:55:05.239Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:55:05.272Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:55:05.273Z||pool-81-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:55:06.139Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6656d2d-e60a-461b-ba4f-d7cc03cecbb7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T04:55:06.148Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6656d2d-e60a-461b-ba4f-d7cc03cecbb7 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-30T04:55:06.150Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-30T04:55:06.150Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-30T04:55:06.150Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-30T04:55:06.151Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-30T04:55:06.151Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:55:06.151Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:55:06.151Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:55:06.151Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:55:06.151Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:55:06.151Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:55:06.151Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|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-30T04:55:06.156Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-30T04:55:36.156Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a6656d2d-e60a-461b-ba4f-d7cc03cecbb7 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-30T04:55:36.161Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a6656d2d-e60a-461b-ba4f-d7cc03cecbb7 and serviceModelVersionId: 7f06e815-4a6d-4e09-9556-00c3e742079e 2022-06-30T04:55:36.161Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4df7ba11-c6b4-43e7-9e8b-648900f5332f 2022-06-30T04:55:36.162Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4df7ba11-c6b4-43e7-9e8b-648900f5332f/model-vers/model-ver/7f06e815-4a6d-4e09-9556-00c3e742079e?depth=0 2022-06-30T04:55:36.166Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-30T04:55:36.206Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4df7ba11-c6b4-43e7-9e8b-648900f5332f/model-vers/model-ver/7f06e815-4a6d-4e09-9556-00c3e742079e?depth=0|INFO|500||Invoke 2022-06-30T04:55:36.206Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4df7ba11-c6b4-43e7-9e8b-648900f5332f/model-vers/model-ver/7f06e815-4a6d-4e09-9556-00c3e742079e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4df7ba11-c6b4-43e7-9e8b-648900f5332f/model-vers/model-ver/7f06e815-4a6d-4e09-9556-00c3e742079e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a6656d2d-e60a-461b-ba4f-d7cc03cecbb7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9fa2366a-d17d-46af-aa3c-01706f2635f5], X-ECOMP-RequestID=[a6656d2d-e60a-461b-ba4f-d7cc03cecbb7], X-TransactionId=[], X-ONAP-RequestID=[a6656d2d-e60a-461b-ba4f-d7cc03cecbb7], Content-Type=[application/merge-patch+json]} 2022-06-30T04:55:36.227Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4df7ba11-c6b4-43e7-9e8b-648900f5332f/model-vers/model-ver/7f06e815-4a6d-4e09-9556-00c3e742079e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-30T04:55:36.364Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4df7ba11-c6b4-43e7-9e8b-648900f5332f/model-vers/model-ver/7f06e815-4a6d-4e09-9556-00c3e742079e?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/4df7ba11-c6b4-43e7-9e8b-648900f5332f/model-vers/model-ver/7f06e815-4a6d-4e09-9556-00c3e742079e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220630-04:55:36:234-5378], vertex-id=[229584], Content-Length=[0], Date=[Thu, 30 Jun 2022 04:55:36 GMT], Content-Type=[application/json]} 2022-06-30T04:55:36.365Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4df7ba11-c6b4-43e7-9e8b-648900f5332f/model-vers/model-ver/7f06e815-4a6d-4e09-9556-00c3e742079e?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-30T04:55:36.365Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4df7ba11-c6b4-43e7-9e8b-648900f5332f/model-vers/model-ver/7f06e815-4a6d-4e09-9556-00c3e742079e?depth=0|INFO|500||InvokeReturn 2022-06-30T04:55:36.365Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-30T04:55:36.366Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|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-30T04:55:36.371Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|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-30T04:55:36.371Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a6656d2d-e60a-461b-ba4f-d7cc03cecbb7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-30T04:55:36.371Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-30T04:55:36.371Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:55:36.373Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:55:36.373Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564936371, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-30T04:55:36.473Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:55:36.474Z||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-30T04:55:36.474Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:55:36.493Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:55:36.494Z||pool-82-thread-1|||||INFO|500||cambria reply ok (20 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-30T04:55:37.387Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T04:55:37.387Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"620a584b-2078-414e-aae5-e92f95ec68e8","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"27bb09c8-e9a9-48c7-ab4b-5a4f8db6843f","serviceDescription":"service","serviceInvariantUUID":"dd69ffd2-5463-426b-9349-7dfde866de92","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5ca8d033-1a02-4c37-ae99-1f61ab6dab06","resourceInvariantUUID":"469bb1fe-94d8-4475-8b73-7a8b4fcebad8","resourceCustomizationUUID":"b5c35716-a09a-4ddc-b395-476cdc4678ba","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":"ZjJiMjgwYjQwODk5MDQxNjNmZTJhZTZlM2E3ZjU5M2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"697af44c-6673-4124-ba77-813ce8f9742a","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":"43afed58-6d88-404e-9a31-71c2e06ba9aa","artifactVersion":"2","generatedFromUUID":"801f79a6-5163-424a-9ca8-ddea6366dbbf"},{"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":"801f79a6-5163-424a-9ca8-ddea6366dbbf","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":"NmI4NWNiZjc3N2ZiODVlMDhmNDg2NWJhZWZjMzFjNzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c324f0f5-01d6-4f1a-bd47-8ebb3a166277","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":"5ab4e694-f034-4930-9866-a0afd88d52b2","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":"286a467f-a442-43a9-9ed2-41ec1b981506","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":"6019b082-763f-40a8-9813-8c886fcff8f1","artifactVersion":"2","generatedFromUUID":"5ab4e694-f034-4930-9866-a0afd88d52b2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NDBmNGM5MTE4ZDkyNWRhMTUxZDVjZTA0ZDUxMjhlYmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3434bfca-3995-495a-bda2-f21301a13591","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZTA0N2I2ZjAwZTgzZDY4ODBhZmU3MWQ4Zjg5Zjg2YWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"911949ac-2e66-46d7-a1bd-49bf3daba6b5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-30T04:55:37.388Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:55:37.388Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:55:37.390Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:55:37.390Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:55:37.490Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:55:37.492Z||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-30T04:55:37.492Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:55:37.509Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:55:37.509Z||pool-83-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:55:38.391Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:55:38.391Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:55:38.393Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:55:38.393Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-30T04:55:38.493Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:55:38.495Z||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-30T04:55:38.495Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:55:38.512Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:55:38.512Z||pool-84-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:55:39.394Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:55:39.395Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:55:39.397Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:55:39.397Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-30T04:55:39.499Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-30T04:55:39.500Z||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-30T04:55:39.500Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:55:39.527Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:55:39.527Z||pool-85-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:55:40.398Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:55:40.399Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:55:40.401Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:55:40.402Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-30T04:55:40.502Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:55:40.503Z||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-30T04:55:40.503Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:55:40.522Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:55:40.523Z||pool-86-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:55:41.402Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:55:41.403Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:55:41.406Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:55:41.406Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-30T04:55:41.507Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:55:41.508Z||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-30T04:55:41.508Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:55:41.549Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:55:41.550Z||pool-87-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1} 2022-06-30T04:55:42.411Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:55:42.413Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:55:42.415Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:55:42.415Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:55:42.515Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:55:42.516Z||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-30T04:55:42.516Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:55:42.539Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:55:42.540Z||pool-88-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:55:43.416Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:55:43.416Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:55:43.419Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:55:43.419Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-30T04:55:43.519Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:55:43.520Z||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-30T04:55:43.520Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:55:43.536Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:55:43.538Z||pool-89-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:55:44.419Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:55:44.420Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:55:44.422Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:55:44.422Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:55:44.523Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:55:44.524Z||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-30T04:55:44.524Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:55:44.543Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:55:44.543Z||pool-90-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-30T04:55:45.423Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T04:55:45.424Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:55:45.426Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:55:45.426Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:55:45.527Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-30T04:55:45.529Z||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-30T04:55:45.529Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:55:45.554Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:55:45.554Z||pool-91-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:55:46.428Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "27bb09c8-e9a9-48c7-ab4b-5a4f8db6843f", "serviceDescription": "service", "serviceInvariantUUID": "dd69ffd2-5463-426b-9349-7dfde866de92", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "b5c35716-a09a-4ddc-b395-476cdc4678ba", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5ca8d033-1a02-4c37-ae99-1f61ab6dab06", "resourceInvariantUUID": "469bb1fe-94d8-4475-8b73-7a8b4fcebad8", "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": "43afed58-6d88-404e-9a31-71c2e06ba9aa", "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": "801f79a6-5163-424a-9ca8-ddea6366dbbf", "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": "NmI4NWNiZjc3N2ZiODVlMDhmNDg2NWJhZWZjMzFjNzk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c324f0f5-01d6-4f1a-bd47-8ebb3a166277", "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": "5ab4e694-f034-4930-9866-a0afd88d52b2", "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": "6019b082-763f-40a8-9813-8c886fcff8f1", "generatedFromUUID": "5ab4e694-f034-4930-9866-a0afd88d52b2" }, "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": "6019b082-763f-40a8-9813-8c886fcff8f1", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZTA0N2I2ZjAwZTgzZDY4ODBhZmU3MWQ4Zjg5Zjg2YWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "911949ac-2e66-46d7-a1bd-49bf3daba6b5" } ], "workloadContext": "Production" } 2022-06-30T04:55:46.428Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-30T04:55:46.428Z|a6656d2d-e60a-461b-ba4f-d7cc03cecbb7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 27bb09c8-e9a9-48c7-ab4b-5a4f8db6843f ASDC 2022-06-30T04:55:46.429Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:620a584b-2078-414e-aae5-e92f95ec68e8 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:27bb09c8-e9a9-48c7-ab4b-5a4f8db6843f ServiceInvariantUUID:dd69ffd2-5463-426b-9349-7dfde866de92 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:911949ac-2e66-46d7-a1bd-49bf3daba6b5 ArtifactChecksum:ZTA0N2I2ZjAwZTgzZDY4ODBhZmU3MWQ4Zjg5Zjg2YWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:b5c35716-a09a-4ddc-b395-476cdc4678ba ResourceInvariantUUID:469bb1fe-94d8-4475-8b73-7a8b4fcebad8 ResourceName:basic_cnf ResourceType:VF ResourceUUID:5ca8d033-1a02-4c37-ae99-1f61ab6dab06 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:43afed58-6d88-404e-9a31-71c2e06ba9aa 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:801f79a6-5163-424a-9ca8-ddea6366dbbf 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:c324f0f5-01d6-4f1a-bd47-8ebb3a166277 ArtifactChecksum:NmI4NWNiZjc3N2ZiODVlMDhmNDg2NWJhZWZjMzFjNzk= 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:5ab4e694-f034-4930-9866-a0afd88d52b2 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:6019b082-763f-40a8-9813-8c886fcff8f1 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:6019b082-763f-40a8-9813-8c886fcff8f1 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-30T04:55:46.429Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27bb09c8-e9a9-48c7-ab4b-5a4f8db6843f 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-30T04:55:46.463Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-30T04:55:46.463Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-30T04:55:46.463Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-30T04:55:46.463Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 911949ac-2e66-46d7-a1bd-49bf3daba6b5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-30T04:55:46.464Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-30T04:55:46.464Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-30T04:55:46.581Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-30T04:55:46.586Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 911949ac-2e66-46d7-a1bd-49bf3daba6b5 68949 2022-06-30T04:55:46.586Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:55:46.586Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:55:46.586Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T04:55:46.587Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:55:46.588Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:55:46.588Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564946586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:55:46.689Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-30T04:55:46.689Z||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-30T04:55:46.690Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:55:46.707Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:55:46.707Z||pool-92-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:55:47.589Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-30T04:55:47.590Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-30T04:55:47.590Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 911949ac-2e66-46d7-a1bd-49bf3daba6b5, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-30T04:55:47.590Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-06-30T04:55:47.591Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-30T04:55:47.591Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-30T04:55:47.755Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP799573491425659664/Definitions/service-BasicCnf-template.yml 2022-06-30T04:55:48.873Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-30T04:55:48.873Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-30T04:55:48.873Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-30T04:55:48.874Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-30T04:55:48.874Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:55:48.874Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:55:48.874Z|620a584b-2078-414e-aae5-e92f95ec68e8|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-BasicCnf-csar.csar 2022-06-30T04:55:48.875Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:55:48.875Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-30T04:55:48.875Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:48.875Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:55:48.876Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-30T04:55:48.876Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-30T04:55:48.876Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-30T04:55:48.877Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:48.877Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:55:48.877Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-30T04:55:48.877Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-30T04:55:48.878Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-30T04:55:48.878Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:48.878Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:55:48.879Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:48.879Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-30T04:55:48.879Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-06-30T04:55:48.879Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria 2022-06-30T04:55:48.880Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-30T04:55:48.880Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:48.880Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-30T04:55:48.880Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:48.881Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-30T04:55:48.881Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:55:48.881Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:48.882Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-30T04:55:48.882Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:55:48.882Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:48.883Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-30T04:55:48.883Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:55:48.883Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:48.883Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-30T04:55:48.884Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-30T04:55:48.884Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=269ebee1-5d78-4828-8e40-3d3a92546634 2022-06-30T04:55:48.884Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:48.884Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:55:48.885Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:48.885Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:55:48.885Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:48.885Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:55:48.886Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:48.886Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:55:48.886Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:27bb09c8-e9a9-48c7-ab4b-5a4f8db6843f Model Version:NULL Model InvariantUuid:dd69ffd2-5463-426b-9349-7dfde866de92 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:a81510df-f4c3-45c2-b425-5f49a3b18cfe Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:469bb1fe-94d8-4475-8b73-7a8b4fcebad8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b5c35716-a09a-4ddc-b395-476cdc4678ba NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:940b714b-890a-4a30-b467-4f5bbafb7d6a ModelName:BasicCnf..base_dummy..module-0 ModelUuid:aa5dec49-baf6-468f-abb8-d185b203e1c2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:269ebee1-5d78-4828-8e40-3d3a92546634 ModelInvariantUuid:4b5c56b4-70c6-41a1-bba7-53aeba2e10b7 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:b5a55fa6-94de-4031-a041-f2dca04185c4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:3851e8f9-8cd0-4075-90c1-0f2b3fcb1904 ModelInvariantUuid:0c11e8a5-730d-43fe-92e5-02e8bc938210 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:ff78f42c-24c5-4716-83fe-d8c7b4fa5484 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-30T04:55:50.572Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 5ca8d033-1a02-4c37-ae99-1f61ab6dab06 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-30T04:55:50.579Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||basic_cnf 0 2022-06-30T04:55:50.580Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5ca8d033-1a02-4c37-ae99-1f61ab6dab06 2022-06-30T04:55:50.580Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 43afed58-6d88-404e-9a31-71c2e06ba9aa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-30T04:55:50.580Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-30T04:55:50.581Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:55:50.625Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-30T04:55:50.626Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 43afed58-6d88-404e-9a31-71c2e06ba9aa 12 2022-06-30T04:55:50.626Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:55:50.627Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:55:50.627Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T04:55:50.627Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:55:50.630Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:55:50.630Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564950626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-30T04:55:50.730Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:55:50.730Z||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-30T04:55:50.730Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:55:50.765Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:55:50.765Z||pool-93-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:55:51.631Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 801f79a6-5163-424a-9ca8-ddea6366dbbf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-30T04:55:51.631Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-30T04:55:51.631Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:55:51.683Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-30T04:55:51.684Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 801f79a6-5163-424a-9ca8-ddea6366dbbf 2688 2022-06-30T04:55:51.684Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:55:51.685Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:55:51.685Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T04:55:51.685Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:55:51.687Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:55:51.687Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564951684, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-30T04:55:51.792Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-30T04:55:51.793Z||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-30T04:55:51.793Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:55:51.815Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:55:51.816Z||pool-94-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:55:52.688Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c324f0f5-01d6-4f1a-bd47-8ebb3a166277 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-30T04:55:52.689Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-30T04:55:52.689Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:55:52.730Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-30T04:55:52.730Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json c324f0f5-01d6-4f1a-bd47-8ebb3a166277 828 2022-06-30T04:55:52.730Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:55:52.731Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:55:52.731Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T04:55:52.731Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:55:52.733Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:55:52.733Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564952730, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-30T04:55:52.833Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:55:52.834Z||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-30T04:55:52.834Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:55:52.864Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:55:52.865Z||pool-95-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:55:53.734Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "940b714b-890a-4a30-b467-4f5bbafb7d6a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "aa5dec49-baf6-468f-abb8-d185b203e1c2", "vfModuleModelCustomizationUUID": "04bc77d2-801b-451b-b019-33ba7d0cc36e", "isBase": true, "artifacts": [ "5ab4e694-f034-4930-9866-a0afd88d52b2", "801f79a6-5163-424a-9ca8-ddea6366dbbf", "6019b082-763f-40a8-9813-8c886fcff8f1" ], "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-30T04:55:53.737Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:aa5dec49-baf6-468f-abb8-d185b203e1c2 VfModuleModelInvariantUUID:940b714b-890a-4a30-b467-4f5bbafb7d6a VfModuleModelDescription:NULL Artifacts UUID List:{ 5ab4e694-f034-4930-9866-a0afd88d52b2 , 801f79a6-5163-424a-9ca8-ddea6366dbbf , 6019b082-763f-40a8-9813-8c886fcff8f1 } 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-30T04:55:53.739Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "940b714b-890a-4a30-b467-4f5bbafb7d6a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "aa5dec49-baf6-468f-abb8-d185b203e1c2", "vfModuleModelCustomizationUUID": "04bc77d2-801b-451b-b019-33ba7d0cc36e", "isBase": true, "artifacts": [ "5ab4e694-f034-4930-9866-a0afd88d52b2", "801f79a6-5163-424a-9ca8-ddea6366dbbf", "6019b082-763f-40a8-9813-8c886fcff8f1" ], "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-30T04:55:53.740Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:aa5dec49-baf6-468f-abb8-d185b203e1c2 VfModuleModelInvariantUUID:940b714b-890a-4a30-b467-4f5bbafb7d6a VfModuleModelDescription:NULL Artifacts UUID List:{ 5ab4e694-f034-4930-9866-a0afd88d52b2 , 801f79a6-5163-424a-9ca8-ddea6366dbbf , 6019b082-763f-40a8-9813-8c886fcff8f1 } 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-30T04:55:53.740Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5ab4e694-f034-4930-9866-a0afd88d52b2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-30T04:55:53.740Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-30T04:55:53.740Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:55:53.786Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-30T04:55:53.787Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 5ab4e694-f034-4930-9866-a0afd88d52b2 1164 2022-06-30T04:55:53.787Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:55:53.787Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:55:53.788Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T04:55:53.788Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:55:53.790Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:55:53.790Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564953787, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-30T04:55:53.890Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:55:53.891Z||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-30T04:55:53.891Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:55:53.922Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:55:53.923Z||pool-96-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-06-30T04:55:54.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:55:54.743Z||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-30T04:55:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:55:54.774Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:55:54.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:55:54.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6452bf3-f5ed-4f54-97d2-fa21b12c9832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564888091, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-30T04:55:54.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:55:54.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:55:54.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:55:54.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T04:55:54.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:55:54.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-30T04:55:54.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T04:55:54.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:55:54.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-30T04:55:54.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T04:55:54.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:55:54.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:55:54.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T04:55:54.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:55:54.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-30T04:55:54.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T04:55:54.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:55:54.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:55:54.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T04:55:54.791Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6019b082-763f-40a8-9813-8c886fcff8f1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-30T04:55:54.791Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-30T04:55:54.791Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:55:54.832Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-30T04:55:54.833Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 6019b082-763f-40a8-9813-8c886fcff8f1 200 2022-06-30T04:55:54.833Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:55:54.833Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:55:54.834Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T04:55:54.834Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:55:54.836Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:55:54.836Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564954833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-30T04:55:54.936Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-30T04:55:54.937Z||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-30T04:55:54.938Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:55:54.955Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:55:54.956Z||pool-97-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:55:55.837Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 27bb09c8-e9a9-48c7-ab4b-5a4f8db6843f 2022-06-30T04:55:55.838Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 5ca8d033-1a02-4c37-ae99-1f61ab6dab06 ASDC 2022-06-30T04:55:55.846Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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 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=? 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-30T04:55:55.860Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14567f7e, org.onap.sdc.toscaparser.api.parameters.Input@28e0e617, org.onap.sdc.toscaparser.api.parameters.Input@52fe5a0b, org.onap.sdc.toscaparser.api.parameters.Input@58bb72e9, org.onap.sdc.toscaparser.api.parameters.Input@7fb15b0f] 2022-06-30T04:55:55.861Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:55.861Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:55:55.861Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-06-30T04:55:55.862Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b5c35716-a09a-4ddc-b395-476cdc4678ba 2022-06-30T04:55:55.862Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b5c35716-a09a-4ddc-b395-476cdc4678ba matches Tosca VF Customization UUID: b5c35716-a09a-4ddc-b395-476cdc4678ba 2022-06-30T04:55:55.862Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b5c35716-a09a-4ddc-b395-476cdc4678ba 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-30T04:55:55.865Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:55.865Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:55:55.866Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b5c35716-a09a-4ddc-b395-476cdc4678ba: {\"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-30T04:55:55.866Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@73eff46b 2022-06-30T04:55:55.866Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:55.866Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-30T04:55:55.867Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 04bc77d2-801b-451b-b019-33ba7d0cc36e 2022-06-30T04:55:55.867Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 04bc77d2-801b-451b-b019-33ba7d0cc36e 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-30T04:55:55.869Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:55.870Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-30T04:55:55.870Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:55:55.871Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:55.871Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-30T04:55:55.872Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:55:55.872Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:55.872Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-30T04:55:55.873Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-30T04:55:55.873Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=269ebee1-5d78-4828-8e40-3d3a92546634 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-30T04:55:55.876Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:55.876Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-30T04:55:55.876Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T04:55:55.877Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:55.877Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-30T04:55:55.877Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=b5c35716-a09a-4ddc-b395-476cdc4678ba 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-30T04:55:55.881Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:55.881Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:55:55.882Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 27bb09c8-e9a9-48c7-ab4b-5a4f8db6843f: basic_cnf 2022-06-30T04:55:55.882Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:55.882Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:55:55.883Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:55.883Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:55:55.883Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:55.884Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:55:55.884Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:55.884Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:55:55.885Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T04:55:55.885Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T04:55:55.885Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:55:55.954Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 5ca8d033-1a02-4c37-ae99-1f61ab6dab06 1 ASDC deployResourceStructure 2022-06-30T04:55:55.955Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:55:55.955Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:55:55.955Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-30T04:55:55.955Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:55:55.957Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:55:55.957Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564955954, "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-30T04:55:56.057Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:55:56.059Z||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-30T04:55:56.059Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:55:56.074Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:55:56.075Z||pool-98-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:55:56.958Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:55:56.958Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:55:56.958Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-30T04:55:56.958Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:55:56.960Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:55:56.960Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564956958, "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-30T04:55:57.060Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:55:57.061Z||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-30T04:55:57.061Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:55:57.085Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:55:57.086Z||pool-99-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:55:57.961Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:55:57.962Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:55:57.962Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-30T04:55:57.962Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:55:57.965Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:55:57.965Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564957961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-30T04:55:58.065Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:55:58.066Z||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-30T04:55:58.066Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:55:58.090Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:55:58.090Z||pool-100-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-06-30T04:55:58.967Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:55:58.967Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:55:58.968Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-30T04:55:58.968Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:55:58.970Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:55:58.970Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564958967, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-30T04:55:59.072Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-30T04:55:59.073Z||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-30T04:55:59.073Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:55:59.096Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:55:59.097Z||pool-101-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:55:59.974Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:55:59.974Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:55:59.974Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-30T04:55:59.974Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:55:59.976Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:55:59.976Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564959974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-30T04:56:00.076Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:56:00.077Z||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-30T04:56:00.078Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:56:00.105Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:56:00.106Z||pool-102-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:56:00.977Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:56:00.977Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||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-30T04:56:00.977Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-30T04:56:00.978Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:56:00.979Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:56:00.980Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564960977, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:56:01.080Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:56:01.080Z||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-30T04:56:01.080Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:56:01.096Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:56:01.097Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-30T04:56:01.980Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 620a584b-2078-414e-aae5-e92f95ec68e8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T04:56:01.990Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 620a584b-2078-414e-aae5-e92f95ec68e8 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-30T04:56:01.992Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-30T04:56:01.992Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-30T04:56:01.993Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-30T04:56:01.993Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-30T04:56:01.993Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:56:01.993Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:56:01.993Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:56:01.993Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:56:01.993Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:56:01.993Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T04:56:01.993Z|620a584b-2078-414e-aae5-e92f95ec68e8|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-30T04:56:01.997Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-30T04:56:31.997Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 620a584b-2078-414e-aae5-e92f95ec68e8 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-30T04:56:32.002Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 620a584b-2078-414e-aae5-e92f95ec68e8 and serviceModelVersionId: 27bb09c8-e9a9-48c7-ab4b-5a4f8db6843f 2022-06-30T04:56:32.002Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dd69ffd2-5463-426b-9349-7dfde866de92 2022-06-30T04:56:32.003Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dd69ffd2-5463-426b-9349-7dfde866de92/model-vers/model-ver/27bb09c8-e9a9-48c7-ab4b-5a4f8db6843f?depth=0 2022-06-30T04:56:32.006Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-30T04:56:32.042Z|620a584b-2078-414e-aae5-e92f95ec68e8|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/dd69ffd2-5463-426b-9349-7dfde866de92/model-vers/model-ver/27bb09c8-e9a9-48c7-ab4b-5a4f8db6843f?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-30T04:56:32.044Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd69ffd2-5463-426b-9349-7dfde866de92/model-vers/model-ver/27bb09c8-e9a9-48c7-ab4b-5a4f8db6843f?depth=0|INFO|500||Invoke 2022-06-30T04:56:32.062Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd69ffd2-5463-426b-9349-7dfde866de92/model-vers/model-ver/27bb09c8-e9a9-48c7-ab4b-5a4f8db6843f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-30T04:56:32.154Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd69ffd2-5463-426b-9349-7dfde866de92/model-vers/model-ver/27bb09c8-e9a9-48c7-ab4b-5a4f8db6843f?depth=0|INFO|500||InvokeReturn 2022-06-30T04:56:32.154Z|620a584b-2078-414e-aae5-e92f95ec68e8|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/dd69ffd2-5463-426b-9349-7dfde866de92/model-vers/model-ver/27bb09c8-e9a9-48c7-ab4b-5a4f8db6843f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220630-04:56:32:069-98608], vertex-id=[266240], Content-Length=[0], Date=[Thu, 30 Jun 2022 04:56:32 GMT], Content-Type=[application/json]} 2022-06-30T04:56:32.154Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-06-30T04:56:32.155Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-30T04:56:32.155Z|620a584b-2078-414e-aae5-e92f95ec68e8|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-30T04:56:32.159Z|620a584b-2078-414e-aae5-e92f95ec68e8|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-30T04:56:32.160Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 620a584b-2078-414e-aae5-e92f95ec68e8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-30T04:56:32.160Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-30T04:56:32.160Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T04:56:32.162Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T04:56:32.162Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564992160, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-30T04:56:32.262Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T04:56:32.263Z||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-30T04:56:32.263Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T04:56:32.281Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:56:32.282Z||pool-104-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-30T04:56:33.174Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:56:33.175Z|620a584b-2078-414e-aae5-e92f95ec68e8|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-30T04:56:33.175Z|620a584b-2078-414e-aae5-e92f95ec68e8|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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:56:43.447Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:56:43.448Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:56:43.448Z|620a584b-2078-414e-aae5-e92f95ec68e8|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-30T04:56:43.448Z|620a584b-2078-414e-aae5-e92f95ec68e8|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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:56:53.014Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:56:53.015Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:56:53.015Z|620a584b-2078-414e-aae5-e92f95ec68e8|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-30T04:56:53.015Z|620a584b-2078-414e-aae5-e92f95ec68e8|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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:56:54.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:56:54.743Z||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-30T04:56:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:56:54.790Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:56:54.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:56:54.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:56:54.791Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T04:57:02.563Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:57:02.564Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:57:02.564Z|620a584b-2078-414e-aae5-e92f95ec68e8|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-30T04:57:02.565Z|620a584b-2078-414e-aae5-e92f95ec68e8|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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:57:12.144Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:57:12.145Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:57:12.146Z|620a584b-2078-414e-aae5-e92f95ec68e8|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-30T04:57:12.146Z|620a584b-2078-414e-aae5-e92f95ec68e8|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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:57:21.696Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:57:21.697Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:57:21.697Z|620a584b-2078-414e-aae5-e92f95ec68e8|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-30T04:57:21.697Z|620a584b-2078-414e-aae5-e92f95ec68e8|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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:57:31.296Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:57:54.740Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:57:54.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:57:54.743Z|620a584b-2078-414e-aae5-e92f95ec68e8|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-30T04:57:54.743Z|620a584b-2078-414e-aae5-e92f95ec68e8|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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:57:54.743Z||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-30T04:57:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:57:54.923Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:57:54.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:57:54.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564896439, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:57:54.925Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:57:54.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:57:54.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564898868, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-30T04:57:54.925Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:57:54.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:57:54.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564899925, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-30T04:57:54.925Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:57:54.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:57:54.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564900991, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-30T04:57:54.925Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:57:54.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:57:54.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564902123, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-30T04:57:54.926Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:57:54.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:57:54.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564903126, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-30T04:57:54.926Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:57:54.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:57:54.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564904131, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-30T04:57:54.926Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:57:54.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:57:54.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564905135, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:57:54.926Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:57:54.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:57:54.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6656d2d-e60a-461b-ba4f-d7cc03cecbb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564936371, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-30T04:57:54.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:57:54.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:57:54.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:57:54.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T04:57:54.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:57:54.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-30T04:57:54.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T04:57:54.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:57:54.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-30T04:57:54.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T04:57:54.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:57:54.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-30T04:57:54.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T04:57:54.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:57:54.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-30T04:57:54.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T04:57:54.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:57:54.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T04:57:54.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T04:57:54.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:57:54.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-30T04:57:54.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T04:57:54.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:57:54.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T04:57:54.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T04:57:54.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:57:54.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564751940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-30T04:57:54.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T04:57:54.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:57:54.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564946586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T04:57:54.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:57:54.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:57:54.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564950626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-30T04:57:54.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:57:54.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:57:54.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564951684, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-30T04:57:54.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:57:54.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:57:54.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564952730, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-30T04:57:54.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:57:54.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:57:54.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564953787, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-30T04:57:54.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:58:04.498Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:58:54.740Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:58:54.741Z|620a584b-2078-414e-aae5-e92f95ec68e8|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-30T04:58:54.741Z|620a584b-2078-414e-aae5-e92f95ec68e8|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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:58:54.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:58:54.743Z||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-30T04:58:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:58:55.295Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:58:55.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:58:55.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564954833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-30T04:58:55.297Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:58:55.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:58:55.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564955954, "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-30T04:58:55.297Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:58:55.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:58:55.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564956958, "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-30T04:58:55.298Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:58:55.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:58:55.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564957961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-30T04:58:55.298Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:58:55.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:58:55.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564958967, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-30T04:58:55.298Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:58:55.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:58:55.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564959974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-30T04:58:55.299Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:58:55.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:58:55.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564960977, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T04:58:55.300Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:58:55.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T04:58:55.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "620a584b-2078-414e-aae5-e92f95ec68e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656564992160, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-30T04:58:55.300Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T04:59:04.295Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T04:59:54.740Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:59:54.741Z|620a584b-2078-414e-aae5-e92f95ec68e8|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-30T04:59:54.741Z|620a584b-2078-414e-aae5-e92f95ec68e8|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 a5rLF04TbrlpYeCP) ... 2022-06-30T04:59:54.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T04:59:54.743Z||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-30T04:59:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:00:04.292Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:00:04.297Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:00:54.740Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:00:54.740Z|620a584b-2078-414e-aae5-e92f95ec68e8|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-30T05:00:54.740Z|620a584b-2078-414e-aae5-e92f95ec68e8|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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:00:54.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:00:54.743Z||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-30T05:00:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:01:04.299Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:01:04.320Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:01:54.740Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:01:54.740Z|620a584b-2078-414e-aae5-e92f95ec68e8|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-30T05:01:54.741Z|620a584b-2078-414e-aae5-e92f95ec68e8|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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:01:54.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:01:54.743Z||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-30T05:01:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:02:04.362Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:02:04.383Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:02:54.740Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:02:54.741Z|620a584b-2078-414e-aae5-e92f95ec68e8|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-30T05:02:54.741Z|620a584b-2078-414e-aae5-e92f95ec68e8|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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:02:54.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:02:54.743Z||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-30T05:02:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:03:04.293Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:03:04.303Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:03:54.740Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:03:54.742Z|620a584b-2078-414e-aae5-e92f95ec68e8|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-30T05:03:54.742Z|620a584b-2078-414e-aae5-e92f95ec68e8|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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:03:54.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:03:54.743Z||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-30T05:03:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:04:04.296Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:04:04.334Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:04:54.740Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:04:54.741Z|620a584b-2078-414e-aae5-e92f95ec68e8|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-30T05:04:54.741Z|620a584b-2078-414e-aae5-e92f95ec68e8|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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:04:54.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:04:54.743Z||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-30T05:04:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:05:04.301Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:05:04.340Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:05:54.740Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:05:54.740Z|620a584b-2078-414e-aae5-e92f95ec68e8|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-30T05:05:54.740Z|620a584b-2078-414e-aae5-e92f95ec68e8|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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:05:54.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:05:54.743Z||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-30T05:05:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:06:04.301Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:06:04.325Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:06:54.740Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:06:54.741Z|620a584b-2078-414e-aae5-e92f95ec68e8|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-30T05:06:54.741Z|620a584b-2078-414e-aae5-e92f95ec68e8|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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:06:54.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:06:54.743Z||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-30T05:06:54.744Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:07:04.304Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:07:04.315Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:07:54.739Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:07:54.740Z|620a584b-2078-414e-aae5-e92f95ec68e8|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-30T05:07:54.740Z|620a584b-2078-414e-aae5-e92f95ec68e8|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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:07:54.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:07:54.743Z||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-30T05:07:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:07:54.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:07:54.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "multicloud-k8s-id", "timestamp": 1656565623398, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "clamp", "timestamp": 1656565621901, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "cds", "timestamp": 1656565616264, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565625176, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "ves-openapi-manager", "timestamp": 1656565620615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "policy-id", "timestamp": 1656565621945, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "multicloud-k8s-id", "timestamp": 1656565623398, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-30T05:07:54.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "ves-openapi-manager", "timestamp": 1656565620615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "clamp", "timestamp": 1656565621901, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-30T05:07:54.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565625176, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "cds", "timestamp": 1656565616264, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "policy-id", "timestamp": 1656565621945, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "multicloud-k8s-id", "timestamp": 1656565623398, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-30T05:07:54.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "cds", "timestamp": 1656565616264, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "clamp", "timestamp": 1656565621901, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "ves-openapi-manager", "timestamp": 1656565620615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565625176, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "policy-id", "timestamp": 1656565621945, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-30T05:07:54.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "multicloud-k8s-id", "timestamp": 1656565623398, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "cds", "timestamp": 1656565616264, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "clamp", "timestamp": 1656565621901, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565625176, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "ves-openapi-manager", "timestamp": 1656565620615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "policy-id", "timestamp": 1656565621945, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.971Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "multicloud-k8s-id", "timestamp": 1656565623398, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-30T05:07:54.971Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "ves-openapi-manager", "timestamp": 1656565620615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "cds", "timestamp": 1656565616264, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "clamp", "timestamp": 1656565621901, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565625176, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.973Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "policy-id", "timestamp": 1656565621945, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.973Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "clamp", "timestamp": 1656565621901, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "cds", "timestamp": 1656565616264, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "ves-openapi-manager", "timestamp": 1656565620615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565625176, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "multicloud-k8s-id", "timestamp": 1656565623398, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-30T05:07:54.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "policy-id", "timestamp": 1656565621945, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "clamp", "timestamp": 1656565621901, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "ves-openapi-manager", "timestamp": 1656565620615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565625176, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "cds", "timestamp": 1656565616264, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "multicloud-k8s-id", "timestamp": 1656565623398, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-30T05:07:54.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "policy-id", "timestamp": 1656565621945, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "multicloud-k8s-id", "timestamp": 1656565623398, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "cds", "timestamp": 1656565616264, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "clamp", "timestamp": 1656565621901, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565625176, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "policy-id", "timestamp": 1656565621945, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "ves-openapi-manager", "timestamp": 1656565620615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "multicloud-k8s-id", "timestamp": 1656565623398, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "cds", "timestamp": 1656565616264, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "ves-openapi-manager", "timestamp": 1656565620615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "clamp", "timestamp": 1656565621901, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565625176, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "policy-id", "timestamp": 1656565621945, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565625176, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-30T05:07:54.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "multicloud-k8s-id", "timestamp": 1656565623398, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-30T05:07:54.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "clamp", "timestamp": 1656565621901, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-30T05:07:54.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "cds", "timestamp": 1656565616264, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-30T05:07:54.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "ves-openapi-manager", "timestamp": 1656565620615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:54.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "policy-id", "timestamp": 1656565621945, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-30T05:07:54.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:54.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "multicloud-k8s-id", "timestamp": 1656565636749, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-30T05:07:54.987Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:07:54.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565637512, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T05:07:54.988Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:07:54.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "policy-id", "timestamp": 1656565637587, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T05:07:54.988Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:07:54.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "cds", "timestamp": 1656565636600, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T05:07:54.988Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:07:54.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "policy-id", "timestamp": 1656565638593, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T05:07:54.989Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:07:54.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "multicloud-k8s-id", "timestamp": 1656565637913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-30T05:07:54.989Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:07:54.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:54.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "policy-id", "timestamp": 1656565639596, "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-30T05:07:55.014Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 62144391-4138-416b-a3c5-d49dbb9887da 2022-06-30T05:07:55.014Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62144391-4138-416b-a3c5-d49dbb9887da 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-30T05:07:55.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "multicloud-k8s-id", "timestamp": 1656565639030, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-30T05:07:55.031Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:07:55.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565639950, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T05:07:55.032Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:07:55.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "multicloud-k8s-id", "timestamp": 1656565640093, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-30T05:07:55.032Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:07:55.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "cds", "timestamp": 1656565639867, "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-30T05:07:55.037Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 62144391-4138-416b-a3c5-d49dbb9887da 2022-06-30T05:07:55.037Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62144391-4138-416b-a3c5-d49dbb9887da 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-30T05:07:55.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565640953, "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-30T05:07:55.052Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 62144391-4138-416b-a3c5-d49dbb9887da 2022-06-30T05:07:55.052Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62144391-4138-416b-a3c5-d49dbb9887da 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-30T05:07:55.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "multicloud-k8s-id", "timestamp": 1656565641168, "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-30T05:07:55.065Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 62144391-4138-416b-a3c5-d49dbb9887da 2022-06-30T05:07:55.065Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62144391-4138-416b-a3c5-d49dbb9887da 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-30T05:07:55.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "multicloud-k8s-id", "timestamp": 1656565642172, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-30T05:07:55.071Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:07:55.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "aai-ml", "timestamp": 1656565645838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "aai-ml", "timestamp": 1656565645838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "aai-ml", "timestamp": 1656565645838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "clamp", "timestamp": 1656565649031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T05:07:55.073Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:07:55.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "aai-ml", "timestamp": 1656565645838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "aai-ml", "timestamp": 1656565645838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "aai-ml", "timestamp": 1656565645838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "aai-ml", "timestamp": 1656565645838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "aai-ml", "timestamp": 1656565645838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.076Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "aai-ml", "timestamp": 1656565645838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "clamp", "timestamp": 1656565655037, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T05:07:55.077Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:07:55.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "aai-ml", "timestamp": 1656565645838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-30T05:07:55.078Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "clamp", "timestamp": 1656565656040, "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-30T05:07:55.082Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 62144391-4138-416b-a3c5-d49dbb9887da 2022-06-30T05:07:55.082Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62144391-4138-416b-a3c5-d49dbb9887da 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-30T05:07:55.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "aai-ml", "timestamp": 1656565656700, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T05:07:55.090Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:07:55.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565655176, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "cds", "timestamp": 1656565650424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "clamp", "timestamp": 1656565657044, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565655176, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "cds", "timestamp": 1656565650424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "clamp", "timestamp": 1656565657044, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565655176, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "cds", "timestamp": 1656565650424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "clamp", "timestamp": 1656565657044, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565655176, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "cds", "timestamp": 1656565650424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "clamp", "timestamp": 1656565657044, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "ves-openapi-manager", "timestamp": 1656565660615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565655176, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "cds", "timestamp": 1656565650424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "clamp", "timestamp": 1656565657044, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "ves-openapi-manager", "timestamp": 1656565660615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "policy-id", "timestamp": 1656565661945, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565655176, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "cds", "timestamp": 1656565650424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "clamp", "timestamp": 1656565657044, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "ves-openapi-manager", "timestamp": 1656565660615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "policy-id", "timestamp": 1656565661945, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565655176, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "cds", "timestamp": 1656565650424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "clamp", "timestamp": 1656565657044, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "ves-openapi-manager", "timestamp": 1656565660615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "policy-id", "timestamp": 1656565661945, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "multicloud-k8s-id", "timestamp": 1656565663395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565655176, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "cds", "timestamp": 1656565650424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "clamp", "timestamp": 1656565657044, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "ves-openapi-manager", "timestamp": 1656565660615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "policy-id", "timestamp": 1656565661945, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "multicloud-k8s-id", "timestamp": 1656565663395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565655176, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-30T05:07:55.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "cds", "timestamp": 1656565650424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-30T05:07:55.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "aai-ml", "timestamp": 1656565665188, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T05:07:55.109Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:07:55.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "clamp", "timestamp": 1656565657044, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-30T05:07:55.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "ves-openapi-manager", "timestamp": 1656565660615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "policy-id", "timestamp": 1656565661945, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "multicloud-k8s-id", "timestamp": 1656565663395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565667135, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T05:07:55.112Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:07:55.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "aai-ml", "timestamp": 1656565666191, "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-30T05:07:55.117Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 62144391-4138-416b-a3c5-d49dbb9887da 2022-06-30T05:07:55.117Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62144391-4138-416b-a3c5-d49dbb9887da 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-30T05:07:55.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "cds", "timestamp": 1656565666172, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T05:07:55.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:07:55.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "ves-openapi-manager", "timestamp": 1656565660615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-30T05:07:55.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "policy-id", "timestamp": 1656565661945, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "multicloud-k8s-id", "timestamp": 1656565663395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "ves-openapi-manager", "timestamp": 1656565660615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "cds", "timestamp": 1656565667518, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T05:07:55.145Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 46bbb2f0-8809-488a-b3fa-968d875f6eb6 2022-06-30T05:07:55.145Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46bbb2f0-8809-488a-b3fa-968d875f6eb6 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-30T05:07:55.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "policy-id", "timestamp": 1656565661945, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.152Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "multicloud-k8s-id", "timestamp": 1656565663395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.152Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565669045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T05:07:55.153Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:07:55.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "ves-openapi-manager", "timestamp": 1656565660615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.153Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "clamp", "timestamp": 1656565669032, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T05:07:55.154Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:07:55.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "policy-id", "timestamp": 1656565661945, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.154Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "multicloud-k8s-id", "timestamp": 1656565663395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.154Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.155Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565670050, "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-30T05:07:55.158Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 46bbb2f0-8809-488a-b3fa-968d875f6eb6 2022-06-30T05:07:55.158Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46bbb2f0-8809-488a-b3fa-968d875f6eb6 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-30T05:07:55.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "cds", "timestamp": 1656565668522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "ves-openapi-manager", "timestamp": 1656565670401, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-30T05:07:55.168Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:07:55.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "policy-id", "timestamp": 1656565661945, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-30T05:07:55.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "multicloud-k8s-id", "timestamp": 1656565663395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "cds", "timestamp": 1656565668522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "ves-openapi-manager", "timestamp": 1656565671434, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-30T05:07:55.169Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:07:55.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "clamp", "timestamp": 1656565671039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T05:07:55.169Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:07:55.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "policy-id", "timestamp": 1656565671728, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T05:07:55.170Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:07:55.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "multicloud-k8s-id", "timestamp": 1656565663395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.170Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "cds", "timestamp": 1656565668522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.170Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "ves-openapi-manager", "timestamp": 1656565672437, "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-30T05:07:55.174Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 46bbb2f0-8809-488a-b3fa-968d875f6eb6 2022-06-30T05:07:55.174Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46bbb2f0-8809-488a-b3fa-968d875f6eb6 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-30T05:07:55.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "clamp", "timestamp": 1656565672042, "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-30T05:07:55.186Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 46bbb2f0-8809-488a-b3fa-968d875f6eb6 2022-06-30T05:07:55.186Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46bbb2f0-8809-488a-b3fa-968d875f6eb6 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-30T05:07:55.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "policy-id", "timestamp": 1656565672732, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T05:07:55.196Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:07:55.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "multicloud-k8s-id", "timestamp": 1656565663395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-30T05:07:55.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "cds", "timestamp": 1656565668522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "ves-openapi-manager", "timestamp": 1656565660615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "policy-id", "timestamp": 1656565673736, "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-30T05:07:55.201Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46bbb2f0-8809-488a-b3fa-968d875f6eb6 2022-06-30T05:07:55.201Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46bbb2f0-8809-488a-b3fa-968d875f6eb6 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-30T05:07:55.208Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.208Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "multicloud-k8s-id", "timestamp": 1656565663395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.208Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.208Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.208Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "cds", "timestamp": 1656565668522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.209Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.209Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.209Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "ves-openapi-manager", "timestamp": 1656565660615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.209Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.209Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.209Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "policy-id", "timestamp": 1656565661945, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.209Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.209Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.209Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "multicloud-k8s-id", "timestamp": 1656565663395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-30T05:07:55.209Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.209Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.210Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "cds", "timestamp": 1656565668522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.210Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.210Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.210Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "ves-openapi-manager", "timestamp": 1656565660615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.210Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:07:55.390Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:07:55.391Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T05:07:55.392Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"62144391-4138-416b-a3c5-d49dbb9887da","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"7655356c-3c07-4d5e-b286-383df0bd22e7","serviceDescription":"service","serviceInvariantUUID":"10d29aae-f909-49ee-8895-971d6cfc17ea","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1969208d-7de8-4088-a95b-4beb35f3f13f","resourceInvariantUUID":"1da9ae75-4750-4cfb-9432-e25055d394f0","resourceCustomizationUUID":"e5593555-eaa0-4833-a83b-b7b2368db77b","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":"ZGZiODgyZTU4ZTI4NTRmNGU0MzdlNzliM2ZmN2JlMWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f859dfd-6611-4c90-9733-4e3ff961b2a0","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":"MDQwMTc5YWEzYzQwODEwOGFiOGI2ZjU3YTU3MzY1ZDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d5839560-357a-4b1e-b242-726f7eeb7eb5","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":"aff2701b-d915-47bb-8902-457915f2abe5","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":"1db51d97-dc33-4d13-a91f-9ab15c8c2164","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":"76f429cb-0a6e-42f6-a992-55aebbd40cba","artifactVersion":"2","generatedFromUUID":"5e85f1be-cad9-4431-8042-3fcd8d0d9702"},{"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":"659de8b8-1468-411d-883d-de24eac6149e","artifactVersion":"2","generatedFromUUID":"aff2701b-d915-47bb-8902-457915f2abe5"},{"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":"5e85f1be-cad9-4431-8042-3fcd8d0d9702","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":"094dfbfd-234a-48fa-96ff-21997c9ede93","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":"YzI3N2JjMDcxMDIwYjhlNTZkNTNhMTZhNTJmZjAyZjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"efbf7bc1-a496-45dd-8cee-7c65c409d9db","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MzQ0OGI1Mjc4NWQyMjE5ZDk5YjkwYmViNzBmYTQwNzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4084d699-3ddc-42ef-93b3-256ba8ca0a27","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-30T05:07:55.394Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T05:07:55.394Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:07:55.397Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:07:55.398Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:55.498Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:07:55.499Z||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-30T05:07:55.499Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:07:55.527Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:07:55.527Z||pool-105-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:07:56.398Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T05:07:56.399Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:07:56.401Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:07:56.401Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-30T05:07:56.502Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:07:56.503Z||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-30T05:07:56.504Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:07:56.525Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:07:56.526Z||pool-106-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-06-30T05:07:57.402Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T05:07:57.403Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:07:57.405Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:07:57.405Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-30T05:07:57.505Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:07:57.507Z||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-30T05:07:57.507Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:07:57.526Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:07:57.527Z||pool-107-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:07:58.405Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T05:07:58.406Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:07:58.409Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:07:58.409Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:07:58.509Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:07:58.510Z||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-30T05:07:58.510Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:07:58.526Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:07:58.527Z||pool-108-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:07:59.410Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T05:07:59.410Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:07:59.412Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:07:59.413Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-30T05:07:59.513Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:07:59.514Z||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-30T05:07:59.514Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:07:59.545Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:07:59.545Z||pool-109-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:08:00.413Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T05:08:00.414Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:08:00.440Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:08:00.440Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-30T05:08:00.533Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-06-30T05:08:00.534Z||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-30T05:08:00.534Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:08:00.550Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:08:00.551Z||pool-110-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:08:01.441Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T05:08:01.442Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:08:01.445Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:08:01.445Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-30T05:08:01.545Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:08:01.546Z||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-30T05:08:01.546Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:08:01.561Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:08:01.561Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-30T05:08:02.446Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T05:08:02.446Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:08:02.449Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:08:02.449Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-30T05:08:02.549Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:08:02.549Z||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-30T05:08:02.550Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:08:02.564Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:08:02.564Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-30T05:08:03.450Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T05:08:03.450Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:08:03.452Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:08:03.453Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T05:08:03.553Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:08:03.554Z||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-30T05:08:03.554Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:08:03.572Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:08:03.572Z||pool-113-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-30T05:08:04.453Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T05:08:04.454Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:08:04.455Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:08:04.456Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-30T05:08:04.556Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:08:04.557Z||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-30T05:08:04.557Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:08:04.579Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:08:04.580Z||pool-114-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:08:05.457Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "7655356c-3c07-4d5e-b286-383df0bd22e7", "serviceDescription": "service", "serviceInvariantUUID": "10d29aae-f909-49ee-8895-971d6cfc17ea", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "e5593555-eaa0-4833-a83b-b7b2368db77b", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1969208d-7de8-4088-a95b-4beb35f3f13f", "resourceInvariantUUID": "1da9ae75-4750-4cfb-9432-e25055d394f0", "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": "MDQwMTc5YWEzYzQwODEwOGFiOGI2ZjU3YTU3MzY1ZDg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d5839560-357a-4b1e-b242-726f7eeb7eb5", "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": "aff2701b-d915-47bb-8902-457915f2abe5", "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": "659de8b8-1468-411d-883d-de24eac6149e", "generatedFromUUID": "aff2701b-d915-47bb-8902-457915f2abe5" }, "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": "76f429cb-0a6e-42f6-a992-55aebbd40cba", "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": "659de8b8-1468-411d-883d-de24eac6149e", "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": "5e85f1be-cad9-4431-8042-3fcd8d0d9702", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "MzQ0OGI1Mjc4NWQyMjE5ZDk5YjkwYmViNzBmYTQwNzU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4084d699-3ddc-42ef-93b3-256ba8ca0a27" } ], "workloadContext": "Production" } 2022-06-30T05:08:05.457Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-30T05:08:05.457Z|620a584b-2078-414e-aae5-e92f95ec68e8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7655356c-3c07-4d5e-b286-383df0bd22e7 ASDC 2022-06-30T05:08:05.458Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:62144391-4138-416b-a3c5-d49dbb9887da ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:7655356c-3c07-4d5e-b286-383df0bd22e7 ServiceInvariantUUID:10d29aae-f909-49ee-8895-971d6cfc17ea 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:4084d699-3ddc-42ef-93b3-256ba8ca0a27 ArtifactChecksum:MzQ0OGI1Mjc4NWQyMjE5ZDk5YjkwYmViNzBmYTQwNzU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:e5593555-eaa0-4833-a83b-b7b2368db77b ResourceInvariantUUID:1da9ae75-4750-4cfb-9432-e25055d394f0 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:1969208d-7de8-4088-a95b-4beb35f3f13f 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:d5839560-357a-4b1e-b242-726f7eeb7eb5 ArtifactChecksum:MDQwMTc5YWEzYzQwODEwOGFiOGI2ZjU3YTU3MzY1ZDg= 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:aff2701b-d915-47bb-8902-457915f2abe5 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:659de8b8-1468-411d-883d-de24eac6149e 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:76f429cb-0a6e-42f6-a992-55aebbd40cba 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:659de8b8-1468-411d-883d-de24eac6149e 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:5e85f1be-cad9-4431-8042-3fcd8d0d9702 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-30T05:08:05.458Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7655356c-3c07-4d5e-b286-383df0bd22e7 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-30T05:08:05.512Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-30T05:08:05.539Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-30T05:08:05.540Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-30T05:08:05.540Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4084d699-3ddc-42ef-93b3-256ba8ca0a27 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-30T05:08:05.541Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-30T05:08:05.542Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-30T05:08:05.627Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-30T05:08:05.642Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 4084d699-3ddc-42ef-93b3-256ba8ca0a27 158203 2022-06-30T05:08:05.646Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:05.647Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:05.647Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T05:08:05.647Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:08:05.649Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:08:05.649Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565685646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T05:08:05.758Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-06-30T05:08:05.758Z||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-30T05:08:05.759Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:08:05.776Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:08:05.777Z||pool-115-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:08:06.652Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-30T05:08:06.652Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-30T05:08:06.652Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 4084d699-3ddc-42ef-93b3-256ba8ca0a27, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-30T05:08:06.653Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-06-30T05:08:06.680Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-30T05:08:06.680Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-30T05:08:06.880Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15819749562467055296/Definitions/service-BasicCnfMacro-template.yml 2022-06-30T05:08:08.249Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-30T05:08:08.249Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-30T05:08:08.249Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-30T05:08:08.249Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-30T05:08:08.249Z|62144391-4138-416b-a3c5-d49dbb9887da|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-BasicCnfMacro-csar.csar 2022-06-30T05:08:08.249Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:08.250Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:08.250Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:08.250Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-30T05:08:08.250Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:08:08.250Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:08:08.250Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-30T05:08:08.250Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-30T05:08:08.250Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-30T05:08:08.251Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:08:08.251Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:08:08.251Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-30T05:08:08.251Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-30T05:08:08.251Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-30T05:08:08.251Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:08:08.251Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:08:08.251Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:08:08.252Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-30T05:08:08.252Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-06-30T05:08:08.252Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-06-30T05:08:08.252Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-30T05:08:08.252Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:08:08.252Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-30T05:08:08.252Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:08:08.252Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-30T05:08:08.253Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T05:08:08.253Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:08:08.253Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-30T05:08:08.253Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T05:08:08.253Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:08:08.253Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-30T05:08:08.253Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T05:08:08.254Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:08:08.254Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-30T05:08:08.254Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T05:08:08.254Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:08:08.254Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-30T05:08:08.254Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-06-30T05:08:08.254Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=d77af5fa-6500-47b5-80fa-c30fe8214388 2022-06-30T05:08:08.254Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:08:08.254Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:08:08.254Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:08:08.255Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:08:08.255Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:08:08.255Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:08:08.255Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:08:08.255Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:08:08.255Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:7655356c-3c07-4d5e-b286-383df0bd22e7 Model Version:NULL Model InvariantUuid:10d29aae-f909-49ee-8895-971d6cfc17ea Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:ace50528-94d6-4e80-bff4-b1a58ed73828 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1da9ae75-4750-4cfb-9432-e25055d394f0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e5593555-eaa0-4833-a83b-b7b2368db77b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b8fa5e03-24e3-46a4-814a-e95242976d40 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:0f4bef2a-caa5-4d6b-beb3-26579335f4d9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:68a061f3-f84e-4e42-9936-9bb1c7d174f0 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:d4de10c2-419a-40b4-8765-1817f28982aa ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d77af5fa-6500-47b5-80fa-c30fe8214388 ModelInvariantUuid:af13bc1b-4e42-4abd-9303-c1f02eb227ac ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:22018e9a-0c7f-490e-8789-c200f00b54db ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:c1f7b582-68e5-4945-89f0-4389a428e6ff ModelInvariantUuid:ba807683-4716-4791-842d-dab19aab053d ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:1b3a022d-c886-4149-9cd6-92cd0db1f696 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-30T05:08:08.276Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 1969208d-7de8-4088-a95b-4beb35f3f13f 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-30T05:08:08.288Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0 2022-06-30T05:08:08.289Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1969208d-7de8-4088-a95b-4beb35f3f13f 2022-06-30T05:08:08.289Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d5839560-357a-4b1e-b242-726f7eeb7eb5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-30T05:08:08.289Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-30T05:08:08.289Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:08.363Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-30T05:08:08.363Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json d5839560-357a-4b1e-b242-726f7eeb7eb5 1565 2022-06-30T05:08:08.364Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:08.364Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:08.364Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T05:08:08.364Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:08:08.368Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:08:08.368Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565688364, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-30T05:08:08.466Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-30T05:08:08.467Z||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-30T05:08:08.467Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:08:08.506Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:08:08.506Z||pool-116-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:08:09.368Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "68a061f3-f84e-4e42-9936-9bb1c7d174f0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d4de10c2-419a-40b4-8765-1817f28982aa", "vfModuleModelCustomizationUUID": "d8d71f36-25ec-404c-90c9-e8d92bfb5bef", "isBase": true, "artifacts": [ "aff2701b-d915-47bb-8902-457915f2abe5", "659de8b8-1468-411d-883d-de24eac6149e" ], "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": "b8fa5e03-24e3-46a4-814a-e95242976d40", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0f4bef2a-caa5-4d6b-beb3-26579335f4d9", "vfModuleModelCustomizationUUID": "fd0999f1-2a65-4d62-80aa-85d7e302fabe", "isBase": false, "artifacts": [ "5e85f1be-cad9-4431-8042-3fcd8d0d9702" ], "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-30T05:08:09.379Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d4de10c2-419a-40b4-8765-1817f28982aa VfModuleModelInvariantUUID:68a061f3-f84e-4e42-9936-9bb1c7d174f0 VfModuleModelDescription:NULL Artifacts UUID List:{ aff2701b-d915-47bb-8902-457915f2abe5 , 659de8b8-1468-411d-883d-de24eac6149e } 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:0f4bef2a-caa5-4d6b-beb3-26579335f4d9 VfModuleModelInvariantUUID:b8fa5e03-24e3-46a4-814a-e95242976d40 VfModuleModelDescription:NULL Artifacts UUID List:{ 5e85f1be-cad9-4431-8042-3fcd8d0d9702 } 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-30T05:08:09.382Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "68a061f3-f84e-4e42-9936-9bb1c7d174f0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d4de10c2-419a-40b4-8765-1817f28982aa", "vfModuleModelCustomizationUUID": "d8d71f36-25ec-404c-90c9-e8d92bfb5bef", "isBase": true, "artifacts": [ "aff2701b-d915-47bb-8902-457915f2abe5", "659de8b8-1468-411d-883d-de24eac6149e" ], "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": "b8fa5e03-24e3-46a4-814a-e95242976d40", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0f4bef2a-caa5-4d6b-beb3-26579335f4d9", "vfModuleModelCustomizationUUID": "fd0999f1-2a65-4d62-80aa-85d7e302fabe", "isBase": false, "artifacts": [ "5e85f1be-cad9-4431-8042-3fcd8d0d9702" ], "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-30T05:08:09.382Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d4de10c2-419a-40b4-8765-1817f28982aa VfModuleModelInvariantUUID:68a061f3-f84e-4e42-9936-9bb1c7d174f0 VfModuleModelDescription:NULL Artifacts UUID List:{ aff2701b-d915-47bb-8902-457915f2abe5 , 659de8b8-1468-411d-883d-de24eac6149e } 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:0f4bef2a-caa5-4d6b-beb3-26579335f4d9 VfModuleModelInvariantUUID:b8fa5e03-24e3-46a4-814a-e95242976d40 VfModuleModelDescription:NULL Artifacts UUID List:{ 5e85f1be-cad9-4431-8042-3fcd8d0d9702 } 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-30T05:08:09.383Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: aff2701b-d915-47bb-8902-457915f2abe5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-30T05:08:09.384Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-30T05:08:09.385Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:09.464Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-30T05:08:09.468Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml aff2701b-d915-47bb-8902-457915f2abe5 914 2022-06-30T05:08:09.468Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:09.468Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:09.468Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T05:08:09.469Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:08:09.470Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:08:09.471Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565689468, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-30T05:08:09.576Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-06-30T05:08:09.577Z||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-30T05:08:09.577Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:08:09.600Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:08:09.601Z||pool-117-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:08:10.471Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 76f429cb-0a6e-42f6-a992-55aebbd40cba from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-30T05:08:10.472Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-30T05:08:10.473Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:10.519Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-30T05:08:10.521Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 76f429cb-0a6e-42f6-a992-55aebbd40cba 12 2022-06-30T05:08:10.522Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:10.522Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:10.523Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T05:08:10.523Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:08:10.526Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:08:10.526Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565690522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-30T05:08:10.626Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:08:10.627Z||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-30T05:08:10.627Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:08:10.696Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:08:10.697Z||pool-118-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:08:11.527Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 659de8b8-1468-411d-883d-de24eac6149e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-30T05:08:11.528Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-30T05:08:11.528Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:11.598Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-30T05:08:11.599Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 659de8b8-1468-411d-883d-de24eac6149e 96 2022-06-30T05:08:11.599Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:11.599Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:11.599Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T05:08:11.599Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:08:11.601Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:08:11.601Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565691599, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-30T05:08:11.706Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-06-30T05:08:11.707Z||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-30T05:08:11.708Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:08:11.748Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:08:11.749Z||pool-119-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:08:12.605Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5e85f1be-cad9-4431-8042-3fcd8d0d9702 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-30T05:08:12.605Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-30T05:08:12.605Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:12.663Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-30T05:08:12.664Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 5e85f1be-cad9-4431-8042-3fcd8d0d9702 20206 2022-06-30T05:08:12.664Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:12.664Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:12.665Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T05:08:12.665Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:08:12.670Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:08:12.670Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565692664, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-30T05:08:12.768Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-30T05:08:12.769Z||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-30T05:08:12.769Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:08:12.799Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:08:12.799Z||pool-120-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:08:13.674Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7655356c-3c07-4d5e-b286-383df0bd22e7 2022-06-30T05:08:13.674Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 1969208d-7de8-4088-a95b-4beb35f3f13f 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-30T05:08:13.684Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14efbb43, org.onap.sdc.toscaparser.api.parameters.Input@4feb302, org.onap.sdc.toscaparser.api.parameters.Input@26fe9346, org.onap.sdc.toscaparser.api.parameters.Input@5b67ead5, org.onap.sdc.toscaparser.api.parameters.Input@323b6759] 2022-06-30T05:08:13.686Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:08:13.686Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:08:13.686Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-06-30T05:08:13.686Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= e5593555-eaa0-4833-a83b-b7b2368db77b 2022-06-30T05:08:13.686Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e5593555-eaa0-4833-a83b-b7b2368db77b matches Tosca VF Customization UUID: e5593555-eaa0-4833-a83b-b7b2368db77b 2022-06-30T05:08:13.687Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: e5593555-eaa0-4833-a83b-b7b2368db77b 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-30T05:08:13.689Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:08:13.689Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:08:13.689Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id e5593555-eaa0-4833-a83b-b7b2368db77b: {\"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-30T05:08:13.689Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@754f0a8b 2022-06-30T05:08:13.689Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:08:13.690Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-30T05:08:13.690Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fd0999f1-2a65-4d62-80aa-85d7e302fabe 2022-06-30T05:08:13.690Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fd0999f1-2a65-4d62-80aa-85d7e302fabe 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-30T05:08:13.693Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:08:13.693Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-30T05:08:13.693Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T05:08:13.693Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:08:13.693Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-30T05:08:13.694Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T05:08:13.694Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:08:13.694Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-30T05:08:13.694Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e5593555-eaa0-4833-a83b-b7b2368db77b 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-30T05:08:13.696Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:08:13.696Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:08:13.696Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 7655356c-3c07-4d5e-b286-383df0bd22e7: basic_cnf_macro 2022-06-30T05:08:13.696Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:08:13.696Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:08:13.696Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:08:13.697Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:08:13.697Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:08:13.697Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:08:13.697Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:08:13.697Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:08:13.697Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:08:13.697Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:08:13.698Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:13.759Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 1969208d-7de8-4088-a95b-4beb35f3f13f 2 ASDC deployResourceStructure 2022-06-30T05:08:13.759Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:13.760Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:13.760Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-30T05:08:13.760Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:08:13.762Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:08:13.762Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565693759, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-30T05:08:13.862Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:08:13.864Z||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-30T05:08:13.864Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:08:13.884Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:08:13.885Z||pool-121-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:08:14.764Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:14.764Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:14.764Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-30T05:08:14.765Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:08:14.766Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:08:14.766Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565694764, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-30T05:08:14.867Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:08:14.867Z||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-30T05:08:14.868Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:08:14.890Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:08:14.891Z||pool-122-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:08:15.767Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:15.768Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:15.768Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-30T05:08:15.768Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:08:15.770Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:08:15.770Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565695767, "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-30T05:08:15.871Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-30T05:08:15.872Z||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-30T05:08:15.872Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:08:15.901Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:08:15.901Z||pool-123-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-06-30T05:08:16.771Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:16.772Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:16.772Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-30T05:08:16.772Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:08:16.774Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:08:16.774Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565696771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-30T05:08:16.875Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-30T05:08:16.876Z||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-30T05:08:16.876Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:08:16.911Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:08:16.912Z||pool-124-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:08:17.775Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:17.775Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:17.775Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-30T05:08:17.776Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:08:17.778Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:08:17.779Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565697775, "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-30T05:08:17.879Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:08:17.880Z||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-30T05:08:17.880Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:08:17.901Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:08:17.902Z||pool-125-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:08:18.779Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:18.780Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||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-30T05:08:18.780Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-30T05:08:18.781Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:08:18.783Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:08:18.783Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565698779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T05:08:18.883Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:08:18.884Z||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-30T05:08:18.884Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:08:18.902Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:08:18.902Z||pool-126-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:08:19.784Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62144391-4138-416b-a3c5-d49dbb9887da Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T05:08:19.795Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62144391-4138-416b-a3c5-d49dbb9887da 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-30T05:08:19.797Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-30T05:08:19.797Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-30T05:08:19.798Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-30T05:08:19.798Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-30T05:08:19.798Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T05:08:19.798Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T05:08:19.798Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T05:08:19.798Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T05:08:19.798Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T05:08:19.798Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T05:08:19.798Z|62144391-4138-416b-a3c5-d49dbb9887da|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-30T05:08:19.802Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-30T05:08:49.803Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 62144391-4138-416b-a3c5-d49dbb9887da 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-30T05:08:49.817Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 62144391-4138-416b-a3c5-d49dbb9887da and serviceModelVersionId: 7655356c-3c07-4d5e-b286-383df0bd22e7 2022-06-30T05:08:49.817Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 10d29aae-f909-49ee-8895-971d6cfc17ea 2022-06-30T05:08:49.818Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/10d29aae-f909-49ee-8895-971d6cfc17ea/model-vers/model-ver/7655356c-3c07-4d5e-b286-383df0bd22e7?depth=0 2022-06-30T05:08:49.823Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-30T05:08:49.873Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10d29aae-f909-49ee-8895-971d6cfc17ea/model-vers/model-ver/7655356c-3c07-4d5e-b286-383df0bd22e7?depth=0|INFO|500||Invoke 2022-06-30T05:08:49.873Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10d29aae-f909-49ee-8895-971d6cfc17ea/model-vers/model-ver/7655356c-3c07-4d5e-b286-383df0bd22e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10d29aae-f909-49ee-8895-971d6cfc17ea/model-vers/model-ver/7655356c-3c07-4d5e-b286-383df0bd22e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[62144391-4138-416b-a3c5-d49dbb9887da], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[27a666a0-87c4-4893-b851-efdf466241da], X-ECOMP-RequestID=[62144391-4138-416b-a3c5-d49dbb9887da], X-TransactionId=[], X-ONAP-RequestID=[62144391-4138-416b-a3c5-d49dbb9887da], Content-Type=[application/merge-patch+json]} 2022-06-30T05:08:49.893Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10d29aae-f909-49ee-8895-971d6cfc17ea/model-vers/model-ver/7655356c-3c07-4d5e-b286-383df0bd22e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-30T05:08:49.975Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10d29aae-f909-49ee-8895-971d6cfc17ea/model-vers/model-ver/7655356c-3c07-4d5e-b286-383df0bd22e7?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/10d29aae-f909-49ee-8895-971d6cfc17ea/model-vers/model-ver/7655356c-3c07-4d5e-b286-383df0bd22e7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220630-05:08:49:899-39799], vertex-id=[225520], Content-Length=[0], Date=[Thu, 30 Jun 2022 05:08:49 GMT], Content-Type=[application/json]} 2022-06-30T05:08:49.976Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10d29aae-f909-49ee-8895-971d6cfc17ea/model-vers/model-ver/7655356c-3c07-4d5e-b286-383df0bd22e7?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-30T05:08:49.976Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10d29aae-f909-49ee-8895-971d6cfc17ea/model-vers/model-ver/7655356c-3c07-4d5e-b286-383df0bd22e7?depth=0|INFO|500||InvokeReturn 2022-06-30T05:08:49.977Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-30T05:08:49.977Z|62144391-4138-416b-a3c5-d49dbb9887da|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-30T05:08:50.002Z|62144391-4138-416b-a3c5-d49dbb9887da|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-30T05:08:50.002Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 62144391-4138-416b-a3c5-d49dbb9887da and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-30T05:08:50.002Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-30T05:08:50.003Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:08:50.005Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:08:50.005Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565730002, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-30T05:08:50.105Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:08:50.106Z||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-30T05:08:50.106Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:08:50.137Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:08:50.137Z||pool-127-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-30T05:08:51.030Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T05:08:51.030Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"46bbb2f0-8809-488a-b3fa-968d875f6eb6","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"db619bb2-cba9-458c-b19d-ea8503a6d2bf","serviceDescription":"service","serviceInvariantUUID":"c971f94b-a96c-4db1-a7f7-f572106a8a32","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9a172a97-3714-4289-a902-f71104a5292d","resourceInvariantUUID":"c2e852e6-07fd-4dbf-80ad-4aa8846e2c8d","resourceCustomizationUUID":"2ac8440b-60e9-400d-8a9c-6c8e0bbd477d","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":"NDczYzc4Y2ExMDQxYzQwMDY0ZGQ5MWE0M2E3OWZmY2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"512e8d46-3c26-418b-a41a-67eed939352b","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":"44c7aa1d-6643-4bd0-9997-3ae1fde4acc2","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":"fec28854-778b-48ef-baae-3538d440f5d2","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":"MzVmNDhjMTUyNjU3ZDJmZDA3ZDZkMmJlY2YxMTlhOGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d349db2f-a753-4389-bdd1-3761add0baf6","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":"6e0c6e01-10b8-4f97-a38b-a01b58a5da23","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":"9ecf1279-9e35-4996-81c2-b04fb56273a6","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":"31fdb72c-fc3f-4445-82ec-05705fa45aa8","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":"YzkwNDRkYjFiZmRiNzkzN2QwM2NhMGY0ZDg4Nzg0YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f520b664-bd28-40e0-8500-395aa2e82b47","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YTE2NDk2ODliYzZkN2IxMGRhMzM5NDkyZDdmMmU5ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"410602d1-7d76-4358-8185-aafcad27ecdf","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-30T05:08:51.030Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T05:08:51.031Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:08:51.032Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:08:51.032Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:08:51.133Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-30T05:08:51.134Z||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-30T05:08:51.134Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:08:51.172Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:08:51.173Z||pool-128-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:08:52.033Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T05:08:52.034Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:08:52.037Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:08:52.037Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-30T05:08:52.138Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:08:52.139Z||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-30T05:08:52.139Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:08:52.173Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:08:52.174Z||pool-129-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:08:53.038Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T05:08:53.039Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:08:53.041Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:08:53.041Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-30T05:08:53.141Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:08:53.142Z||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-30T05:08:53.142Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:08:53.194Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:08:53.196Z||pool-130-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:08:54.042Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T05:08:54.043Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:08:54.045Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:08:54.046Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-30T05:08:54.146Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-30T05:08:54.147Z||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-30T05:08:54.147Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:08:54.193Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:08:54.194Z||pool-131-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:08:54.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:08:54.743Z||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-30T05:08:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:08:54.774Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:08:54.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-30T05:08:54.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "policy-id", "timestamp": 1656565661945, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T05:08:54.776Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-30T05:08:55.047Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T05:08:55.048Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:08:55.051Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:08:55.051Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:08:55.151Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:08:55.152Z||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-30T05:08:55.152Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:08:55.169Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:08:55.169Z||pool-132-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:08:56.051Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T05:08:56.052Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:08:56.056Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:08:56.056Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T05:08:56.155Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-30T05:08:56.155Z||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-30T05:08:56.156Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:08:56.177Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:08:56.178Z||pool-133-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:08:57.057Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T05:08:57.058Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:08:57.060Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:08:57.060Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T05:08:57.160Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:08:57.161Z||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-30T05:08:57.161Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:08:57.180Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:08:57.180Z||pool-134-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:08:58.060Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T05:08:58.061Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:08:58.063Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:08:58.063Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T05:08:58.163Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:08:58.164Z||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-30T05:08:58.164Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:08:58.194Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:08:58.195Z||pool-135-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:08:59.064Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T05:08:59.064Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:08:59.066Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:08:59.066Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-30T05:08:59.168Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-30T05:08:59.169Z||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-30T05:08:59.169Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:08:59.185Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:08:59.185Z||pool-136-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-30T05:09:00.067Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "db619bb2-cba9-458c-b19d-ea8503a6d2bf", "serviceDescription": "service", "serviceInvariantUUID": "c971f94b-a96c-4db1-a7f7-f572106a8a32", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "2ac8440b-60e9-400d-8a9c-6c8e0bbd477d", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9a172a97-3714-4289-a902-f71104a5292d", "resourceInvariantUUID": "c2e852e6-07fd-4dbf-80ad-4aa8846e2c8d", "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": "YTE2NDk2ODliYzZkN2IxMGRhMzM5NDkyZDdmMmU5ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "410602d1-7d76-4358-8185-aafcad27ecdf" } ], "workloadContext": "Production" } 2022-06-30T05:09:00.068Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-30T05:09:00.068Z|62144391-4138-416b-a3c5-d49dbb9887da|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 db619bb2-cba9-458c-b19d-ea8503a6d2bf ASDC 2022-06-30T05:09:00.068Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:46bbb2f0-8809-488a-b3fa-968d875f6eb6 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:db619bb2-cba9-458c-b19d-ea8503a6d2bf ServiceInvariantUUID:c971f94b-a96c-4db1-a7f7-f572106a8a32 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:410602d1-7d76-4358-8185-aafcad27ecdf ArtifactChecksum:YTE2NDk2ODliYzZkN2IxMGRhMzM5NDkyZDdmMmU5ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:2ac8440b-60e9-400d-8a9c-6c8e0bbd477d ResourceInvariantUUID:c2e852e6-07fd-4dbf-80ad-4aa8846e2c8d ResourceName:test-pnf ResourceType:PNF ResourceUUID:9a172a97-3714-4289-a902-f71104a5292d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-30T05:09:00.069Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF db619bb2-cba9-458c-b19d-ea8503a6d2bf 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-30T05:09:00.130Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-30T05:09:00.131Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-30T05:09:00.131Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-30T05:09:00.131Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 410602d1-7d76-4358-8185-aafcad27ecdf from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-30T05:09:00.131Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-30T05:09:00.132Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-30T05:09:00.195Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-30T05:09:00.203Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 410602d1-7d76-4358-8185-aafcad27ecdf 105662 2022-06-30T05:09:00.203Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||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-30T05:09:00.204Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||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-30T05:09:00.219Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T05:09:00.220Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:09:00.227Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:09:00.227Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565740203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T05:09:00.327Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-30T05:09:00.328Z||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-30T05:09:00.328Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:09:00.351Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:09:00.352Z||pool-137-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-06-30T05:09:01.230Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-30T05:09:01.232Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-30T05:09:01.232Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 410602d1-7d76-4358-8185-aafcad27ecdf, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-30T05:09:01.233Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-06-30T05:09:01.233Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-30T05:09:01.233Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-30T05:09:01.355Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10256427658441323648/Definitions/service-TestPnfMacro-template.yml 2022-06-30T05:09:02.154Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-30T05:09:02.154Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-30T05:09:02.155Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-30T05:09:02.155Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-30T05:09:02.155Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||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-30T05:09:02.155Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||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-30T05:09:02.156Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||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-30T05:09:02.156Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||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-30T05:09:02.156Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|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-TestPnfMacro-csar.csar 2022-06-30T05:09:02.156Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|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-TestPnfMacro-csar.csar 2022-06-30T05:09:02.156Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|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-TestPnfMacro-csar.csar 2022-06-30T05:09:02.157Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-30T05:09:02.157Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:09:02.157Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:09:02.158Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-30T05:09:02.158Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-30T05:09:02.158Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-30T05:09:02.158Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:09:02.159Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:09:02.159Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-30T05:09:02.159Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-30T05:09:02.159Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-30T05:09:02.160Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:09:02.160Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:09:02.160Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:09:02.160Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:09:02.160Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:09:02.161Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:09:02.161Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:09:02.161Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:09:02.161Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:09:02.162Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:09:02.162Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:db619bb2-cba9-458c-b19d-ea8503a6d2bf Model Version:NULL Model InvariantUuid:c971f94b-a96c-4db1-a7f7-f572106a8a32 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-30T05:09:02.173Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9a172a97-3714-4289-a902-f71104a5292d 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-30T05:09:02.176Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||test-pnf 0 2022-06-30T05:09:02.177Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9a172a97-3714-4289-a902-f71104a5292d 2022-06-30T05:09:02.177Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||No resources found for Service: db619bb2-cba9-458c-b19d-ea8503a6d2bf 2022-06-30T05:09:02.177Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: db619bb2-cba9-458c-b19d-ea8503a6d2bf 2022-06-30T05:09:02.178Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 9a172a97-3714-4289-a902-f71104a5292d 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-30T05:09:02.187Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4ec6ca7c, org.onap.sdc.toscaparser.api.parameters.Input@1a6102db, org.onap.sdc.toscaparser.api.parameters.Input@64dc34cd, org.onap.sdc.toscaparser.api.parameters.Input@5f0ba26c, org.onap.sdc.toscaparser.api.parameters.Input@276606db] 2022-06-30T05:09:02.188Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:09:02.188Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:09:02.188Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid db619bb2-cba9-458c-b19d-ea8503a6d2bf: test-pnf 2022-06-30T05:09:02.189Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||Processing PNF resource: 9a172a97-3714-4289-a902-f71104a5292d 2022-06-30T05:09:02.189Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:09:02.189Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:09:02.190Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||Resource customization UUID: 2ac8440b-60e9-400d-8a9c-6c8e0bbd477d is the same as notified resource customizationUUID: 2ac8440b-60e9-400d-8a9c-6c8e0bbd477d 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-30T05:09:02.238Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 9a172a97-3714-4289-a902-f71104a5292d 0 ASDC deployResourceStructure 2022-06-30T05:09:02.239Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||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-30T05:09:02.239Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||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-30T05:09:02.239Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-30T05:09:02.239Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:09:02.241Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:09:02.241Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565742239, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T05:09:02.342Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:09:02.343Z||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-30T05:09:02.343Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:09:02.371Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:09:02.372Z||pool-138-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:09:03.242Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46bbb2f0-8809-488a-b3fa-968d875f6eb6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T05:09:03.254Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46bbb2f0-8809-488a-b3fa-968d875f6eb6 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-30T05:09:03.257Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-30T05:09:03.257Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-30T05:09:03.257Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-30T05:09:33.257Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46bbb2f0-8809-488a-b3fa-968d875f6eb6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T05:09:33.268Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46bbb2f0-8809-488a-b3fa-968d875f6eb6 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-30T05:09:33.270Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-30T05:09:33.270Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-30T05:09:33.270Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-30T05:09:54.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:09:54.743Z||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-30T05:09:54.744Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:09:54.776Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:09:54.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:09:54.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "multicloud-k8s-id", "timestamp": 1656565663395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-30T05:09:54.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:03.271Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46bbb2f0-8809-488a-b3fa-968d875f6eb6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T05:10:03.281Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46bbb2f0-8809-488a-b3fa-968d875f6eb6 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-30T05:10:03.283Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-30T05:10:03.283Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-30T05:10:03.283Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-30T05:10:33.283Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46bbb2f0-8809-488a-b3fa-968d875f6eb6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T05:10:33.294Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46bbb2f0-8809-488a-b3fa-968d875f6eb6 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-30T05:10:33.296Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-30T05:10:33.296Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-30T05:10:33.296Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-30T05:10:54.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:10:54.743Z||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-30T05:10:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:10:54.863Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:10:54.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "cds", "timestamp": 1656565668522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "ves-openapi-manager", "timestamp": 1656565660615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "policy-id", "timestamp": 1656565661945, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-30T05:10:54.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "multicloud-k8s-id", "timestamp": 1656565663395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "cds", "timestamp": 1656565668522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-30T05:10:54.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-30T05:10:54.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "aai-ml", "timestamp": 1656565675837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "ves-openapi-manager", "timestamp": 1656565660615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "policy-id", "timestamp": 1656565661945, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "multicloud-k8s-id", "timestamp": 1656565663395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-30T05:10:54.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-30T05:10:54.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "cds", "timestamp": 1656565677378, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T05:10:54.873Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:10:54.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "aai-ml", "timestamp": 1656565675837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "ves-openapi-manager", "timestamp": 1656565660615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "policy-id", "timestamp": 1656565661945, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "multicloud-k8s-id", "timestamp": 1656565663395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "aai-ml", "timestamp": 1656565675837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "ves-openapi-manager", "timestamp": 1656565660615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "cds", "timestamp": 1656565678701, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-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-30T05:10:54.910Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c270c74d-812d-4fef-890b-dcaf79346156 2022-06-30T05:10:54.910Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c270c74d-812d-4fef-890b-dcaf79346156 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-30T05:10:54.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "policy-id", "timestamp": 1656565661945, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.926Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "multicloud-k8s-id", "timestamp": 1656565663395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.926Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-30T05:10:54.926Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "aai-ml", "timestamp": 1656565675837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "ves-openapi-manager", "timestamp": 1656565660615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "policy-id", "timestamp": 1656565661945, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "multicloud-k8s-id", "timestamp": 1656565663395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-30T05:10:54.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-30T05:10:54.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "aai-ml", "timestamp": 1656565675837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "policy-id", "timestamp": 1656565661945, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-30T05:10:54.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "multicloud-k8s-id", "timestamp": 1656565681246, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-30T05:10:54.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:10:54.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-30T05:10:54.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "aai-ml", "timestamp": 1656565675837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "policy-id", "timestamp": 1656565682870, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T05:10:54.931Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:10:54.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "clamp", "timestamp": 1656565681901, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "multicloud-k8s-id", "timestamp": 1656565682368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-30T05:10:54.932Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:10:54.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "aai-ml", "timestamp": 1656565675837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "policy-id", "timestamp": 1656565683875, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T05:10:54.933Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:10:54.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "clamp", "timestamp": 1656565681901, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-30T05:10:54.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "multicloud-k8s-id", "timestamp": 1656565683469, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-30T05:10:54.934Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:10:54.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.934Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "aai-ml", "timestamp": 1656565675837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.934Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "policy-id", "timestamp": 1656565684878, "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-30T05:10:54.939Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c270c74d-812d-4fef-890b-dcaf79346156 2022-06-30T05:10:54.939Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c270c74d-812d-4fef-890b-dcaf79346156 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-30T05:10:54.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "clamp", "timestamp": 1656565681901, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "multicloud-k8s-id", "timestamp": 1656565684490, "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-30T05:10:54.963Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c270c74d-812d-4fef-890b-dcaf79346156 2022-06-30T05:10:54.963Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c270c74d-812d-4fef-890b-dcaf79346156 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-30T05:10:54.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-30T05:10:54.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "aai-ml", "timestamp": 1656565675837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-30T05:10:54.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565685178, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "clamp", "timestamp": 1656565681901, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "multicloud-k8s-id", "timestamp": 1656565685503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-30T05:10:54.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:10:54.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "aai-ml", "timestamp": 1656565685569, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T05:10:54.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:10:54.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565685646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T05:10:54.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:10:54.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565685178, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "clamp", "timestamp": 1656565681901, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565685178, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "clamp", "timestamp": 1656565681901, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565685178, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.973Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "clamp", "timestamp": 1656565681901, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.973Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565688364, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-30T05:10:54.973Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:10:54.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565685178, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.974Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "clamp", "timestamp": 1656565681901, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-30T05:10:54.974Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565689468, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-30T05:10:54.974Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:10:54.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565685178, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.974Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "aai-ml", "timestamp": 1656565690379, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T05:10:54.975Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:10:54.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565690522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-30T05:10:54.975Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:10:54.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565685178, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "aai-ml", "timestamp": 1656565691382, "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-30T05:10:54.980Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 46bbb2f0-8809-488a-b3fa-968d875f6eb6 2022-06-30T05:10:54.980Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46bbb2f0-8809-488a-b3fa-968d875f6eb6 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-30T05:10:54.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565691599, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-30T05:10:54.989Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:10:54.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565685178, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-30T05:10:54.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "aai-ml", "timestamp": 1656565675837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "clamp", "timestamp": 1656565693036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T05:10:54.989Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:10:54.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565692664, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-30T05:10:54.989Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:10:54.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565694000, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T05:10:54.990Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:10:54.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "aai-ml", "timestamp": 1656565675837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565693759, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-30T05:10:54.990Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:10:54.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "aai-ml", "timestamp": 1656565675837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565694764, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-30T05:10:54.991Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:10:54.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "aai-ml", "timestamp": 1656565675837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565696417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T05:10:54.992Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:10:54.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565695767, "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-30T05:10:54.992Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:10:54.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "aai-ml", "timestamp": 1656565675837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:54.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:54.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:54.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656565697423, "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-30T05:10:54.997Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c270c74d-812d-4fef-890b-dcaf79346156 2022-06-30T05:10:54.997Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c270c74d-812d-4fef-890b-dcaf79346156 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-30T05:10:55.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:55.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "clamp", "timestamp": 1656565697051, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T05:10:55.018Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:10:55.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:55.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565696771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-30T05:10:55.018Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:10:55.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:55.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "aai-ml", "timestamp": 1656565675837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:55.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:55.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:55.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "clamp", "timestamp": 1656565698054, "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-30T05:10:55.024Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c270c74d-812d-4fef-890b-dcaf79346156 2022-06-30T05:10:55.024Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c270c74d-812d-4fef-890b-dcaf79346156 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-30T05:10:55.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:55.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565697775, "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-30T05:10:55.031Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:10:55.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:55.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "aai-ml", "timestamp": 1656565675837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:55.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:55.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:55.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565698779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T05:10:55.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:10:55.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:55.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "aai-ml", "timestamp": 1656565675837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-30T05:10:55.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:55.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:55.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "aai-ml", "timestamp": 1656565700485, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T05:10:55.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:10:55.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:55.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "aai-ml", "timestamp": 1656565708335, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T05:10:55.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:10:55.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:55.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "aai-ml", "timestamp": 1656565709338, "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-30T05:10:55.036Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c270c74d-812d-4fef-890b-dcaf79346156 2022-06-30T05:10:55.036Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c270c74d-812d-4fef-890b-dcaf79346156 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-30T05:10:55.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:55.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "62144391-4138-416b-a3c5-d49dbb9887da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565730002, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-30T05:10:55.045Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:10:55.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:55.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:55.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:55.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:55.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:55.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:55.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:55.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:55.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:10:55.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:10:55.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-30T05:10:55.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:11:03.296Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46bbb2f0-8809-488a-b3fa-968d875f6eb6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T05:11:03.307Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46bbb2f0-8809-488a-b3fa-968d875f6eb6 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-30T05:11:03.309Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-30T05:11:03.309Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-30T05:11:03.309Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-30T05:11:03.310Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-30T05:11:03.310Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T05:11:03.310Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T05:11:03.310Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T05:11:03.310Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T05:11:03.310Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T05:11:03.311Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T05:11:03.311Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T05:11:03.311Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|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-30T05:11:03.315Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-30T05:11:33.316Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 46bbb2f0-8809-488a-b3fa-968d875f6eb6 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-30T05:11:33.321Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 46bbb2f0-8809-488a-b3fa-968d875f6eb6 and serviceModelVersionId: db619bb2-cba9-458c-b19d-ea8503a6d2bf 2022-06-30T05:11:33.321Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c971f94b-a96c-4db1-a7f7-f572106a8a32 2022-06-30T05:11:33.322Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c971f94b-a96c-4db1-a7f7-f572106a8a32/model-vers/model-ver/db619bb2-cba9-458c-b19d-ea8503a6d2bf?depth=0 2022-06-30T05:11:33.326Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-30T05:11:33.368Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c971f94b-a96c-4db1-a7f7-f572106a8a32/model-vers/model-ver/db619bb2-cba9-458c-b19d-ea8503a6d2bf?depth=0|INFO|500||Invoke 2022-06-30T05:11:33.368Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c971f94b-a96c-4db1-a7f7-f572106a8a32/model-vers/model-ver/db619bb2-cba9-458c-b19d-ea8503a6d2bf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c971f94b-a96c-4db1-a7f7-f572106a8a32/model-vers/model-ver/db619bb2-cba9-458c-b19d-ea8503a6d2bf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[46bbb2f0-8809-488a-b3fa-968d875f6eb6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e7d98e6a-5497-47fd-a5d0-5680ec9b7d4d], X-ECOMP-RequestID=[46bbb2f0-8809-488a-b3fa-968d875f6eb6], X-TransactionId=[], X-ONAP-RequestID=[46bbb2f0-8809-488a-b3fa-968d875f6eb6], Content-Type=[application/merge-patch+json]} 2022-06-30T05:11:33.387Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c971f94b-a96c-4db1-a7f7-f572106a8a32/model-vers/model-ver/db619bb2-cba9-458c-b19d-ea8503a6d2bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-30T05:11:33.472Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c971f94b-a96c-4db1-a7f7-f572106a8a32/model-vers/model-ver/db619bb2-cba9-458c-b19d-ea8503a6d2bf?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/c971f94b-a96c-4db1-a7f7-f572106a8a32/model-vers/model-ver/db619bb2-cba9-458c-b19d-ea8503a6d2bf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220630-05:11:33:394-50082], vertex-id=[241888], Content-Length=[0], Date=[Thu, 30 Jun 2022 05:11:33 GMT], Content-Type=[application/json]} 2022-06-30T05:11:33.473Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c971f94b-a96c-4db1-a7f7-f572106a8a32/model-vers/model-ver/db619bb2-cba9-458c-b19d-ea8503a6d2bf?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-30T05:11:33.473Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c971f94b-a96c-4db1-a7f7-f572106a8a32/model-vers/model-ver/db619bb2-cba9-458c-b19d-ea8503a6d2bf?depth=0|INFO|500||InvokeReturn 2022-06-30T05:11:33.474Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-30T05:11:33.474Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|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-30T05:11:33.486Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|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-30T05:11:33.486Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 46bbb2f0-8809-488a-b3fa-968d875f6eb6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-30T05:11:33.486Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-30T05:11:33.486Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:11:33.488Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:11:33.489Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565893486, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-30T05:11:33.589Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:11:33.590Z||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-30T05:11:33.590Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:11:33.673Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:11:33.674Z||pool-139-thread-1|||||INFO|500||cambria reply ok (85 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-30T05:11:34.500Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-30T05:11:34.500Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c270c74d-812d-4fef-890b-dcaf79346156","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"4c047c6e-a3e2-4bd9-aa9f-347511807655","serviceDescription":"service","serviceInvariantUUID":"68c9d6cb-3d5f-4f52-8e56-2dd4ad462d3d","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"50caa9a1-4d30-4696-a36d-525b5a45f6a3","resourceInvariantUUID":"1dc9f5bc-5569-42fa-bbf3-ec593087a100","resourceCustomizationUUID":"921d8291-778f-450a-8bf6-dc54df6d6f07","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZThmZjY0M2JhMDgwMjU4ZWRiYzA1NzhjZDE1ODRmNTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f7ea70da-fec8-471a-9180-214363c3402e","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"ODk1YmM3ODI1ZDIyYzhjZjIwMGQyZGNlYzNmN2Q5YzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1a5a8aba-dcc7-4b68-85ed-5805e5234675","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5d163cb2-80f9-417d-8bfa-3e66200d5b7b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3f6c91ca-f7fb-49ab-9f57-b621296db99b","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b246b769-aeee-4628-8422-ef55ea0b3336","artifactVersion":"2","generatedFromUUID":"5d163cb2-80f9-417d-8bfa-3e66200d5b7b"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"NWNiNDdhYzEzMDIyMmFiMTNjMDYzNTE4YjcwMDQ1M2Y\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f83056b9-df3b-41f0-8356-bb9a1ab71eda","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"OTQ5MjNlY2I1N2UzZDNkNWIxZTYwMjczY2RkMDcwNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7fc4544c-3d56-49d1-81e0-a0303aa5b41e","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YzAzZmIxZjczMGNjYzQ3YzdhMzQ0ZGE4YTVkMTg5Nzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"70610dca-26fd-4fac-8fea-f07c68fa6853","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-30T05:11:34.501Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T05:11:34.501Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:11:34.503Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:11:34.503Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:11:34.603Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:11:34.605Z||pool-140-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-30T05:11:34.605Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:11:34.634Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:11:34.635Z||pool-140-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:11:35.504Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T05:11:35.504Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:11:35.507Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:11:35.507Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-30T05:11:35.607Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:11:35.608Z||pool-141-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-30T05:11:35.608Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:11:35.647Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:11:35.648Z||pool-141-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:11:36.507Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T05:11:36.508Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:11:36.510Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:11:36.510Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-30T05:11:36.610Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:11:36.611Z||pool-142-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-30T05:11:36.612Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:11:36.629Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:11:36.630Z||pool-142-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:11:37.511Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T05:11:37.511Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:11:37.513Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:11:37.514Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:11:37.614Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:11:37.615Z||pool-143-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-30T05:11:37.615Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:11:37.664Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:11:37.665Z||pool-143-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:11:38.514Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T05:11:38.515Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:11:38.517Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:11:38.517Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-30T05:11:38.617Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:11:38.618Z||pool-144-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-30T05:11:38.618Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:11:38.636Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:11:38.636Z||pool-144-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:11:39.517Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T05:11:39.519Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:11:39.522Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:11:39.523Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-30T05:11:39.623Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-30T05:11:39.623Z||pool-145-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-30T05:11:39.624Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:11:39.639Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:11:39.640Z||pool-145-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-30T05:11:40.523Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T05:11:40.524Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:11:40.526Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:11:40.526Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T05:11:40.627Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-30T05:11:40.627Z||pool-146-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-30T05:11:40.628Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:11:40.645Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:11:40.646Z||pool-146-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:11:41.527Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-30T05:11:41.527Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:11:41.529Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:11:41.529Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-30T05:11:41.629Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:11:41.630Z||pool-147-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-30T05:11:41.630Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:11:41.648Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:11:41.649Z||pool-147-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:11:42.529Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "4c047c6e-a3e2-4bd9-aa9f-347511807655", "serviceDescription": "service", "serviceInvariantUUID": "68c9d6cb-3d5f-4f52-8e56-2dd4ad462d3d", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "921d8291-778f-450a-8bf6-dc54df6d6f07", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "50caa9a1-4d30-4696-a36d-525b5a45f6a3", "resourceInvariantUUID": "1dc9f5bc-5569-42fa-bbf3-ec593087a100", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "ODk1YmM3ODI1ZDIyYzhjZjIwMGQyZGNlYzNmN2Q5YzY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1a5a8aba-dcc7-4b68-85ed-5805e5234675", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5d163cb2-80f9-417d-8bfa-3e66200d5b7b", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b246b769-aeee-4628-8422-ef55ea0b3336", "generatedFromUUID": "5d163cb2-80f9-417d-8bfa-3e66200d5b7b" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b246b769-aeee-4628-8422-ef55ea0b3336", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YzAzZmIxZjczMGNjYzQ3YzdhMzQ0ZGE4YTVkMTg5Nzg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "70610dca-26fd-4fac-8fea-f07c68fa6853" } ], "workloadContext": "Production" } 2022-06-30T05:11:42.530Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-30T05:11:42.530Z|46bbb2f0-8809-488a-b3fa-968d875f6eb6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4c047c6e-a3e2-4bd9-aa9f-347511807655 ASDC 2022-06-30T05:11:42.531Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:c270c74d-812d-4fef-890b-dcaf79346156 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:4c047c6e-a3e2-4bd9-aa9f-347511807655 ServiceInvariantUUID:68c9d6cb-3d5f-4f52-8e56-2dd4ad462d3d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:70610dca-26fd-4fac-8fea-f07c68fa6853 ArtifactChecksum:YzAzZmIxZjczMGNjYzQ3YzdhMzQ0ZGE4YTVkMTg5Nzg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:921d8291-778f-450a-8bf6-dc54df6d6f07 ResourceInvariantUUID:1dc9f5bc-5569-42fa-bbf3-ec593087a100 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:50caa9a1-4d30-4696-a36d-525b5a45f6a3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:1a5a8aba-dcc7-4b68-85ed-5805e5234675 ArtifactChecksum:ODk1YmM3ODI1ZDIyYzhjZjIwMGQyZGNlYzNmN2Q5YzY= 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/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:5d163cb2-80f9-417d-8bfa-3e66200d5b7b 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/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:b246b769-aeee-4628-8422-ef55ea0b3336 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/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:b246b769-aeee-4628-8422-ef55ea0b3336 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-30T05:11:42.532Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4c047c6e-a3e2-4bd9-aa9f-347511807655 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-30T05:11:42.572Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-30T05:11:42.573Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-30T05:11:42.573Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-30T05:11:42.573Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 70610dca-26fd-4fac-8fea-f07c68fa6853 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-30T05:11:42.573Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-30T05:11:42.574Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-30T05:11:43.034Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-30T05:11:43.038Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 70610dca-26fd-4fac-8fea-f07c68fa6853 78806 2022-06-30T05:11:43.039Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-06-30T05:11:43.039Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-30T05:11:43.039Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T05:11:43.039Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:11:43.041Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:11:43.041Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565903039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T05:11:43.141Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:11:43.142Z||pool-148-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-30T05:11:43.142Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:11:43.334Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:11:43.334Z||pool-148-thread-1|||||INFO|500||cambria reply ok (193 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:11:44.041Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-30T05:11:44.042Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-30T05:11:44.043Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 70610dca-26fd-4fac-8fea-f07c68fa6853, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-30T05:11:44.043Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-06-30T05:11:44.044Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-30T05:11:44.044Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-30T05:11:44.196Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13393459384658906535/Definitions/service-BasicVmMacro-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-30T05:11:45.377Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-30T05:11:45.377Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-30T05:11:45.377Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-30T05:11:45.377Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-30T05:11:45.377Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_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-BasicVmMacro-csar.csar 2022-06-30T05:11:45.377Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||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-BasicVmMacro-csar.csar 2022-06-30T05:11:45.378Z|c270c74d-812d-4fef-890b-dcaf79346156|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-BasicVmMacro-csar.csar 2022-06-30T05:11:45.378Z|c270c74d-812d-4fef-890b-dcaf79346156|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-BasicVmMacro-csar.csar 2022-06-30T05:11:45.378Z|c270c74d-812d-4fef-890b-dcaf79346156|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-BasicVmMacro-csar.csar 2022-06-30T05:11:45.378Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-30T05:11:45.378Z|c270c74d-812d-4fef-890b-dcaf79346156|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-BasicVmMacro-csar.csar 2022-06-30T05:11:45.378Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-30T05:11:45.378Z|c270c74d-812d-4fef-890b-dcaf79346156|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-BasicVmMacro-csar.csar 2022-06-30T05:11:45.378Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-30T05:11:45.378Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:11:45.378Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:11:45.378Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-30T05:11:45.378Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-30T05:11:45.378Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-30T05:11:45.379Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:11:45.379Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:11:45.379Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-30T05:11:45.379Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-30T05:11:45.379Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-30T05:11:45.379Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:11:45.379Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:11:45.379Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:11:45.379Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-30T05:11:45.379Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-30T05:11:45.380Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-30T05:11:45.380Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-30T05:11:45.380Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-30T05:11:45.380Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-30T05:11:45.380Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:11:45.380Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-30T05:11:45.380Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:11:45.380Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-30T05:11:45.380Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T05:11:45.381Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:11:45.381Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-30T05:11:45.381Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T05:11:45.381Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:11:45.381Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-30T05:11:45.381Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T05:11:45.381Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:11:45.381Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-30T05:11:45.381Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-30T05:11:45.381Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-30T05:11:45.382Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8ddad798-e789-47a3-8d9f-f5bc83690dc8 2022-06-30T05:11:45.382Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:11:45.382Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:11:45.382Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:11:45.382Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:11:45.382Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:11:45.382Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:11:45.382Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:11:45.383Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:11:45.383Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:4c047c6e-a3e2-4bd9-aa9f-347511807655 Model Version:NULL Model InvariantUuid:68c9d6cb-3d5f-4f52-8e56-2dd4ad462d3d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:9bce5ea0-d816-4b0b-a78d-df4c0b6052ea Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1dc9f5bc-5569-42fa-bbf3-ec593087a100 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:921d8291-778f-450a-8bf6-dc54df6d6f07 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:fe9e630a-de8b-49f2-b3f6-9c47d621f608 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:3de57bba-5e60-46e0-ba25-f1caed254312 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8ddad798-e789-47a3-8d9f-f5bc83690dc8 ModelInvariantUuid:830fc855-2411-404f-81f1-1cb83470a5dd ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:5fc333d3-ebfc-4824-98b5-d5c16b23080d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:2ac8cd0a-6846-4c9b-83d1-0ded7c10602b ModelInvariantUuid:6325eaef-699c-4e97-9038-28c51d07ad32 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:831a327a-483f-456a-ab9e-3f949999080d 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-30T05:11:45.396Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 50caa9a1-4d30-4696-a36d-525b5a45f6a3 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-30T05:11:45.402Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||basic_vm_macro 0 2022-06-30T05:11:45.402Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 50caa9a1-4d30-4696-a36d-525b5a45f6a3 2022-06-30T05:11:45.402Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1a5a8aba-dcc7-4b68-85ed-5805e5234675 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-30T05:11:45.402Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-30T05:11:45.403Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-30T05:11:45.448Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-30T05:11:45.448Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 1a5a8aba-dcc7-4b68-85ed-5805e5234675 792 2022-06-30T05:11:45.448Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-06-30T05:11:45.449Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-30T05:11:45.449Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T05:11:45.449Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:11:45.450Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:11:45.451Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565905448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-30T05:11:45.551Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:11:45.552Z||pool-149-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-30T05:11:45.552Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:11:45.569Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:11:45.569Z||pool-149-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:11:46.451Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "fe9e630a-de8b-49f2-b3f6-9c47d621f608", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3de57bba-5e60-46e0-ba25-f1caed254312", "vfModuleModelCustomizationUUID": "697eda30-9ef8-44a3-88cc-5da924019e11", "isBase": true, "artifacts": [ "5d163cb2-80f9-417d-8bfa-3e66200d5b7b", "b246b769-aeee-4628-8422-ef55ea0b3336" ], "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-30T05:11:46.455Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3de57bba-5e60-46e0-ba25-f1caed254312 VfModuleModelInvariantUUID:fe9e630a-de8b-49f2-b3f6-9c47d621f608 VfModuleModelDescription:NULL Artifacts UUID List:{ 5d163cb2-80f9-417d-8bfa-3e66200d5b7b , b246b769-aeee-4628-8422-ef55ea0b3336 } 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-30T05:11:46.461Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "fe9e630a-de8b-49f2-b3f6-9c47d621f608", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3de57bba-5e60-46e0-ba25-f1caed254312", "vfModuleModelCustomizationUUID": "697eda30-9ef8-44a3-88cc-5da924019e11", "isBase": true, "artifacts": [ "5d163cb2-80f9-417d-8bfa-3e66200d5b7b", "b246b769-aeee-4628-8422-ef55ea0b3336" ], "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-30T05:11:46.461Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3de57bba-5e60-46e0-ba25-f1caed254312 VfModuleModelInvariantUUID:fe9e630a-de8b-49f2-b3f6-9c47d621f608 VfModuleModelDescription:NULL Artifacts UUID List:{ 5d163cb2-80f9-417d-8bfa-3e66200d5b7b , b246b769-aeee-4628-8422-ef55ea0b3336 } 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-30T05:11:46.461Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5d163cb2-80f9-417d-8bfa-3e66200d5b7b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-30T05:11:46.461Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-30T05:11:46.462Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-30T05:11:46.505Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-30T05:11:46.506Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 5d163cb2-80f9-417d-8bfa-3e66200d5b7b 5033 2022-06-30T05:11:46.506Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-30T05:11:46.506Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-30T05:11:46.507Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T05:11:46.507Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:11:46.509Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:11:46.509Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565906506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-30T05:11:46.610Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-30T05:11:46.611Z||pool-150-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-30T05:11:46.611Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:11:46.658Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:11:46.668Z||pool-150-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:11:47.510Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b246b769-aeee-4628-8422-ef55ea0b3336 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-30T05:11:47.510Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-30T05:11:47.511Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-30T05:11:47.560Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-30T05:11:47.560Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env b246b769-aeee-4628-8422-ef55ea0b3336 903 2022-06-30T05:11:47.560Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-30T05:11:47.560Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-30T05:11:47.560Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-30T05:11:47.561Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:11:47.563Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:11:47.563Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565907560, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-30T05:11:47.663Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:11:47.664Z||pool-151-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-30T05:11:47.664Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:11:47.718Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:11:47.719Z||pool-151-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:11:48.563Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 4c047c6e-a3e2-4bd9-aa9f-347511807655 2022-06-30T05:11:48.564Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 50caa9a1-4d30-4696-a36d-525b5a45f6a3 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-30T05:11:48.584Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ccb0e6d, org.onap.sdc.toscaparser.api.parameters.Input@4737dd46, org.onap.sdc.toscaparser.api.parameters.Input@3fb2977d, org.onap.sdc.toscaparser.api.parameters.Input@1daa527, org.onap.sdc.toscaparser.api.parameters.Input@35d67b17] 2022-06-30T05:11:48.586Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:11:48.586Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:11:48.587Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-06-30T05:11:48.587Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 921d8291-778f-450a-8bf6-dc54df6d6f07 2022-06-30T05:11:48.587Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 921d8291-778f-450a-8bf6-dc54df6d6f07 matches Tosca VF Customization UUID: 921d8291-778f-450a-8bf6-dc54df6d6f07 2022-06-30T05:11:48.587Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 921d8291-778f-450a-8bf6-dc54df6d6f07 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-30T05:11:48.589Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:11:48.589Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:11:48.590Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 921d8291-778f-450a-8bf6-dc54df6d6f07: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"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\",\"sdnc_artifact_name\":\"vnf\",\"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\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-06-30T05:11:48.590Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@33f740da 2022-06-30T05:11:48.590Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:11:48.591Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-30T05:11:48.591Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 697eda30-9ef8-44a3-88cc-5da924019e11 2022-06-30T05:11:48.591Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 697eda30-9ef8-44a3-88cc-5da924019e11 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-30T05:11:48.593Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:11:48.594Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-30T05:11:48.594Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T05:11:48.594Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:11:48.595Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-30T05:11:48.595Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T05:11:48.595Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:11:48.595Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-30T05:11:48.596Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-30T05:11:48.597Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-30T05:11:48.597Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8ddad798-e789-47a3-8d9f-f5bc83690dc8 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-30T05:11:48.600Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:11:48.600Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-30T05:11:48.600Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-30T05:11:48.601Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:11:48.601Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-30T05:11:48.601Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=921d8291-778f-450a-8bf6-dc54df6d6f07 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-30T05:11:48.603Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:11:48.603Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:11:48.603Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 4c047c6e-a3e2-4bd9-aa9f-347511807655: basic_vm_macro 2022-06-30T05:11:48.603Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:11:48.604Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:11:48.604Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:11:48.604Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:11:48.604Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:11:48.605Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:11:48.605Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:11:48.605Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:11:48.605Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-30T05:11:48.605Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-30T05:11:48.606Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm_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 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-30T05:11:48.705Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 50caa9a1-4d30-4696-a36d-525b5a45f6a3 1 ASDC deployResourceStructure 2022-06-30T05:11:48.706Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-06-30T05:11:48.706Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-30T05:11:48.706Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-30T05:11:48.706Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:11:48.708Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:11:48.708Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565908706, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-30T05:11:48.808Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:11:48.809Z||pool-152-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-30T05:11:48.809Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:11:48.834Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:11:48.834Z||pool-152-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:11:49.709Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-30T05:11:49.709Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-30T05:11:49.709Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-30T05:11:49.710Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:11:49.712Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:11:49.712Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565909708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-30T05:11:49.812Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:11:49.813Z||pool-153-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-30T05:11:49.813Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:11:49.867Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:11:49.868Z||pool-153-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:11:50.713Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-30T05:11:50.713Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-30T05:11:50.713Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-30T05:11:50.713Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:11:50.716Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:11:50.716Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565910713, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-30T05:11:50.816Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:11:50.817Z||pool-154-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-30T05:11:50.817Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:11:50.851Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:11:50.852Z||pool-154-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:11:51.717Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-06-30T05:11:51.717Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-30T05:11:51.717Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-30T05:11:51.717Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:11:51.720Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:11:51.720Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565911717, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T05:11:51.820Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:11:51.820Z||pool-155-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-30T05:11:51.820Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:11:51.838Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:11:51.838Z||pool-155-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-30T05:11:52.720Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c270c74d-812d-4fef-890b-dcaf79346156 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T05:11:52.731Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c270c74d-812d-4fef-890b-dcaf79346156 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-30T05:11:52.733Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-30T05:11:52.733Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-30T05:11:52.733Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-30T05:11:52.733Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-30T05:11:52.733Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T05:11:52.733Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T05:11:52.734Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T05:11:52.734Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T05:11:52.734Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T05:11:52.734Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-30T05:11:52.734Z|c270c74d-812d-4fef-890b-dcaf79346156|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-30T05:11:52.738Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-30T05:11:54.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:11:54.743Z||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-30T05:11:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:11:54.833Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:11:54.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:11:54.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:11:54.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:11:54.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:11:54.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T05:11:54.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:11:54.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:11:54.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-30T05:11:54.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:11:54.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:11:54.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T05:11:54.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:11:54.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:11:54.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-30T05:11:54.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-30T05:11:54.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:11:54.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565740203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T05:11:54.835Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:11:54.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-30T05:11:54.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565742239, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T05:11:54.835Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:12:22.738Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c270c74d-812d-4fef-890b-dcaf79346156 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-30T05:12:22.743Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c270c74d-812d-4fef-890b-dcaf79346156 and serviceModelVersionId: 4c047c6e-a3e2-4bd9-aa9f-347511807655 2022-06-30T05:12:22.743Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 68c9d6cb-3d5f-4f52-8e56-2dd4ad462d3d 2022-06-30T05:12:22.744Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/68c9d6cb-3d5f-4f52-8e56-2dd4ad462d3d/model-vers/model-ver/4c047c6e-a3e2-4bd9-aa9f-347511807655?depth=0 2022-06-30T05:12:22.748Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-30T05:12:22.780Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68c9d6cb-3d5f-4f52-8e56-2dd4ad462d3d/model-vers/model-ver/4c047c6e-a3e2-4bd9-aa9f-347511807655?depth=0|INFO|500||Invoke 2022-06-30T05:12:22.780Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68c9d6cb-3d5f-4f52-8e56-2dd4ad462d3d/model-vers/model-ver/4c047c6e-a3e2-4bd9-aa9f-347511807655?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68c9d6cb-3d5f-4f52-8e56-2dd4ad462d3d/model-vers/model-ver/4c047c6e-a3e2-4bd9-aa9f-347511807655?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c270c74d-812d-4fef-890b-dcaf79346156], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ab7d873d-08f0-495a-b5fc-b011deca4b67], X-ECOMP-RequestID=[c270c74d-812d-4fef-890b-dcaf79346156], X-TransactionId=[], X-ONAP-RequestID=[c270c74d-812d-4fef-890b-dcaf79346156], Content-Type=[application/merge-patch+json]} 2022-06-30T05:12:22.809Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68c9d6cb-3d5f-4f52-8e56-2dd4ad462d3d/model-vers/model-ver/4c047c6e-a3e2-4bd9-aa9f-347511807655?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-30T05:12:22.914Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68c9d6cb-3d5f-4f52-8e56-2dd4ad462d3d/model-vers/model-ver/4c047c6e-a3e2-4bd9-aa9f-347511807655?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/68c9d6cb-3d5f-4f52-8e56-2dd4ad462d3d/model-vers/model-ver/4c047c6e-a3e2-4bd9-aa9f-347511807655?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220630-05:12:22:815-39497], vertex-id=[270384], Content-Length=[0], Date=[Thu, 30 Jun 2022 05:12:22 GMT], Content-Type=[application/json]} 2022-06-30T05:12:22.915Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68c9d6cb-3d5f-4f52-8e56-2dd4ad462d3d/model-vers/model-ver/4c047c6e-a3e2-4bd9-aa9f-347511807655?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-30T05:12:22.915Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68c9d6cb-3d5f-4f52-8e56-2dd4ad462d3d/model-vers/model-ver/4c047c6e-a3e2-4bd9-aa9f-347511807655?depth=0|INFO|500||InvokeReturn 2022-06-30T05:12:22.916Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-30T05:12:22.916Z|c270c74d-812d-4fef-890b-dcaf79346156|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-30T05:12:22.921Z|c270c74d-812d-4fef-890b-dcaf79346156|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-30T05:12:22.921Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c270c74d-812d-4fef-890b-dcaf79346156 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-30T05:12:22.922Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-30T05:12:22.922Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-30T05:12:22.924Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-30T05:12:22.924Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565942922, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-30T05:12:23.024Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-30T05:12:23.025Z||pool-156-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-30T05:12:23.025Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as a5rLF04TbrlpYeCP) ... 2022-06-30T05:12:23.348Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:12:23.349Z||pool-156-thread-1|||||INFO|500||cambria reply ok (325 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-30T05:12:23.949Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:12:23.949Z|c270c74d-812d-4fef-890b-dcaf79346156|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-30T05:12:23.950Z|c270c74d-812d-4fef-890b-dcaf79346156|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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:12:34.243Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:12:34.244Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:12:34.244Z|c270c74d-812d-4fef-890b-dcaf79346156|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-30T05:12:34.244Z|c270c74d-812d-4fef-890b-dcaf79346156|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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:12:43.867Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:12:43.868Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:12:43.869Z|c270c74d-812d-4fef-890b-dcaf79346156|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-30T05:12:43.869Z|c270c74d-812d-4fef-890b-dcaf79346156|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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:12:53.410Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:12:53.411Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:12:53.411Z|c270c74d-812d-4fef-890b-dcaf79346156|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-30T05:12:53.411Z|c270c74d-812d-4fef-890b-dcaf79346156|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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:12:54.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:12:54.743Z||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-30T05:12:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:12:54.790Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:12:54.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T05:12:54.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "46bbb2f0-8809-488a-b3fa-968d875f6eb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565893486, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-30T05:12:54.791Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:12:54.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T05:12:54.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:12:54.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T05:12:54.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T05:12:54.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-30T05:12:54.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T05:12:54.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T05:12:54.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-30T05:12:54.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T05:12:54.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T05:12:54.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-30T05:12:54.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T05:12:54.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T05:12:54.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-30T05:12:54.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T05:12:54.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T05:12:54.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-30T05:12:54.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T05:12:54.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T05:12:54.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-30T05:12:54.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T05:12:54.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T05:12:54.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565674739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-30T05:12:54.795Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-30T05:12:54.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T05:12:54.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565903039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-30T05:12:54.795Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:12:54.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T05:12:54.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565905448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-30T05:12:54.796Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:12:54.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T05:12:54.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565906506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-30T05:12:54.796Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:12:54.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T05:12:54.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565907560, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-30T05:12:54.797Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:12:54.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T05:12:54.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565908706, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-30T05:12:54.797Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:12:54.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T05:12:54.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565909708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-30T05:12:54.798Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:12:54.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T05:12:54.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565910713, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-30T05:12:54.798Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:12:54.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-30T05:12:54.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565911717, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-30T05:12:54.798Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:13:03.030Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:13:03.031Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:13:03.032Z|c270c74d-812d-4fef-890b-dcaf79346156|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-30T05:13:03.032Z|c270c74d-812d-4fef-890b-dcaf79346156|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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:13:12.682Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:13:54.739Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:13:54.740Z|c270c74d-812d-4fef-890b-dcaf79346156|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-30T05:13:54.740Z|c270c74d-812d-4fef-890b-dcaf79346156|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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:13:54.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:13:54.743Z||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-30T05:13:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:13:55.301Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:13:55.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-30T05:13:55.301Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c270c74d-812d-4fef-890b-dcaf79346156", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656565942922, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-30T05:13:55.302Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-30T05:14:04.327Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:14:54.740Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:14:54.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:14:54.743Z||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-30T05:14:54.743Z|c270c74d-812d-4fef-890b-dcaf79346156|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-30T05:14:54.743Z|c270c74d-812d-4fef-890b-dcaf79346156|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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:14:54.744Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:15:04.318Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:15:04.321Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:15:54.740Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:15:54.740Z|c270c74d-812d-4fef-890b-dcaf79346156|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-30T05:15:54.741Z|c270c74d-812d-4fef-890b-dcaf79346156|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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:15:54.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:15:54.743Z||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-30T05:15:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:16:04.357Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:16:04.369Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:16:54.740Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:16:54.740Z|c270c74d-812d-4fef-890b-dcaf79346156|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-30T05:16:54.740Z|c270c74d-812d-4fef-890b-dcaf79346156|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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:16:54.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:16:54.743Z||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-30T05:16:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:17:04.340Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:17:04.363Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:17:54.740Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:17:54.740Z|c270c74d-812d-4fef-890b-dcaf79346156|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-30T05:17:54.740Z|c270c74d-812d-4fef-890b-dcaf79346156|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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:17:54.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:17:54.743Z||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-30T05:17:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:18:04.303Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:18:04.324Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:18:54.740Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:18:54.740Z|c270c74d-812d-4fef-890b-dcaf79346156|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-30T05:18:54.740Z|c270c74d-812d-4fef-890b-dcaf79346156|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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:18:54.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:18:54.743Z||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-30T05:18:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:19:04.292Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:19:04.312Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:19:54.740Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:19:54.740Z|c270c74d-812d-4fef-890b-dcaf79346156|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-30T05:19:54.740Z|c270c74d-812d-4fef-890b-dcaf79346156|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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:19:54.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:19:54.743Z||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-30T05:19:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:20:04.297Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:20:04.306Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:20:54.740Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:20:54.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:20:54.743Z||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-30T05:20:54.743Z|c270c74d-812d-4fef-890b-dcaf79346156|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-30T05:20:54.743Z|c270c74d-812d-4fef-890b-dcaf79346156|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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:20:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:21:04.325Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:21:04.376Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:21:54.739Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:21:54.740Z|c270c74d-812d-4fef-890b-dcaf79346156|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-30T05:21:54.740Z|c270c74d-812d-4fef-890b-dcaf79346156|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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:21:54.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:21:54.743Z||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-30T05:21:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:22:04.308Z|c270c74d-812d-4fef-890b-dcaf79346156|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:22:04.339Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:22:54.740Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:22:54.740Z||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-30T05:22:54.741Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:22:54.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:22:54.743Z||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-30T05:22:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:23:04.312Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:23:04.313Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:23:54.740Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:23:54.740Z||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-30T05:23:54.740Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:23:54.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:23:54.743Z||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-30T05:23:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:24:04.294Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:24:04.298Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:24:54.739Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:24:54.740Z||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-30T05:24:54.740Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:24:54.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:24:54.743Z||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-30T05:24:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:25:04.349Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:25:04.389Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:25:54.739Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:25:54.740Z||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-30T05:25:54.740Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:25:54.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:25:54.743Z||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-30T05:25:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:26:04.294Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:26:04.303Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:26:54.740Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:26:54.741Z||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-30T05:26:54.742Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:26:54.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:26:54.743Z||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-30T05:26:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:27:04.292Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:27:04.312Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:27:54.739Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:27:54.740Z||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-30T05:27:54.740Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:27:54.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:27:54.743Z||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-30T05:27:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:28:04.304Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:28:04.331Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:28:54.740Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:28:54.741Z||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-30T05:28:54.741Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:28:54.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:28:54.743Z||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-30T05:28:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:29:04.298Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:29:04.312Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:29:54.740Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:29:54.740Z||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-30T05:29:54.740Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:29:54.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:29:54.743Z||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-30T05:29:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:30:04.348Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:30:04.360Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:30:54.740Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:30:54.740Z||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-30T05:30:54.740Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:30:54.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-30T05:30:54.743Z||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-30T05:30:54.743Z||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 a5rLF04TbrlpYeCP) ... 2022-06-30T05:31:04.340Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-30T05:31:04.367Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK